MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / Timer

Method Timer

src/callback-client/client.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96public:
97 Timer() { QueryPerformanceFrequency( &freq ); }
98
99 void Start() { QueryPerformanceCounter(&start); }
100 double Sample()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected