#include <NvBlastExtCustomProfiler.h>

Public Member Functions | |
| ExtCustomProfiler () | |
| void | setPlatformEnabled (bool enabled) |
| virtual void | zoneEnd () override |
| virtual void | zoneStart (const char *name) override |
| Nv::Blast::ExtCustomProfiler::ExtCustomProfiler | ( | ) | [inline] |
Construct an ExtCustomProfiler with platform specific profiler signals disabled.
| void Nv::Blast::ExtCustomProfiler::setPlatformEnabled | ( | bool | enabled | ) | [inline] |
Enable or disable platform specific profiler signals. Disabled by default.
| [in] | enabled | true enables, false disables platform profiler calls. |
| virtual void Nv::Blast::ExtCustomProfiler::zoneEnd | ( | ) | [inline, override, virtual] |
Called when the current profile zone ends.
Implements Nv::Blast::ProfilerCallback.
| virtual void Nv::Blast::ExtCustomProfiler::zoneStart | ( | const char * | name | ) | [inline, override, virtual] |
Called when a nested profile zone starts.
Implements Nv::Blast::ProfilerCallback.