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

Method finalize

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

Source from the content-addressed store, hash-verified

29 }
30
31 void finalize()
32 {
33 if (!s->finalized)
34 {
35 //std::chrono::system_clock::time_point end = std::chrono::system_clock::now();
36 s->microseconds = std::chrono::system_clock::now() - _start;
37 s->finalized = true;
38 }
39 }
40
41 ProfileSample* s = nullptr;
42 std::chrono::system_clock::time_point _start;

Callers 3

renderMethod · 0.80
renderMethod · 0.80
processIfNecessaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected