← Index
NYTProf Performance Profile   « block view • line view • sub view »
For xt/tapper-mcp-scheduler-with-db-longrun.t
  Run on Tue May 22 17:18:39 2012
Reported on Tue May 22 17:23:21 2012

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Test/Deep/RegexpVersion.pm
StatementsExecuted 8 statements in 52µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs15µsTest::Deep::::BEGIN@1.36Test::Deep::BEGIN@1.36
1117µs16µsTest::Deep::::BEGIN@2.37Test::Deep::BEGIN@2.37
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1317µs218µs
# spent 15µs (13+2) within Test::Deep::BEGIN@1.36 which was called: # once (13µs+2µs) by Test::Deep::BEGIN@9 at line 1
use strict;
# spent 15µs making 1 call to Test::Deep::BEGIN@1.36 # spent 2µs making 1 call to strict::import
2330µs224µs
# spent 16µs (7+9) within Test::Deep::BEGIN@2.37 which was called: # once (7µs+9µs) by Test::Deep::BEGIN@9 at line 2
use warnings;
# spent 16µs making 1 call to Test::Deep::BEGIN@2.37 # spent 9µs making 1 call to warnings::import
3
4package Test::Deep::RegexpVersion;
5
6# Older versions of Perl treated Regexp refs as opaque scalars blessed
7# into the "Regexp" class. Several bits of code need this so we
8# centralise the test for that kind of version.
912µsour $OldStyle = ($] < 5.011);
10
1112µs1;