| 221 | } |
| 222 | |
| 223 | void |
| 224 | CpuStatTimer::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. |
no outgoing calls
no test coverage detected