Files
osukey/osu.Game
Dean Herbert 2dd99ef1fd Refactor FPSCounter to not use scheduled tasks
While on the surface this looks harmless (ignoring allocations),
`Scheduler` doesn't clear cancelled tasks until they reach their
execution time. This can cause an increase in time spent processing the
scheduler itself.

I don't think a per-frame updating component should use scheduled tasks
in this way in the first place, so I've just rewritten the logic to
avoid that overhead altogether.
2022-07-25 16:26:48 +09:00
..
2022-07-15 07:44:56 +03:00
2022-07-18 16:24:08 +09:00
2022-07-25 04:39:14 +03:00
2022-06-17 16:37:17 +09:00
2022-06-24 21:26:19 +09:00
2022-06-17 16:37:17 +09:00
2022-07-18 16:17:20 +09:00
2022-04-28 19:26:28 +09:00
2022-07-23 00:04:14 +09:00
2022-07-21 18:20:46 +09:00
2022-07-21 18:20:46 +09:00