| 172 | } |
| 173 | |
| 174 | void |
| 175 | StatisticalTimer::AddSample( const sTimerID id, const unsigned long long n ) |
| 176 | { |
| 177 | clkTicks.at( id ).push_back( n ); |
| 178 | } |
| 179 | |
| 180 | // This function's purpose is to provide a mapping from a 'friendly' human readable text string |
| 181 | // to an index into internal data structures. |