#include <NvBlastProfiler.h>

Public Member Functions | |
| virtual void | zoneEnd ()=0 |
| virtual void | zoneStart (const char *name)=0 |
Protected Member Functions | |
| virtual | ~ProfilerCallback () |
| virtual Nv::Blast::ProfilerCallback::~ProfilerCallback | ( | ) | [inline, protected, virtual] |
| virtual void Nv::Blast::ProfilerCallback::zoneEnd | ( | ) | [pure virtual] |
Called when the current profile zone ends.
Implemented in Nv::Blast::ExtCustomProfiler.
| virtual void Nv::Blast::ProfilerCallback::zoneStart | ( | const char * | name | ) | [pure virtual] |
Called when a nested profile zone starts.
Implemented in Nv::Blast::ExtCustomProfiler.