speed_test 0.1.6

This crate allows for easy performance profiling, seamlessly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[![build badge](https://github.com/marci1175/PerformanceProfiling/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/marci1175/PerformanceProfiling/actions/workflows/rust.yml)

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](https://cdn.discordapp.com/attachments/788044970807525386/1191711864502100058/image.png?ex=65a66f29&is=6593fa29&hm=7cd40d21b3155d9e5c0ab5f47fee6d5d85cec83fcec9bdcbf3c14a22dfc407e9&)

## And code blocks too!

![Block speed testing](https://cdn.discordapp.com/attachments/788044970807525386/1191711858638475274/image.png?ex=65a66f28&is=6593fa28&hm=aa96c32d2ea10bc2fd89d3f99d777e5f8d2417e3ffde75243f6b9eddc06320bf&)

# Expressive output

## For functions

![For functions](https://cdn.discordapp.com/attachments/788044970807525386/1191711940423192629/image.png?ex=65a66f3b&is=6593fa3b&hm=f269091300e610e608bd87ec2245cb8294a9febf5ce473ccf8a3b44eb4bf413d&)

## For blocks of code

![For blocks](https://cdn.discordapp.com/attachments/788044970807525386/1191712022983872522/image.png?ex=65a66f4f&is=6593fa4f&hm=bb604d302a067f008afdcd6fb9c57da1ed0a4df5680e613ee3fe36ce3b4421d2&)