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