timed icon indicating copy to clipboard operation
timed copied to clipboard

Allow printing arguments for duration

Open kov opened this issue 5 years ago • 1 comments

I have a function that is called several times and I would like to see how much it takes for each argument. It would be helpful to quickly identify pathological cases.

kov avatar Oct 26 '20 01:10 kov

Thanks for the feedback. I can see how this would work, if you implement debug to to_string for the arguments, you could store them in a different record mode. I can provide guidance if you want to implement it. I don't have time, unfortunately.

y2kappa avatar Feb 16 '21 01:02 y2kappa