cstjean / TraceCalls.jl

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

TODO: Optimization #9

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

Consider having Traceable return the normal code by default, and put the tracing version in a separate function.

cstjean commented 7 years ago

10 would be even better.

cstjean commented 7 years ago

Still have to make it reasonably fast to trace a module. Currently traceable! is slow bordering on "it hangs"

cstjean commented 7 years ago

Solved by the ClobberingReload changes.