1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-07 22:46:30 +03:00
Octobot/src/Services/Profiler
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.cs Add profiler base (#235) 2023-12-20 22:59:17 +05:00
ProfilerEvent.cs Add profiler base (#235) 2023-12-20 22:59:17 +05:00
ProfilerFactory.cs Add profiler base (#235) 2023-12-20 22:59:17 +05:00