JuanLeon Lahoz
|
d79b98e4d2
|
Add log scale option for histogram
|
3 years ago |
JuanLeon Lahoz
|
f8e055b52a
|
lint: use uninlined format args when possible
Changes done by `cargo clippy --fix -- -D clippy::uninlined_format_args`
|
3 years ago |
JuanLeon Lahoz
|
a940838a40
|
lint: solve semicolon_if_nothing_returned
|
3 years ago |
JuanLeon Lahoz
|
317cfa758a
|
Use a options struct to pass options to histogram
|
3 years ago |
JuanLeon Lahoz
|
2cbdba8497
|
Allow using lowcharts as a library
|
4 years ago |
JuanLeon Lahoz
|
f77c695de4
|
Use human friendly numbers by default (unless --precision is used)
|
4 years ago |
JuanLeon Lahoz
|
c97adf0dc4
|
feature: Implement the common-term plot
|
5 years ago |
JuanLeon Lahoz
|
a89e39e54c
|
feature: Implement split-timehist visualization
|
5 years ago |
JuanLeon Lahoz
|
4d975d7c1e
|
test: add early exit unit test
|
5 years ago |
JuanLeon Lahoz
|
e7de6a8257
|
refactor: unify exit point
Having many places calling exit is somewhat messy, and unlike python that makes
things hard to unit test.
|
5 years ago |
JuanLeon Lahoz
|
e3ca5689b2
|
dev: update dependencies (leverage deps.rs)
|
5 years ago |
JuanLeon Lahoz
|
537b7d1f73
|
feature: implement 'duration' and 'early-stop' for timehist subcommand
|
5 years ago |
JuanLeon Lahoz
|
2bb0a6946a
|
test: add (overdue) test for output configuration
Test was overdue because 908f236 fixed a bug in that function
|
5 years ago |
JuanLeon Lahoz
|
c6dce04b94
|
refactor: organize code in modules
|
5 years ago |
JuanLeon Lahoz
|
908f236b2e
|
fix: Make --verbose flag work ok
|
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
|
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 |
JuanLeon Lahoz
|
4a18d805f9
|
Add some unit tests
|
5 years ago |
JuanLeon Lahoz
|
85bac44dc4
|
Rustfmt code
|
5 years ago |
JuanLeon Lahoz
|
38ebc48456
|
Initial version
Documentation is pending
|
5 years ago |