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

Method AddSample

src/statTimer/statisticalTimer.CPU.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

enqueueMethod · 0.45
clfftEnqueueTransformFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected