Searched refs:BugReporterTimer (Results 1 – 1 of 1) sorted by relevance
118 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anon4823cf260111::AnalysisConsumer140 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()745 if (BugReporterTimer) in RunPathSensitiveChecks()746 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()748 if (BugReporterTimer) in RunPathSensitiveChecks()749 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()