← Index
NYTProf Performance Profile   « block view • line view • sub view »
For ./testnewboardincnply
  Run on Mon Jan 12 21:52:27 2015
Reported on Mon Jan 12 22:01:19 2015

Filename/usr/lib/perl5/Clone.pm
StatementsExecuted 15 statements in 224µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
5528214.73s4.73sClone::::cloneClone::clone (xsub)
11112µs12µsClone::::bootstrapClone::bootstrap (xsub)
1118µs10µsClone::::BEGIN@4Clone::BEGIN@4
1115µs29µsClone::::BEGIN@5Clone::BEGIN@5
1114µs43µsClone::::BEGIN@6Clone::BEGIN@6
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# $Id: Clone.pm,v 0.31 2009/01/20 04:54:37 ray Exp $
2package Clone;
3
4216µs211µs
# spent 10µs (8+2) within Clone::BEGIN@4 which was called: # once (8µs+2µs) by parent::import at line 4
use strict;
# spent 10µs making 1 call to Clone::BEGIN@4 # spent 2µs making 1 call to strict::import
5220µs252µs
# spent 29µs (5+24) within Clone::BEGIN@5 which was called: # once (5µs+24µs) by parent::import at line 5
use Carp;
# spent 29µs making 1 call to Clone::BEGIN@5 # spent 24µs making 1 call to Exporter::import
6258µs282µs
# spent 43µs (4+39) within Clone::BEGIN@6 which was called: # once (4µs+39µs) by parent::import at line 6
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
# spent 43µs making 1 call to Clone::BEGIN@6 # spent 39µs making 1 call to vars::import
7
81300nsrequire Exporter;
9157µsrequire DynaLoader;
10158µsrequire AutoLoader;
11
1215µs@ISA = qw(Exporter DynaLoader);
13# Items to export into callers namespace by default. Note: do not export
14# names by default without a very good reason. Use EXPORT_OK instead.
15# Do not simply export all your public functions/methods/constants.
161200ns@EXPORT = qw();
171300ns@EXPORT_OK = qw( clone );
18
191200ns$VERSION = '0.31';
20
2114µs1117µsbootstrap Clone $VERSION;
# spent 117µs making 1 call to DynaLoader::bootstrap
22
23# Preloaded methods go here.
24
25# Autoload methods go after =cut, and are processed by the autosplit program.
26
2715µs1;
28__END__
 
# spent 12µs within Clone::bootstrap which was called: # once (12µs+0s) by DynaLoader::bootstrap at line 207 of DynaLoader.pm
sub Clone::bootstrap; # xsub
# spent 4.73s within Clone::clone which was called 5528 times, avg 855µs/call: # 5522 times (4.72s+0s) by main::fulllist_all_nply at line 96 of NewIncNPlyPicker.pm, avg 855µs/call # 6 times (5.18ms+0s) by main::fulllist_all_nply at line 76 of NewIncNPlyPicker.pm, avg 863µs/call
sub Clone::clone; # xsub