Filename | /usr/lib64/perl5/5.16.0/Carp/Heavy.pm |
Statements | Executed 4 statements in 212µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 55µs | 55µs | BEGIN@3 | Carp::Heavy::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Carp::Heavy; | ||||
2 | |||||
3 | 2 | 196µs | 1 | 55µs | # spent 55µs within Carp::Heavy::BEGIN@3 which was called:
# once (55µs+0s) by IPC::Run3::BEGIN@55 at line 3 # spent 55µs making 1 call to Carp::Heavy::BEGIN@3 |
4 | |||||
5 | 1 | 4µs | our $VERSION = '1.26'; | ||
6 | |||||
7 | 1 | 12µ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. |