← Index
NYTProf Performance Profile   « block view • line view • sub view »
For 05.Domain_and_Item.t
  Run on Tue May 4 17:21:41 2010
Reported on Tue May 4 17:23:17 2010

File /usr/local/lib/perl5/5.10.1/Test/Deep/Ignore.pm
Statements Executed 13
Statement Execution Time 326µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111862µs1.08msTest::Deep::Ignore::::BEGIN@6Test::Deep::Ignore::BEGIN@6
1112µs2µsTest::Deep::Ignore::::newTest::Deep::Ignore::new
1111µs1µsTest::Deep::Ignore::::descendTest::Deep::Ignore::descend
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1339µs243µsuse strict;
# spent 35µs making 1 call to Test::Deep::BEGIN@1 # spent 8µs making 1 call to strict::import
2350µs262µsuse warnings;
# spent 38µs making 1 call to Test::Deep::BEGIN@2 # spent 24µs making 1 call to warnings::import
3
4package Test::Deep::Ignore;
5
63199µs21.11ms
# spent 1.08ms (862µs+219µs) within Test::Deep::Ignore::BEGIN@6 which was called # once (862µs+219µs) by Test::Deep::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Deep.pm:92] at line 6
use Test::Deep::Cmp;
# spent 1.08ms making 1 call to Test::Deep::Ignore::BEGIN@6 # spent 32µs making 1 call to Test::Deep::Cmp::import
7
8123µs187µsmy $Singleton = __PACKAGE__->SUPER::new;
# spent 87µs making 1 call to Test::Deep::Cmp::new
9
10sub new
11
# spent 2µs within Test::Deep::Ignore::new which was called # once (2µs+0s) by Test::Deep::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Deep.pm:92] at line 91 of Test/Deep.pm
{
1215µs return $Singleton;
13}
14
15sub descend
16
# spent 1µs within Test::Deep::Ignore::descend which was called # once (1µs+0s) by Test::Deep::descend at line 312 of Test/Deep.pm
{
1713µs return 1;
18}
19
2016µs1;