Click here to Skip to main content
15,879,535 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.6K   5.1K   154  
Easily instrument your code, visualize, interpret results, track optimization, compare and decide.
REGEDIT
; This .REG file may be used by your SETUP program.
;   If a SETUP program is not available, the entries below will be
;   registered in your InitInstance automatically with a call to
;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.

HKEY_CLASSES_ROOT\.tpd = Observer.Document
HKEY_CLASSES_ROOT\Observer.Document\shell\open\command = Observer.EXE %1
HKEY_CLASSES_ROOT\Observer.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\Observer.Document\shell\open\ddeexec\application = Observer
    ; note: the application is optional
    ;  (it defaults to the app name in "command")

HKEY_CLASSES_ROOT\Observer.Document = Observer.Document

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