Searched refs:BugReporterTimer (Results 1 – 1 of 1) sorted by relevance
117 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anonba977e2a0111::AnalysisConsumer139 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()695 if (BugReporterTimer) in RunPathSensitiveChecks()696 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()698 if (BugReporterTimer) in RunPathSensitiveChecks()699 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()