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

Method Start

src/statTimer/statisticalTimer.GPU.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void
191GpuStatTimer::Start( size_t id )
192{
193 currID = id;
194 currSample = 0;
195}
196
197void
198GpuStatTimer::Stop( size_t id )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected