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?
It would be nice to just do
using Profile
to use this stuff, instead ofrequire("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?