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

Method Sample

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

Source from the content-addressed store, hash-verified

34
35 void Start() { QueryPerformanceCounter(&start); }
36 double Sample()
37 {
38 QueryPerformanceCounter ( &stop );
39 double time = (double)(stop.QuadPart-start.QuadPart) / (double)(freq.QuadPart);
40 return time;
41 }
42};
43
44#elif defined(__APPLE__) || defined(__MACOSX)

Callers 13

runFFTTransformC2RAdvFunction · 0.45
runFFTTransformR2CAdvFunction · 0.45
runFFTTransformC2CAdvFunction · 0.45
run3DFFTTransformC2RFunction · 0.45
run3DFFTTransformR2CFunction · 0.45
run3DFFTTransformC2CFunction · 0.45
run2DFFTTransformC2RFunction · 0.45
run2DFFTTransformR2CFunction · 0.45
run2DFFTTransformC2CFunction · 0.45
run1DFFTTransformC2RFunction · 0.45
run1DFFTTransformR2CFunction · 0.45
run1DFFTTransformC2CFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected