Re: Corrected cumulative time measuring support

2021-01-29 Thread Tommi Höynälänmaa
Hi Here is a properly formatted version of the patch. - Tommi Höynälänmaa Tommi Höynälänmaa kirjoitti 26.1.2021 klo 13.27: Hi I made an enhanced version of Guile statprof that computes the cumulative time spent in procedures correctly (so that recursive invocations of the same procedu

Corrected cumulative time measuring support

2021-01-26 Thread Tommi Höynälänmaa
Hi I made an enhanced version of Guile statprof that computes the cumulative time spent in procedures correctly (so that recursive invocations of the same procedure are counted only once). The patch is attached. Please inform me if you find any bugs. - Tommi Höynälänmaa 31c31 < (defin