| Filename | /Users/marcus/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Mojolicious/Plugin.pm |
| Statements | Executed 4 statements in 52µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 15µs | 45µs | Mojolicious::Plugin::BEGIN@2 |
| 0 | 0 | 0 | 0s | 0s | Mojolicious::Plugin::register |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Mojolicious::Plugin; | ||||
| 2 | 3 | 50µs | 2 | 45µs | # spent 45µs (15+30) within Mojolicious::Plugin::BEGIN@2 which was called:
# once (15µs+30µs) by Mojo::Base::import at line 2 # spent 45µs making 1 call to Mojolicious::Plugin::BEGIN@2
# spent 30µs making 1 call to Mojo::Base::import, recursion: max depth 1, sum of overlapping time 30µs |
| 3 | |||||
| 4 | # "This is Fry's decision. | ||||
| 5 | # And he made it wrong, so it's time for us to interfere in his life." | ||||
| 6 | sub register { } | ||||
| 7 | |||||
| 8 | 1 | 2µs | 1; | ||
| 9 | __END__ |