Rust Crate for Generating Performance Chart
This crate will generate a PNG file for how much time did your function takes for each iteration.
Example code:
use generate_performance_png;
This crate will generate a PNG file for how much time did your function takes for each iteration.
Example code:
use generate_performance_png;