← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/hailo
  Run on Thu Oct 21 22:50:37 2010
Reported on Thu Oct 21 22:52:07 2010

Filename/home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/MouseX/Getopt.pm
StatementsExecuted 8 statements in 222µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111681µs1.36msMouseX::Getopt::::BEGIN@10MouseX::Getopt::BEGIN@10
11118µs18µsMouseX::Getopt::::BEGIN@2MouseX::Getopt::BEGIN@2
11113µs107µsMouseX::Getopt::::BEGIN@14MouseX::Getopt::BEGIN@14
1115µs5µsMouseX::Getopt::::BEGIN@5MouseX::Getopt::BEGIN@5
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package MouseX::Getopt;
2
# spent 18µs within MouseX::Getopt::BEGIN@2 which was called: # once (18µs+0s) by Any::Moose::_install_module at line 4
BEGIN {
316µs $MouseX::Getopt::AUTHORITY = 'cpan:STEVAN';
4125µs118µs}
# spent 18µs making 1 call to MouseX::Getopt::BEGIN@2
5
# spent 5µs within MouseX::Getopt::BEGIN@5 which was called: # once (5µs+0s) by Any::Moose::_install_module at line 7
BEGIN {
6111µs $MouseX::Getopt::VERSION = '0.33';
7118µs15µs}
# spent 5µs making 1 call to MouseX::Getopt::BEGIN@5
8# ABSTRACT: A Mouse role for processing command line options
9
102130µs21.64ms
# spent 1.36ms (681µs+676µs) within MouseX::Getopt::BEGIN@10 which was called: # once (681µs+676µs) by Any::Moose::_install_module at line 10
use Mouse::Role;
# spent 1.36ms making 1 call to MouseX::Getopt::BEGIN@10 # spent 284µs making 1 call to Mouse::Exporter::do_import
11
1214µs149.7mswith 'MouseX::Getopt::GLD';
# spent 49.7ms making 1 call to Mouse::Role::with
13
14222µs2201µs
# spent 107µs (13+94) within MouseX::Getopt::BEGIN@14 which was called: # once (13µs+94µs) by Any::Moose::_install_module at line 14
no Mouse::Role;
# spent 107µs making 1 call to MouseX::Getopt::BEGIN@14 # spent 94µs making 1 call to Mouse::Exporter::do_unimport
15
1616µs1;
17
18
19__END__