2 * This software is in the public domain.
12 php
$target
:::function-entry
14 @counts[copyinstr(arg0
)] = count();
15 printf("%*s", self
->indent
, "");
16 printf("-> %s\n", copyinstr(arg0
));
17 self
->times
[self
->indent
] = timestamp
;
21 php
$target
:::function-return
24 printf("%*s", self
->indent
, "");
25 printf("<- %s %dus\n", copyinstr(arg0
), (timestamp
- self
->times
[self
->indent
]) / 1000);