From 6aa88248acd846a71037765fd6c66e87455b7d54 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Wed, 4 Jun 2014 17:54:14 +0200 Subject: [PATCH] Fixed timer name --- lib/cppcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index e29d5d79f..45504c07f 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -380,7 +380,7 @@ void CppCheck::checkFile(const std::string &code, const char FileName[]) if (!_simplify) return; - Timer timer3("Tokenizer::simplifyTokenList", _settings._showtime, &S_timerResults); + Timer timer3("Tokenizer::simplifyTokenList2", _settings._showtime, &S_timerResults); result = _tokenizer.simplifyTokenList2(); timer3.Stop(); if (!result)