| 124 | void UnRef() { refs_.fetch_sub(1, std::memory_order_relaxed); } |
| 125 | |
| 126 | uint64_t GetCount() { return count_.load(std::memory_order_relaxed); } |
| 127 | |
| 128 | public: |
| 129 | TimeEntries entries; |
nothing calls this directly
no outgoing calls
no test coverage detected