mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: Add timer that measures the total command duration explicitly
This commit is contained in:
parent
ed58263c16
commit
b9f217a716
2 changed files with 7 additions and 1 deletions
|
@ -106,6 +106,7 @@ public:
|
|||
int terminal_width;
|
||||
int terminal_height;
|
||||
|
||||
Timer timer_total;
|
||||
Timer timer_init;
|
||||
Timer timer_load;
|
||||
Timer timer_gc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue