| 645 | } |
| 646 | |
| 647 | void ProfilerManager::resumeSession() |
| 648 | { |
| 649 | if (currentSession) |
| 650 | { |
| 651 | paused = false; |
| 652 | updateFlushTimer(); |
| 653 | } |
| 654 | } |
| 655 | |
| 656 | void ProfilerManager::setFlushInterval(SLONG interval) |
| 657 | { |
no outgoing calls
no test coverage detected