MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / BenchmarkTimer

Method BenchmarkTimer

Source/external/benchmark.h:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22public:
23 BenchmarkTimer(const char* name)
24 : m_Name(name), m_Stopped(false)
25 {
26 m_StartTimepoint = std::chrono::high_resolution_clock::now();
27 }
28
29 ~BenchmarkTimer()
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected