# locktick [![crates.io](https://img.shields.io/crates/v/locktick)](https://crates.io/crates/locktick) [![docs.rs](https://docs.rs/locktick/badge.svg)](https://docs.rs/locktick) [![actively developed](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) **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