Enhanced the print_profile module to support comparing two profiler results....
Enhanced the print_profile module to support comparing two profiler results. The comparison only works one-way (not a diff). The first input is considered as the baseline and the functions in it are compared with the second one. So this is intended to be run as "print_profile <new_result> <old_result>" to see what changed in new_result to make it slower (or faster).
Showing
Please register or sign in to comment