Fixed timer name
This commit is contained in:
parent
8fe163285f
commit
6aa88248ac
|
@ -380,7 +380,7 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
|
||||||
if (!_simplify)
|
if (!_simplify)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Timer timer3("Tokenizer::simplifyTokenList", _settings._showtime, &S_timerResults);
|
Timer timer3("Tokenizer::simplifyTokenList2", _settings._showtime, &S_timerResults);
|
||||||
result = _tokenizer.simplifyTokenList2();
|
result = _tokenizer.simplifyTokenList2();
|
||||||
timer3.Stop();
|
timer3.Stop();
|
||||||
if (!result)
|
if (!result)
|
||||||
|
|
Loading…
Reference in New Issue