| Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Carp/Heavy.pm |
| Statements | Executed 5 statements in 24µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 7µs | 7µs | Carp::Heavy::BEGIN@3 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Carp::Heavy; | ||||
| 2 | |||||
| 3 | 3 | 22µs | 1 | 7µs | # spent 7µs within Carp::Heavy::BEGIN@3 which was called:
# once (7µs+0s) by Moose::Error::Default::BEGIN@12 at line 3 # spent 7µs making 1 call to Carp::Heavy::BEGIN@3 |
| 4 | |||||
| 5 | 1 | 400ns | our $VERSION = '1.25'; | ||
| 6 | |||||
| 7 | 1 | 2µs | 1; | ||
| 8 | |||||
| 9 | # Most of the machinery of Carp used to be here. | ||||
| 10 | # It has been moved in Carp.pm now, but this placeholder remains for | ||||
| 11 | # the benefit of modules that like to preload Carp::Heavy directly. | ||||
| 12 | # This must load Carp, because some modules rely on the historical | ||||
| 13 | # behaviour of Carp::Heavy loading Carp. |