| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Types.pm |
| Statements | Executed 12 statements in 804µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 3.57ms | 464ms | Markdent::Types::BEGIN@9 |
| 1 | 1 | 1 | 44µs | 106µs | Markdent::Types::BEGIN@7 |
| 1 | 1 | 1 | 43µs | 43µs | Markdent::Types::BEGIN@2 |
| 1 | 1 | 1 | 37µs | 52µs | Markdent::Types::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Types; | ||||
| 2 | # spent 43µs within Markdent::Types::BEGIN@2 which was called:
# once (43µs+0s) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 4 | ||||
| 3 | 1 | 25µs | $Markdent::Types::VERSION = '0.17'; | ||
| 4 | 1 | 69µs | 1 | 43µs | } # spent 43µs making 1 call to Markdent::Types::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 96µs | 2 | 67µs | # spent 52µs (37+15) within Markdent::Types::BEGIN@6 which was called:
# once (37µs+15µs) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 6 # spent 52µs making 1 call to Markdent::Types::BEGIN@6
# spent 15µs making 1 call to strict::import |
| 7 | 3 | 98µs | 2 | 168µs | # spent 106µs (44+62) within Markdent::Types::BEGIN@7 which was called:
# once (44µs+62µs) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 7 # spent 106µs making 1 call to Markdent::Types::BEGIN@7
# spent 62µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 484µs | 2 | 922ms | # spent 464ms (3.57+461) within Markdent::Types::BEGIN@9 which was called:
# once (3.57ms+461ms) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 9 # spent 464ms making 1 call to Markdent::Types::BEGIN@9
# spent 457ms making 1 call to base::import |
| 10 | |||||
| 11 | 1 | 21µs | 1 | 47µs | __PACKAGE__->provide_types_from( # spent 47µs making 1 call to MooseX::Types::Combine::provide_types_from |
| 12 | qw( Markdent::Types::Internal | ||||
| 13 | MooseX::Types::Moose )); | ||||
| 14 | |||||
| 15 | 1 | 11µs | 1; |