in reply to Re: Optimizing the bejeezus out of a sub
in thread Optimizing the bejeezus out of a sub

2: Didn't really help (a little slower, but probably just measuring error)

Before:

%Time ExclSec CumulS #Calls sec/call Csec/c  Name
 48.8   20.83 20.710 130000   0.0002 0.0002  FTS::printto

After 2

%Time ExclSec CumulS #Calls sec/call Csec/c  Name
 51.2   23.74 23.620 130000   0.0002 0.0002  FTS::printto

3: Ditto.

After 3

%Time ExclSec CumulS #Calls sec/call Csec/c  Name
 49.5   21.00 20.880 130000   0.0002 0.0002  FTS::printto
  • Comment on Re: Re: Optimizing the bejeezus out of a sub