MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / beginSection

Method beginSection

physx/source/pvd/src/PxPvdDataStream.cpp:749–754  ·  view source on GitHub ↗

Profiling hooks

Source from the content-addressed store, hash-verified

747
748 // Profiling hooks
749 virtual PvdError beginSection(const void* instance, String name)
750 {
751 PX_ASSERT(mStreamState == DataStreamState::Open);
752 return boolToError(handlePvdEvent(
753 BeginSection(toStream(instance), toStream(name), Time::getCurrentCounterValue())));
754 }
755
756 virtual PvdError endSection(const void* instance, String name)
757 {

Callers 1

sendBeginFrameMethod · 0.80

Calls 1

BeginSectionClass · 0.85

Tested by

no test coverage detected