php-spx icon indicating copy to clipboard operation
php-spx copied to clipboard

Doc: Clarify what `Inc.` and `Exc.` mean in the table

Open LordSimal opened this issue 2 years ago • 1 comments

image

I was not able to find a documentation which explains the difference between Inc. and Exc.

This run was generated without profiling internal PHP methods, therefore it can't really be "including/exlcuding internal functions"

image

LordSimal avatar Jul 28 '22 11:07 LordSimal

My guess would be the difference between:

  • including called functions (aka "sub-calls") and their time (or memory) spent and
  • excluding called functions

But is that correct? Can we maybe add a simple example to the doc which ilustrates this?

LordSimal avatar Jul 28 '22 13:07 LordSimal

That is correct.

NoiseByNorthwest avatar Aug 28 '22 16:08 NoiseByNorthwest