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