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

Method writeAsyncEventEnd

CesiumUtility/src/Tracing.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Tracer::writeAsyncEventEnd(const char* name, int64_t id) {
59 this->writeAsyncEvent("cesium", name, 'e', id);
60}
61
62void Tracer::writeAsyncEventEnd(const char* name) {
63 this->writeAsyncEventEnd(name, this->getCurrentThreadTrackID());

Callers 1

~TrackSetMethod · 0.80

Calls 2

writeAsyncEventMethod · 0.95

Tested by

no test coverage detected