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

Method addProfileZone

physx/source/pvd/src/PxPvdDataStream.cpp:769–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767 }
768
769 virtual void addProfileZone(void* zone, const char* name)
770 {
771 handlePvdEvent(AddProfileZone(toStream(zone), name));
772 }
773 virtual void addProfileZoneEvent(void* zone, const char* name, uint16_t eventId, bool compileTimeEnabled)
774 {
775 handlePvdEvent(AddProfileZoneEvent(toStream(zone), name, eventId, compileTimeEnabled));

Callers 2

createInstanceMethod · 0.45
connectMethod · 0.45

Calls 1

AddProfileZoneClass · 0.85

Tested by

no test coverage detected