rt.trace

Contains support code for code profiling.

Members

Functions

QueryPerformanceCounter
int QueryPerformanceCounter(timer_t* )

/////////////////////// COMPILER INTERFACE /////////////////////

QueryPerformanceFrequency
int QueryPerformanceFrequency(timer_t* )

/////////////////////// COMPILER INTERFACE /////////////////////

trace_setdeffilename
void trace_setdeffilename(string name)

Set the file path for the optimized profile linker DEF file (-profile)

trace_setlogfilename
void trace_setlogfilename(string name)

Set the file path for profile reports (-profile)

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Walter Bright, Sean Kelly, the LDC team