Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information