Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add profiler base #235

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Add profiler base #235

merged 2 commits into from
Dec 20, 2023

Conversation

Octol1ttle
Copy link
Member

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.

@Octol1ttle Octol1ttle added the type: feature Features and feature requests. label Dec 20, 2023
@Octol1ttle Octol1ttle requested a review from a team as a code owner December 20, 2023 15:48
@pull-request-size pull-request-size bot added the size/M PRs that change 100-200 lines. label Dec 20, 2023
@mctaylors mctaylors self-assigned this Dec 20, 2023
Signed-off-by: Octol1ttle <[email protected]>
@Octol1ttle Octol1ttle merged commit 7d9a85d into master Dec 20, 2023
1 check passed
@Octol1ttle Octol1ttle deleted the add-profiler branch December 20, 2023 17:59
Octol1ttle added a commit that referenced this pull request Feb 6, 2024
mctaylors pushed a commit that referenced this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M PRs that change 100-200 lines. type: feature Features and feature requests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants