Click here to Skip to main content
15,896,063 members
Articles / Programming Languages / C++

CProfile - A Simple Class to Do Code Profiling and Tracing

Rate me:
Please Sign up or sign in to vote.
4.33/5 (10 votes)
1 May 2003CPOL4 min read 65.9K   700   25  
This simple class allows to profile code sections and optionally print time elapsed and tracing strings in different formats.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Nektra S.A
Argentina Argentina
Started the programming journey with the venerable Commodore 64, experimenting with 6510 ASM,BASIC and tapes. In 1990 I began playing with QuickBASIC, MSDOS, Win3.0 in a NECV20 XT clone, floppy-only system. With my first 386 system, I studied Turbo Pascal and C, and began exploring VGA graphics. Discovered Visual Basic under Windows 3.1. Moved to full C and C++ development in the 2000s, after Microsoft moved to .NET.

Comments and Discussions