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

Method AddSample

src/benchmarks/cusparse-bench/src/statisticalTimer.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

atMethod · 0.80

Tested by

no test coverage detected