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

Fix slow pprof for Alloc profiles: Use integer keys; stop stringifying StackFrames (it's expensive) #86

Merged
merged 9 commits into from
Jul 27, 2023

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    10e3b41 View commit details
    Browse the repository at this point in the history
  2. Switch to method_instance_id() to compute frame id: MUCH FASTER than …

    …stringifying the frame!
    NHDaly committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    92a5dd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5fa8ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b5e91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37d6e4f View commit details
    Browse the repository at this point in the history
  6. Fixup toml

    NHDaly committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    e60290b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db1b692 View commit details
    Browse the repository at this point in the history
  8. remove unused

    NHDaly committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    11b3fde View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    9e31998 View commit details
    Browse the repository at this point in the history