cstjean / TraceCalls.jl

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

Write ismutating #6

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

Detect whether each function's name ends with !

cstjean commented 7 years ago

Or maybe just filter_ismutating

cstjean commented 7 years ago

Fixed