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

Support profiler in occ commands #46169

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Commits on Jun 27, 2024

  1. fix(profiler): Remove bogus profiler event start

    This fixes profiler event graph by removing an event start which had no
     matching end() call.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    01dbb8f View commit details
    Browse the repository at this point in the history
  2. feat(profiler): Add support for profiler in occ commands

    Commands will appear in available profiles after the command ran.
    Method is set to "occ" and URL to the command line with parameters.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9a5ab73 View commit details
    Browse the repository at this point in the history