Context: Eliminated load timer

This commit is contained in:
Paul Beckingham 2016-11-13 14:03:59 -05:00
parent 197f130593
commit 570cd3d810
4 changed files with 16 additions and 18 deletions

View file

@ -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 ();
}
////////////////////////////////////////////////////////////////////////////////