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

Method getAverageTime

src/statTimer/statisticalTimer.GPU.cpp:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358std::vector< StatData >
359GpuStatTimer::getAverageTime( size_t id )
360{
361 return getMean( id );
362}
363
364std::vector< StatData >
365GpuStatTimer::getMinimumTime( size_t id )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected