Filename | /home/micha/.plenv/versions/5.38.2/lib/perl5/5.38.2/builtin.pm |
Statements | Executed 5 statements in 35µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 11µs | 12µs | BEGIN@3 | builtin::
1 | 1 | 1 | 3µs | 3µs | import (xsub) | builtin::
1 | 1 | 1 | 3µs | 17µs | BEGIN@4 | builtin::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package builtin 0.008; | ||||
2 | |||||
3 | 2 | 20µs | 2 | 14µs | # spent 12µs (11+1) within builtin::BEGIN@3 which was called:
# once (11µs+1µs) by File::Copy::BEGIN@14 at line 3 # spent 12µs making 1 call to builtin::BEGIN@3
# spent 1µs making 1 call to strict::import |
4 | 2 | 14µs | 2 | 31µs | # spent 17µs (3+14) within builtin::BEGIN@4 which was called:
# once (3µs+14µs) by File::Copy::BEGIN@14 at line 4 # spent 17µs making 1 call to builtin::BEGIN@4
# spent 14µs making 1 call to warnings::import |
5 | |||||
6 | # All code, including &import, is implemented by always-present functions in | ||||
7 | # the perl interpreter itself. | ||||
8 | # See also `builtin.c` in perl source | ||||
9 | |||||
10 | 1 | 1µs | 1; | ||
11 | __END__ | ||||
# spent 3µs within builtin::import which was called:
# once (3µs+0s) by File::Copy::BEGIN@14 at line 14 of File/Copy.pm |