MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / AddSample

Method AddSample

src/client/statisticalTimer.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void
172StatisticalTimer::AddSample( const sTimerID id, const unsigned long long n )
173{
174 clkTicks.at( id ).push_back( n );
175}
176
177// This function's purpose is to provide a mapping from a 'friendly' human readable text string
178// to an index into internal data structures.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected