Filename | /usr/lib/perl5/5.14/Carp/Heavy.pm |
Statements | Executed 4 statements in 100µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 229µs | 298µ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 | 91µs | 2 | 368µs | # spent 298µs (229+69) within Carp::BEGIN@4.1 which was called:
# once (229µs+69µs) by Archive::Zip::BEGIN@14 at line 4 # spent 298µs making 1 call to Carp::BEGIN@4.1
# spent 69µs making 1 call to Exporter::import |
5 | |||||
6 | 1 | 9µ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. |