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

Method Timer

src/client/client.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32public:
33 Timer() { QueryPerformanceFrequency( &freq ); }
34
35 void Start() { QueryPerformanceCounter(&start); }
36 double Sample()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected