integration/gwnavruntimeglue/perfmarkerinterface/perfmarkerinterface.h Source File
Go to the documentation of this file.
8 #ifndef KyRuntimeGlue_PerfMarkerInterface_H
9 #define KyRuntimeGlue_PerfMarkerInterface_H
17 virtual void Begin(
const char* name);
virtual void Begin(const char *name)
Called by instrumented code to indicate that a tracked block of code has begun.
Definition: perfmarkerinterface.cpp:15
Implementation of IPerfMarkerInterface that uses snTuner and PIX.
Definition: perfmarkerinterface.h:14
virtual void End()
Called by instrumented code to indicate that the currently tracked block of code has been completed...
Definition: perfmarkerinterface.cpp:27
An abstract interface for an object that can respond to performance tracking markers.
Definition: iperfmarkerinterface.h:22