← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/pan_genome_post_analysis
  Run on Fri Mar 27 11:43:32 2015
Reported on Fri Mar 27 11:45:27 2015

Filename/Users/ap13/perl5/lib/perl5/darwin-2level/Clone.pm
StatementsExecuted 15 statements in 265µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11120µs20µsClone::::bootstrapClone::bootstrap (xsub)
11117µs32µsClone::::BEGIN@3Clone::BEGIN@3
11110µs54µsClone::::BEGIN@4Clone::BEGIN@4
1118µs77µsClone::::BEGIN@5Clone::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 Clone;
2
3227µs248µs
# spent 32µs (17+16) within Clone::BEGIN@3 which was called: # once (17µs+16µs) by Bio::Root::Root::BEGIN@146 at line 3
use strict;
# spent 32µs making 1 call to Clone::BEGIN@3 # spent 16µs making 1 call to strict::import
4234µs297µs
# spent 54µs (10+43) within Clone::BEGIN@4 which was called: # once (10µs+43µs) by Bio::Root::Root::BEGIN@146 at line 4
use Carp;
# spent 54µs making 1 call to Clone::BEGIN@4 # spent 43µs making 1 call to Exporter::import
5277µs2146µs
# spent 77µs (8+69) within Clone::BEGIN@5 which was called: # once (8µs+69µs) by Bio::Root::Root::BEGIN@146 at line 5
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
# spent 77µs making 1 call to Clone::BEGIN@5 # spent 69µs making 1 call to vars::import
6
71600nsrequire Exporter;
81400nsrequire DynaLoader;
9195µsrequire AutoLoader;
10
11110µs@ISA = qw(Exporter DynaLoader);
12# Items to export into callers namespace by default. Note: do not export
13# names by default without a very good reason. Use EXPORT_OK instead.
14# Do not simply export all your public functions/methods/constants.
151300ns@EXPORT = qw();
161500ns@EXPORT_OK = qw( clone );
17
181200ns$VERSION = '0.34';
19
2017µs1322µsbootstrap Clone $VERSION;
# spent 322µs making 1 call to DynaLoader::bootstrap
21
22# Preloaded methods go here.
23
24# Autoload methods go after =cut, and are processed by the autosplit program.
25
26114µs1;
27__END__
 
# spent 20µs within Clone::bootstrap which was called: # once (20µs+0s) by DynaLoader::bootstrap at line 217 of DynaLoader.pm
sub Clone::bootstrap; # xsub