Nv::Blast::ProfilerCallback Class Reference

#include <NvBlastProfiler.h>

Inheritance diagram for Nv::Blast::ProfilerCallback:

Nv::Blast::ExtCustomProfiler

List of all members.

Public Member Functions

virtual void zoneEnd ()=0
virtual void zoneStart (const char *name)=0

Protected Member Functions

virtual ~ProfilerCallback ()


Detailed Description

Custom Blast profiler interface.

Constructor & Destructor Documentation

virtual Nv::Blast::ProfilerCallback::~ProfilerCallback (  )  [inline, protected, virtual]


Member Function Documentation

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.


The documentation for this class was generated from the following file: