| 430 | } |
| 431 | |
| 432 | AutoPerfRecordAndPrint::~AutoPerfRecordAndPrint() |
| 433 | { |
| 434 | if (mDidStart) |
| 435 | mPerfManager->StopRecording(true); |
| 436 | } |
| 437 | |
| 438 | ////////////////////////////////////////////////////////////////////////// |
| 439 |
nothing calls this directly
no test coverage detected