speed_test 0.1.6

This crate allows for easy performance profiling, seamlessly.
Documentation

build badge

Ever wanted to measure a specfic line of code's speed? no? Well now you do! Using the macros included in this crate, you can do so seamlessly. Now is the easiest time to performance profile, especially with this crate.

Universal

You can use it on functions

Function speed testing

And code blocks too!

Block speed testing

Expressive output

For functions

For functions

For blocks of code

For blocks