JuanLeon Lahoz
|
f77c695de4
|
Use human friendly numbers by default (unless --precision is used)
|
4 years ago |
JuanLeon Lahoz
|
e465bff500
|
dev: update dependencies
deps.rs was reporting some outdated dependencies.
clap locked version was a beta (updating to latest stable version required
changes)
|
4 years ago |
JuanLeon Lahoz
|
c97adf0dc4
|
feature: Implement the common-term plot
|
5 years ago |
JuanLeon Lahoz
|
2e4d2da12b
|
fix: allow negative values in min and max arguments
|
5 years ago |
JuanLeon Lahoz
|
a89e39e54c
|
feature: Implement split-timehist visualization
|
5 years ago |
JuanLeon Lahoz
|
25dbd4e6e9
|
test: simplify unit tests
|
5 years ago |
JuanLeon Lahoz
|
537b7d1f73
|
feature: implement 'duration' and 'early-stop' for timehist subcommand
|
5 years ago |
JuanLeon Lahoz
|
4347611b48
|
doc: improve help for timehist regex argument
|
5 years ago |
JuanLeon Lahoz
|
3083bb4adc
|
Use a proper (and colored) logger for terminal
|
5 years ago |
JuanLeon Lahoz
|
980442786c
|
Implement timehist subcommand
|
5 years ago |
JuanLeon Lahoz
|
c8edd3de1e
|
Implement the matches sub-command for bar charts
|
5 years ago |
JuanLeon Lahoz
|
b19e77b870
|
Cap the amount of buckets with the number of values read
|
5 years ago |
JuanLeon Lahoz
|
c488a0d412
|
Update documentation
|
5 years ago |
JuanLeon Lahoz
|
b6554629df
|
Use builder pattern in clap
No good reason, other than enabling UT on arg parsing and letting myself to
compare several clap approaches for solving same problem.
|
5 years ago |