Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | implement sorting based on duration | Daniel Schadt | |
2020-06-12 | fix tests for sorting | Daniel | |
2020-05-14 | add a small test for sorting with Sorting | Daniel | |
2020-05-14 | fix tests | Daniel | |
We changed the descending prefix to be ~ earlier, so now we need to adjust the tests as well. | |||
2020-05-13 | fix formatting | Daniel | |
2020-05-13 | change sorting reversing prefix to ~ | Daniel | |
Since - leads to structopt interpreting the component as the start of another argument, we need to use a different one. | |||
2020-05-13 | first attempt at sorting output | Daniel | |
This does currently not work yet, as we cannot call .finish() on dyn Aggregator. This needs to be adjusted. However, this provides the basic infrastructure for producing sorted output, including the required command line parsing. |