Fixed timer name

This commit is contained in:
PKEuS 2014-06-04 17:54:14 +02:00
parent 8fe163285f
commit 6aa88248ac
1 changed files with 1 additions and 1 deletions

View File

@ -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)