| 9 | struct ProfileSample |
| 10 | { |
| 11 | ProfileSample() { zero(); } |
| 12 | bool finalized = false; |
| 13 | std::chrono::duration<float, std::micro> microseconds; |
| 14 | void zero() { microseconds = std::chrono::duration<float, std::micro>::zero(); finalized = true; } |
nothing calls this directly
no outgoing calls
no test coverage detected