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
|
@ -425,7 +425,7 @@ void TF2::load_tasks (bool from_gc /* = false */)
|
|||
throw e + format (STRING_TDB2_PARSE_ERROR, _file._data, line_number);
|
||||
}
|
||||
|
||||
context.tdb2.load_time_us += timer.total_us ();
|
||||
context.time_load_us += timer.total_us ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue