log-relativizer

Crates.iolog-relativizer
lib.rslog-relativizer
version0.1.0
sourcesrc
created_at2024-02-04 18:36:34.239824
updated_at2024-02-04 18:36:34.239824
descriptiona tool for modifying log timestamps into relative durations
homepagehttps://github.com/benmoss/log-relativizer
repository
max_upload_size
id1126566
size9,753
Ben Moss (benmoss)

documentation

README

log-relativizer

Allows you to turn ISO8601 timestamps in a file into durations relative to the first timestamp. It's easier to demonstrate than explain, so:

$ cat examples/test.log | log-relativizer
[0s] starting the tests
[1s928ms] test 1
[2s196ms] some logs and crap
[2s461ms] test 2
[3s53ms] whoa so many logs
[3s458ms] tests complete!
Commit count: 0

cargo fmt