/Function-Benchmarker

Benchmarks a function and saves the data to a text file

Primary LanguageC++MIT LicenseMIT

Function-Benchmarker

How to use

Call runStandardBenchmark,this function takes as argument:

a time measure unit ;
the Saved File Name;
the function you wish to benchmark;
the function arguments.

Data saved

It saves your average call duration, amount of calls and each call time in a Markdown file

Display call time In-Real-Time

image

Rate

Please leave a star on this repo if you found it useful

Check my other stuff

Denellyne