Searched refs:BugReporterTimer (Results 1 – 1 of 1) sorted by relevance
117 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anonc99194a10111::AnalysisConsumer138 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()722 if (BugReporterTimer) in RunPathSensitiveChecks()723 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()725 if (BugReporterTimer) in RunPathSensitiveChecks()726 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()