Classes 1

Class Description
Profiler

Functions 7

Function Description
CreateProfiler

Creates a new profile object. The Handle must be freed using delete or CloseHandle().

EnterProfilingEvent

Mark the start of a profiling event.

GetProfilerTime

Returns the amount of high-precision time in seconds that passed during the profiler's last start/stop cycle.

IsProfilingActive

Returns true if the global profiler is enabled; false otherwise. It is not necessary to call this before Enter/LeaveProfilingEvent.

LeaveProfilingEvent

Mark the end of the last profiling event. This must be called in the same stack frame as StartProfilingEvent(). Not doing so, or throwing errors, will make the resulting profile very wrong.

StartProfiling

Starts profiling.

StopProfiling

Stops profiling.