enso/tools/language-server/logstat
Michał Wawrzyniec Urbańczyk 96d17d2f3f
Bump clap to v4 (#9595)
Now that the clap has fixed [issue](https://github.com/clap-rs/clap/issues/5407) that blocked us, we can bump it across all our crates.

Fixes #5168.
2024-04-03 11:32:03 +00:00
..
src remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
apply-edit-spec.txt Consistent naming of visualization (#7124) 2023-06-26 17:04:35 +00:00
apply-expression-value-spec.txt Consistent naming of visualization (#7124) 2023-06-26 17:04:35 +00:00
Cargo.toml Bump clap to v4 (#9595) 2024-04-03 11:32:03 +00:00
README.md Add Language Server benchmarking tool (#3578) 2022-07-22 14:12:52 +00:00

logstat

The tool for analyzing performance from the logs output. It takes the log file and the specification file containing the log entries to look for. Then it can extract the operations from logs and calculate the durations and averages of each operation.

Logstat is supposed to be used together with wstest tool. Take a look at wstest/benchmarks directory of example usages.