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