nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Pass back return value from the profiled function #69

Closed eudoxos closed 6 years ago

eudoxos commented 6 years ago

vprof.runner.run(...) ignored return value of the function profiled. Would it be possible to pass it back?

(I would like to submit pull request but it actually is not as straightforward as I thought :/)

nvdv commented 6 years ago

Hi, looks reasonable. I'll take a look 😄

nvdv commented 6 years ago

It's done.

eudoxos commented 6 years ago

Thanks!