MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / getCurrentThreadTrackID

Method getCurrentThreadTrackID

CesiumUtility/src/Tracing.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68Tracer::Tracer() : _output{}, _numTraces{0}, _lock{}, _lastAllocatedID(0) {}
69
70int64_t Tracer::getCurrentThreadTrackID() const {
71 const TrackReference* pTrack = TrackReference::current();
72 return pTrack->getTracingID();
73}
74
75void Tracer::writeAsyncEvent(
76 const char* category,

Callers 2

writeAsyncEventBeginMethod · 0.95
writeAsyncEventEndMethod · 0.95

Calls 1

getTracingIDMethod · 0.80

Tested by

no test coverage detected