Filename | /usr/lib/x86_64-linux-gnu/perl-base/builtin.pm |
Statements | Executed 5 statements in 45µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 16µs | 17µs | BEGIN@3 | builtin::
3 | 3 | 3 | 15µs | 15µs | import (xsub) | builtin::
1 | 1 | 1 | 4µs | 22µs | BEGIN@4 | builtin::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package builtin 0.006; | ||||
2 | |||||
3 | 2 | 27µs | 2 | 19µs | # spent 17µs (16+1) within builtin::BEGIN@3 which was called:
# once (16µs+1µs) by main::BEGIN@41 at line 3 # spent 17µs making 1 call to builtin::BEGIN@3
# spent 2µs making 1 call to strict::import |
4 | 2 | 17µs | 2 | 40µs | # spent 22µs (4+18) within builtin::BEGIN@4 which was called:
# once (4µs+18µs) by main::BEGIN@41 at line 4 # spent 22µs making 1 call to builtin::BEGIN@4
# spent 18µ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 | 2µs | 1; | ||
11 | __END__ | ||||
# spent 15µs within builtin::import which was called 3 times, avg 5µs/call:
# once (5µs+0s) by main::BEGIN@41 at line 41 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/bin/split.pl
# once (5µs+0s) by Gradescope::Translate::BEGIN@10 at line 10 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/lib/Gradescope/Translate.pm
# once (5µs+0s) by Gradescope::Color::BEGIN@10 at line 10 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/lib/Gradescope/Color.pm |