| 695 | } |
| 696 | |
| 697 | void ProfilerManager::updateFlushTimer(bool canStopTimer) |
| 698 | { |
| 699 | if (currentSession && !paused && currentFlushInterval) |
| 700 | flushTimer->reset(currentFlushInterval); |
| 701 | else if (canStopTimer) |
| 702 | flushTimer->stop(); |
| 703 | } |
| 704 | |
| 705 | ProfilerManager::Statement* ProfilerManager::getStatement(Request* request) |
| 706 | { |