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

Method writeAsyncEventBegin

CesiumUtility/src/Tracing.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Tracer::writeAsyncEventBegin(const char* name, int64_t id) {
51 this->writeAsyncEvent("cesium", name, 'b', id);
52}
53
54void Tracer::writeAsyncEventBegin(const char* name) {
55 this->writeAsyncEventBegin(name, this->getCurrentThreadTrackID());

Callers 1

acquireTrackMethod · 0.80

Calls 2

writeAsyncEventMethod · 0.95

Tested by

no test coverage detected