NAU-IoT / benchmarks

Benchmarks for Raspberry Pi and NVIDIA Jetson performance
https://nau-iot.github.io/benchmarks/
MIT License
0 stars 1 forks source link

profiling tools #2

Closed akielaries closed 10 months ago

akielaries commented 10 months ago

Since background processes/tasks will affect the runtime execution of our benchmarks I need to find a way to integrate gprof and perf profiling results into the final benchmark timing result.

The main benchmark.cpp file should ideally display a graph on the CLI or perhaps somewhere else with all of the different results from a given run

akielaries commented 10 months ago

valgrind/cachegrind, etc. in addition to FlameGraph.pl will help with further benchmarking. I think further collection and run averages would be worthwhile to contribute to a final result