MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / tlmSampleExit

Method tlmSampleExit

src/hx/TelemetryTracy.cpp:212–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void hx::tlmSampleExit(hx::Telemetry* telemetry)
213{
214 if (telemetry->tracyZones.empty())
215 {
216 return;
217 }
218
219 ___tracy_emit_zone_end(telemetry->tracyZones.back());
220
221 telemetry->tracyZones.pop_back();
222}
223
224void __hxcpp_tracy_framemark()
225{

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.80
pop_backMethod · 0.80

Tested by

no test coverage detected