• Amit Ranjit's avatar
    Enhanced the print_profile module to support comparing two profiler results.... · 022f5f9f
    Amit Ranjit authored
    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).
    022f5f9f
print_profile.py 17 KB