timholy / IProfile.jl

Profilers for Julia
MIT License
18 stars 15 forks source link

Make it easier to load the SProfile module #18

Closed ViralBShah closed 11 years ago

ViralBShah commented 11 years ago

It would be nice to just do using Profile to use this stuff, instead of require("Profile"); using SProfile. I can never remember this and have to go to the README every time (probably because I do not use this as often as I should).

How about just folding all of the SProfile stuff into the Profile module - and just using different macros to call the sampling and instrumentation profilers?

ViralBShah commented 11 years ago

Thanks.