Files
OpenRA/OpenRA.Game/Traits
RoosterDragon d1b3d77662 Changed logging in DoTimed/RunActivity to create less overhead.
- Refactored PerfTimer to use less memory.
- Avoid using the PerfTimer in highly called methods DoTimed and RunActivity, instead tracking long ticks manually to reduce overhead and avoid memory allocations.
- Added some helper methods in PerfTimer to output information when a tick takes too long.
- Changed PerfTimer logging to output the time at the start of the line, and no longer truncate output per line.
- Settings.LongTickThreshold changed from TimeSpan to float and renamed to LongTickThresholdMs.
2014-05-28 16:38:05 +01:00
..
2014-05-26 18:10:59 +01:00
2013-11-12 19:39:33 +13:00
2011-10-04 22:49:58 +13:00
2013-11-12 19:39:33 +13:00
2013-11-12 19:39:33 +13:00
2013-11-12 19:39:33 +13:00
2014-05-26 18:10:59 +01:00