enso/tools/language-server/logstat
Michael Mauderer 349cc210e0
Bump rustc to nightly-2023-01-12 (#4053)
Bump rustc nightly-2022-08-30 and fix new errors and lints.
https://www.pivotaltracker.com/story/show/184229094
2023-02-02 23:05:25 +00:00
..
src Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
apply-edit-spec.txt Add Language Server benchmarking tool (#3578) 2022-07-22 14:12:52 +00:00
apply-expression-value-spec.txt Add Language Server benchmarking tool (#3578) 2022-07-22 14:12:52 +00:00
Cargo.toml Dependency cleaning (#4092) 2023-01-27 23:39:37 +01: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.