| 636 | } |
| 637 | |
| 638 | void ProfilerManager::pauseSession(bool flushData) |
| 639 | { |
| 640 | if (currentSession) |
| 641 | paused = true; |
| 642 | |
| 643 | if (flushData) |
| 644 | flush(); |
| 645 | } |
| 646 | |
| 647 | void ProfilerManager::resumeSession() |
| 648 | { |
no outgoing calls
no test coverage detected