Searched refs:BugReporterTimer (Results 1 – 1 of 1) sorted by relevance
117 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anon1a6498ed0111::AnalysisConsumer139 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()744 if (BugReporterTimer) in RunPathSensitiveChecks()745 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()747 if (BugReporterTimer) in RunPathSensitiveChecks()748 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()