simple way to measure and display the execution time
A simple macro that prints a warning if a function takes longer than expected
A Rust crate that provides a concise and handy way to benchmark elapsed time inside functions.
This crate help you to measure time taken by a function or a block of code for print debugging purpose. It output in stdout (using println) the elapsed time.
Thread-safe clock abstractions for Rust: monotonic clocks, mock testing, high-precision time meters, and timezone support
This is a library for human readable elapsed time string
Bindings for MediaRemote.framework
A simple and efficient Rust library for measuring and reporting the duration of tasks
a http library for rust built on top of tokio
Very simple macro for printing time elapsed to execute a function
Provices macros to measure the time until end of scope.
Terminal-based time tracking tool written in Rust, featuring a TUI (Text-based User Interface) powered by ratatui, with support for activity logging, real-time elapsed time tracking, and webhook-based notifications.