Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ getStdDev
Method
getStdDev
src/client/statisticalTimer.cpp:233–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
double
234
StatisticalTimer::getStdDev( sTimerID id ) const
235
{
236
double variance = getVariance( id );
237
238
return sqrt( variance );
239
}
240
241
double
242
StatisticalTimer::getAverageTime( sTimerID id ) const
Callers
1
statisticalTimer.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected