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

Improved Profiler Module: #199

Merged
merged 4 commits into from
Jun 9, 2024
Merged

Improved Profiler Module: #199

merged 4 commits into from
Jun 9, 2024

Conversation

butschster
Copy link
Member

@butschster butschster commented Jun 8, 2024

  1. Added separate tables for storing profiles and edges with calculated data.
  2. Added HTTP endpoints for retrieving required profiles:
    • Top 100 functions
    • Call graph
    • Flame chart

fix #195

See also PR on frontend side buggregator/frontend#163

TODO:

  • Tests
  • Docs

1. Added separate tables for storing profiles and edges with calculated data.
2. Added HTTP endpoints for retrieving required profiles:
 - Top 100 functions
 - Call graph
 - Flame chart

fix #195
@butschster butschster added this to the 1.0 milestone Jun 8, 2024
@butschster butschster self-assigned this Jun 8, 2024
@butschster butschster merged commit 5ea86e4 into master Jun 9, 2024
6 checks passed
@butschster butschster deleted the feature/195 branch June 9, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Generate xhprof schemas for Waterfall and tree
1 participant