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

Method getStdDev

src/statTimer/statisticalTimer.CPU.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285cl_double
286CpuStatTimer::getStdDev( size_t id ) const
287{
288 cl_double variance = getVariance( id );
289
290 return sqrt( variance );
291}
292
293cl_double
294CpuStatTimer::getAverageTime( size_t id ) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected