Currently, timings data is automatically managed and displayed whenever sw is invoked. We should figure out how to expose a way to manage and/or query timings data without having to run sw on a specific program/set of arguments. Some thoughts off the top of my head are:
- Add some flags to the CLI that don't actually invoke a program?
- Add a secondary CLI for data management/query?
Currently, timings data is automatically managed and displayed whenever
swis invoked. We should figure out how to expose a way to manage and/or query timings data without having to runswon a specific program/set of arguments. Some thoughts off the top of my head are: