This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
OctobotStealth/src/Services
Octol1ttle 7d9a85d815
Add profiler base (#235)
This PR adds the base classes required for profiling code inside of
Octobot. The implementation of the profiler is similar to Minecraft,
however it is more detailed and provides per-event logs for each event.
This PR does not change any code to be profiled and this is intentional.
Changes required for profiling will come as separate PRs, one for
commands, one for responders, and one for background services.

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-12-20 22:59:17 +05:00
..
Profiler Add profiler base (#235) 2023-12-20 22:59:17 +05:00
Update Remove "extends IHostedService" from classes where it's not required (#236) 2023-12-20 19:33:52 +03:00
GuildDataService.cs Merge BackgroundGuildDataSaverService into GuildDataService (#239) 2023-12-20 20:08:56 +03:00
Utility.cs Remove "extends IHostedService" from classes where it's not required (#236) 2023-12-20 19:33:52 +03:00