Skip to content

Commit bf1b0f0

Browse files
committed
timer.cpp: added TODO
1 parent f4852b8 commit bf1b0f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/timer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ namespace {
3333
}
3434
}
3535

36+
// TODO: this does not include any file context when SHOWTIME_FILE thus rendering it useless - should we include the logging with the progress logging?
37+
// that could also get rid of the broader locking
3638
void TimerResults::showResults(SHOWTIME_MODES mode) const
3739
{
3840
if (mode == SHOWTIME_MODES::SHOWTIME_NONE || mode == SHOWTIME_MODES::SHOWTIME_FILE_TOTAL)

0 commit comments

Comments
 (0)