MCPcopy Create free account
hub / github.com/LabSound/LabSound / ProfileSample

Method ProfileSample

include/LabSound/core/Profiler.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected