mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Eliminated load timer
This commit is contained in:
parent
197f130593
commit
570cd3d810
4 changed files with 16 additions and 18 deletions
|
@ -99,8 +99,9 @@ public:
|
|||
int terminal_height {0};
|
||||
|
||||
Timer timer_total {};
|
||||
long time_total_us {0};
|
||||
long time_init_us {0};
|
||||
Timer timer_load;
|
||||
long time_load_us {0};
|
||||
long time_gc_us {0};
|
||||
long time_filter_us {0};
|
||||
long time_commit_us {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue