MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / Start

Method Start

framework/d3d11/amd_sdk/src/Timer.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void CpuTimer::Start()
104{
105#if USE_RDTSC
106 m_startTime.QuadPart = rdtsc_time();
107#else
108 QueryPerformanceCounter( &m_startTime );
109#endif
110}
111
112void CpuTimer::Stop()
113{

Callers

nothing calls this directly

Calls 6

rdtsc_timeFunction · 0.85
BeginMethod · 0.80
EndMethod · 0.80
GetTimerMethod · 0.80
SetNameMethod · 0.80
FindLastChildUsedMethod · 0.80

Tested by

no test coverage detected