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

perf: avoid repeatedly re-parsing frames #27

Merged
merged 5 commits into from
Nov 20, 2023
Merged

Commits on Nov 14, 2023

  1. Avoid repeatedly re-parsing frames

    This should reduce the effort on parsing frames by a factor of 4 when operating on a `--full` trace.
    
    In that case `ms` will be a list of 4 metrics but we only need to parse the frames once because they are the same in all cases.
    
    Also add a couple of comments which weren't obvious to me on first reading.
    sparrowt authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2bca0d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    ca93bd3 View commit details
    Browse the repository at this point in the history
  2. Code formatting

    sparrowt authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    533694f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 20, 2023

  1. Moar black

    sparrowt authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    88ca084 View commit details
    Browse the repository at this point in the history