cstjean / TraceCalls.jl

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

Tracing individual methods #42

Open cstjean opened 7 years ago

cstjean commented 7 years ago

@trace which(convert, (Type{SparseMatrixCSC}, Matrix)) ... could be convenient for functions like convert/length etc.