Filename | /usr/share/perl/5.14/Carp/Heavy.pm |
Statements | Executed 4 statements in 56µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 25µs | 120µs | BEGIN@4.1 | Carp::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Carp; | ||||
2 | |||||
3 | # On one line so MakeMaker will see it. | ||||
4 | 3 | 51µs | 2 | 216µs | # spent 120µs (25+95) within Carp::BEGIN@4.1 which was called:
# once (25µs+95µs) by Foswiki::Sandbox::BEGIN@39 at line 4 # spent 120µs making 1 call to Carp::BEGIN@4.1
# spent 95µs making 1 call to Exporter::import |
5 | |||||
6 | 1 | 5µs | 1; | ||
7 | |||||
8 | # Most of the machinery of Carp used to be there. | ||||
9 | # It has been moved in Carp.pm now, but this placeholder remains for | ||||
10 | # the benefit of modules that like to preload Carp::Heavy directly. |