mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement - timer
- Now displays " sec" after timing display.
This commit is contained in:
parent
a32263e7ea
commit
104ad5a5b5
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ Timer::~Timer ()
|
|||
<< std::setprecision (6)
|
||||
<< std::fixed
|
||||
<< ((end.tv_sec - mStart.tv_sec) + ((end.tv_usec - mStart.tv_usec )
|
||||
/ 1000000.0));
|
||||
/ 1000000.0))
|
||||
<< " sec";
|
||||
|
||||
context.debug (s.str ());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue