cstjean / TraceCalls.jl

A debugging and profiling tool for Julia
Other
46 stars 4 forks source link

measure's threshold should be smarter #39

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

If @elapsed(f(x)) < threshold, it's dumb to measure f(x)'s children only to discard them.