cstjean / TraceCalls.jl

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

Tracing any constructor also brings in Base #29

Open cstjean opened 7 years ago

cstjean commented 7 years ago

@trace PyCall.PyObject 2+2

This is because one of the constructor methods always comes from sysimg.jl.