| 222 | } |
| 223 | |
| 224 | void |
| 225 | clsparseHostTimer::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. |