Optimizing & Benchmarking SPO600 Project Stage 2 – Part 2
Algorithm and Profiling Profiling a program enable us to see the total amount of time that is spend on all of the functions of a specific execution of an ELF file. Therefore, this means we can view which functions get calls the most and the execution time that is spent. …