| 169 | } |
| 170 | |
| 171 | void |
| 172 | StatisticalTimer::AddSample( const sTimerID id, const unsigned long long n ) |
| 173 | { |
| 174 | clkTicks.at( id ).push_back( n ); |
| 175 | } |
| 176 | |
| 177 | // This function's purpose is to provide a mapping from a 'friendly' human readable text string |
| 178 | // to an index into internal data structures. |
nothing calls this directly
no outgoing calls
no test coverage detected