MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CProfilerImpl

Method CProfilerImpl

Source/Utility/Profiler.cpp:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143CProfilerImpl::CProfilerImpl()
144{
145 u64 frequency;
146 NTiming::GetPreciseFrequency( &frequency );
147 mFrequencyInv = 1.0f / float( frequency );
148
149 SProfileItemHandle root_item = AddItem( "<root>" );
150 Enter( root_item );
151}
152
153CProfilerImpl::~CProfilerImpl()
154{

Callers

nothing calls this directly

Calls 1

GetPreciseFrequencyFunction · 0.50

Tested by

no test coverage detected