mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Migrated to libshared Timer
This commit is contained in:
parent
ced7490df6
commit
0849501ef5
2 changed files with 23 additions and 22 deletions
|
@ -104,8 +104,8 @@ public:
|
|||
int terminal_width;
|
||||
int terminal_height;
|
||||
|
||||
Timer timer_total;
|
||||
Timer timer_init;
|
||||
Timer timer_total {};
|
||||
long time_init_us {0};
|
||||
Timer timer_load;
|
||||
Timer timer_gc;
|
||||
Timer timer_filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue