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

Method AddSample

src/clsparseTimer/clsparseTimer-host.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void
225clsparseHostTimer::AddSample( const size_t id, const cl_ulong n )
226{
227 clkTicks.at( id ).push_back( n );
228}
229
230// This function's purpose is to provide a mapping from a 'friendly' human readable text string
231// to an index into internal data structures.

Callers 1

runMethod · 0.45

Calls 1

atMethod · 0.80

Tested by

no test coverage detected