Set the rate of expected cycles per second of a performance element. */
| 283 | |
| 284 | /** Set the rate of expected cycles per second of a performance element. */ |
| 285 | void PerformanceMeasurer::SetExpectedRate(double rate) |
| 286 | { |
| 287 | _pf_data[this->elem].expected_rate = rate; |
| 288 | } |
| 289 | |
| 290 | /** Mark a performance element as not currently in use. */ |
| 291 | /* static */ void PerformanceMeasurer::SetInactive(PerformanceElement elem) |