We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b8c2c commit da6dc5cCopy full SHA for da6dc5c
1 file changed
cli/processexecutor.cpp
@@ -375,6 +375,9 @@ unsigned int ProcessExecutor::check()
375
}
376
377
378
+ // TODO: wee need to get the timing information from the subprocess
379
+ //if (mSettings.showtime == SHOWTIME_MODES::SHOWTIME_SUMMARY || mSettings.showtime == SHOWTIME_MODES::SHOWTIME_TOP5_SUMMARY)
380
+ // CppCheck::printTimerResults(mSettings.showtime);
381
382
return result;
383
0 commit comments