locktick

Crates.iolocktick
lib.rslocktick
version0.2.0
sourcesrc
created_at2024-06-12 14:05:18.624305
updated_at2024-06-20 18:49:45.326498
descriptionAutomated lock accounting & profiling
homepage
repositoryhttps://github.com/ljedrz/locktick
max_upload_size
id1269682
size34,909
(ljedrz)

documentation

https://docs.rs/locktick

README

locktick

crates.io docs.rs actively developed

locktick provides the means to measure things like the average guard duration and wait time for different kinds of locks, just by substituting the applicable locks' imports.

status

  • the basic functionalities are complete
  • API breakage can still happen
  • some of the TODOs include additional tests, examples, and improvements to documentation
Commit count: 54

cargo fmt