Skip to content
Prev 39241 / 63424 Next

function call overhead

On Wed, Feb 16, 2011 at 12:13 PM, Paul Gilbert
<pgilbert at bank-banque-canada.ca> wrote:
I wondered about this statement too but:
user  system elapsed
  0.539   0.001   0.541
user  system elapsed
  0.013   0.000   0.012

So it is (relatively) significant, although it's not going to make an
impact unless you're doing thousands of function calls.

Hadley