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

feat(core/profiler): add natives exposing start/stop recording #2486

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. feat(core/profiler): add natives exposing start/stop recording

    - currently trying to do recordings can only be done via console commands, which can be tedious
    - adds `PROFILER_START_RECORDING` and `PROFILER_STOP_RECORDING` to allow automating profiler captures
    - adds `PROFILER_SAVE_TO_JSON` and `PROFILER_SAVE_TO_MSGPACK` to allow for automated saving of profiler recordings
    AvarianKnight committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a8b8968 View commit details
    Browse the repository at this point in the history