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

Added support for simulated/embedded gprof output #86

Merged
merged 1 commit into from
Oct 28, 2023

Commits on Oct 3, 2023

  1. Added support for simulated/embedded gprof output

    * This format is seen in simulation of certain embedded
      systems.
    
    * This format does not include a `time` column and contains
      an additional measurement units column underneath (see line
      89 of included example). The units of measurement row
      appears to be ignored without adding any additional ignore
      cases.
    
    * Provided example and test in `tests/prof/embedded.prof`.
    DepthDeluxe authored and Colin Heinzmann committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bcb1b85 View commit details
    Browse the repository at this point in the history