[Numpy-discussion] line_profiler suggestion

Robert Kern robert.kern at gmail.com
Wed Jan 21 16:34:05 EST 2009


On Wed, Jan 21, 2009 at 15:13, Neal Becker <ndbecker2 at gmail.com> wrote:
> Would be handy to not have to add/remove @profile to switch between
> profiling/normal operation.
>
> When run without profiler, @profile is redefined to do nothing.  Possible?

I could add a --noop flag to kernprof, which basically tells it to
insert a do-nothing profile() decorator. I'm not sure what the use
case is, though. Are you switching back and forth frequently?

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list