mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Eliminated render timer
This commit is contained in:
parent
473eaec923
commit
e906b20014
4 changed files with 18 additions and 18 deletions
|
@ -105,7 +105,7 @@ public:
|
|||
long time_filter_us {0};
|
||||
long time_commit_us {0};
|
||||
long time_sort_us {0};
|
||||
Timer timer_render;
|
||||
long time_render_us {0};
|
||||
long time_hooks_us {0};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue