Click here to Skip to main content
15,884,099 members
Articles / Desktop Programming / MFC

Easy Profiler - Compile-time Profiler for C++

Rate me:
Please Sign up or sign in to vote.
4.94/5 (34 votes)
14 Nov 2009Apache23 min read 121.8K   5.1K   154  
Easily instrument your code, visualize, interpret results, track optimization, compare and decide.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CLRAdapter.rc
//
#define IDR_EXTTMPL_CHART               5000
#define IDS_STRING5001                  5001
#define ID_DUMMYMENU_DUMMYITEM          32771

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        5002
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         5000
#define _APS_NEXT_SYMED_VALUE           5000
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Technical Lead
Tunisia Tunisia
Services:
http://www.pushframework.com/?page_id=890

Comments and Discussions