← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 10:04:38 2014
Reported on Tue Jun 24 10:05:13 2014

Filename/usr/lib/perl5/Clone.pm
StatementsExecuted 15 statements in 140µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11127µs27µsClone::::cloneClone::clone (xsub)
11118µs18µsClone::::bootstrapClone::bootstrap (xsub)
11112µs15µsClone::::BEGIN@4Clone::BEGIN@4
1116µs39µsClone::::BEGIN@5Clone::BEGIN@5
1116µs60µ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
4222µs218µs
# spent 15µs (12+3) within Clone::BEGIN@4 which was called: # once (12µs+3µs) by Mentat::Storage::Mongo::BEGIN@154 at line 4
use strict;
# spent 15µs making 1 call to Clone::BEGIN@4 # spent 3µs making 1 call to strict::import
5230µs272µs
# spent 39µs (6+33) within Clone::BEGIN@5 which was called: # once (6µs+33µs) by Mentat::Storage::Mongo::BEGIN@154 at line 5
use Carp;
# spent 39µs making 1 call to Clone::BEGIN@5 # spent 33µs making 1 call to Exporter::import
6266µs2113µs
# spent 60µs (6+53) within Clone::BEGIN@6 which was called: # once (6µs+53µs) by Mentat::Storage::Mongo::BEGIN@154 at line 6
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
# spent 60µs making 1 call to Clone::BEGIN@6 # spent 53µs making 1 call to vars::import
7
81600nsrequire Exporter;
91400nsrequire DynaLoader;
101200nsrequire AutoLoader;
11
1217µ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.
161300ns@EXPORT = qw();
171400ns@EXPORT_OK = qw( clone );
18
191300ns$VERSION = '0.31';
20
2117µs1180µsbootstrap Clone $VERSION;
# spent 180µ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
2716µs1;
28__END__
 
# spent 18µs within Clone::bootstrap which was called: # once (18µs+0s) by DynaLoader::bootstrap at line 207 of DynaLoader.pm
sub Clone::bootstrap; # xsub
# spent 27µs within Clone::clone which was called: # once (27µs+0s) by Mentat::Storage::Mongo::_encode2json at line 885 of Mentat/Storage/Mongo.pm
sub Clone::clone; # xsub