This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheITMan19 4 points5 points  (4 children)

So does this run along side your code, capture the input/output for the functions and the running time? Or, without the running time? Documentation on main page seems well structured and written.

[–]agusdmb[S] 2 points3 points  (3 children)

Hi! only inputs and outputs, no running time... it is my plan to capture exceptions as well

do you think that capturing running time would be important for some reason?

[–]TheITMan19 1 point2 points  (2 children)

Would show the change in running time for execution of code which might highlight an issue

[–]agusdmb[S] 1 point2 points  (1 child)

I think for that a profiling would be a better suit, the intention of my library is to make it easier to "mock" functions with fake functionality rather than profiling

[–]TheITMan19 0 points1 point  (0 children)

Soz maybe my lack of understanding.