← Index
NYTProf Performance Profile   
For script/nytprof.pl
  Run on Thu May 31 16:29:39 2012
Reported on Thu May 31 16:40:05 2012

Filename(eval 748)[/Users/edenc/perl5/lib/perl5/Bio/Phylo/Util/Exceptions.pm:135]
StatementsExecuted 8 statements in 60µs
Eval Invoked At/Users/edenc/perl5/lib/perl5/Bio/Phylo/Util/Exceptions.pm line 135
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs29µsBio::Phylo::Util::Exceptions::OutOfBounds::::BEGIN@2Bio::Phylo::Util::Exceptions::OutOfBounds::BEGIN@2
1113µs3µsBio::Phylo::Util::Exceptions::OutOfBounds::::descriptionBio::Phylo::Util::Exceptions::OutOfBounds::description
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Bio::Phylo::Util::Exceptions::OutOfBounds;
2245µs248µs
# spent 29µs (9+20) within Bio::Phylo::Util::Exceptions::OutOfBounds::BEGIN@2 which was called: # once (9µs+20µs) by Bio::Phylo::Util::Exceptions::_make_exceptions at line 2
use vars '@ISA';
# spent 29µs making 1 call to Bio::Phylo::Util::Exceptions::OutOfBounds::BEGIN@2 # spent 20µs making 1 call to vars::import
316µs@ISA=qw(Bio::Phylo::Util::Exceptions::BadArgs);
41100nsmy $desc;
5
# spent 3µs within Bio::Phylo::Util::Exceptions::OutOfBounds::description which was called: # once (3µs+0s) by Bio::Phylo::Util::Exceptions::_make_exceptions at line 136 of Bio/Phylo/Util/Exceptions.pm
sub description {
61400ns my $self = shift;
71400ns if ( @_ ) {
8 $desc = shift;
9 }
1014µs return $desc;
11}
1214µs1;
13
14;