* Indicate that a cycle of "pause" where no processing occurs. * @param elem The element not currently being processed */ static */
| 300 | * @param elem The element not currently being processed |
| 301 | */ |
| 302 | /* static */ void PerformanceMeasurer::Paused(PerformanceElement elem) |
| 303 | { |
| 304 | PerformanceMeasurer::SetInactive(elem); |
| 305 | _pf_data[elem].AddPause(GetPerformanceTimer()); |
| 306 | } |
| 307 | |
| 308 | |
| 309 | /** |
nothing calls this directly
no test coverage detected