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

Method ProfileScope

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

Source from the content-addressed store, hash-verified

17 struct ProfileScope
18 {
19 explicit ProfileScope(ProfileSample& s)
20 : s(&s)
21 {
22 _start = std::chrono::system_clock::now();
23 s.finalized = false;
24 }
25
26 ~ProfileScope()
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected