Context: Add timer that measures the total command duration explicitly

This commit is contained in:
Tomas Babej 2015-09-12 23:28:07 +02:00 committed by Paul Beckingham
parent ed58263c16
commit b9f217a716
2 changed files with 7 additions and 1 deletions

View file

@ -106,6 +106,7 @@ public:
int terminal_width;
int terminal_height;
Timer timer_total;
Timer timer_init;
Timer timer_load;
Timer timer_gc;