summaryrefslogtreecommitdiff
path: root/tools/eos-profile-tool/eos-profile-cmd-show.c
Commit message (Collapse)AuthorAge
* Programmatically generate command usage and helpEmmanuele Bassi2018-03-21
| | | | This avoids having each command handle it differently.
* Nest profile output a bit betterEmmanuele Bassi2018-01-22
| | | | The spacing makes it look like a typo.
* Move metadata at the top of the outputEmmanuele Bassi2018-01-20
| | | | | There is no ordering guaranteed in the GVDB key names; while this is okay for the probes, the metadata section should be clustered together.
* Fix whitespace in the sample timing messageEmmanuele Bassi2018-01-19
|
* Add missing handler for start time metadataEmmanuele Bassi2018-01-19
| | | | We need to check all meta data keys.
* Beautify the eos-profile-show outputEmmanuele Bassi2018-01-19
| | | | Add more Unicode art.
* Add show command to eos-profileEmmanuele Bassi2018-01-19
The `show` command loads a list of profile capture files and prints the metadata and sample summary.