Filename | /var/www/foswikidev/core/lib/Foswiki/Query/OP_eq.pm |
Statements | Executed 35066 statements in 113ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
8763 | 1 | 1 | 87.4ms | 1.10s | evaluate | Foswiki::Query::OP_eq::
8763 | 1 | 1 | 13.3ms | 13.3ms | __ANON__[:28] | Foswiki::Query::OP_eq::
3 | 1 | 1 | 33µs | 72µs | new | Foswiki::Query::OP_eq::
1 | 1 | 1 | 18µs | 30µs | BEGIN@11 | Foswiki::Query::OP_eq::
1 | 1 | 1 | 10µs | 14µs | BEGIN@12 | Foswiki::Query::OP_eq::
1 | 1 | 1 | 3µs | 3µs | BEGIN@14 | Foswiki::Query::OP_eq::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # See bottom of file for license and copyright information | ||||
2 | |||||
3 | =begin TML | ||||
4 | |||||
5 | ---+ package Foswiki::Query::OP_eq | ||||
6 | |||||
7 | =cut | ||||
8 | |||||
9 | package Foswiki::Query::OP_eq; | ||||
10 | |||||
11 | 2 | 27µs | 2 | 42µs | # spent 30µs (18+12) within Foswiki::Query::OP_eq::BEGIN@11 which was called:
# once (18µs+12µs) by Foswiki::Query::Parser::BEGIN@47 at line 11 # spent 30µs making 1 call to Foswiki::Query::OP_eq::BEGIN@11
# spent 12µs making 1 call to strict::import |
12 | 2 | 24µs | 2 | 18µs | # spent 14µs (10+4) within Foswiki::Query::OP_eq::BEGIN@12 which was called:
# once (10µs+4µs) by Foswiki::Query::Parser::BEGIN@47 at line 12 # spent 14µs making 1 call to Foswiki::Query::OP_eq::BEGIN@12
# spent 4µs making 1 call to warnings::import |
13 | |||||
14 | 2 | 114µs | 1 | 3µs | # spent 3µs within Foswiki::Query::OP_eq::BEGIN@14 which was called:
# once (3µs+0s) by Foswiki::Query::Parser::BEGIN@47 at line 14 # spent 3µs making 1 call to Foswiki::Query::OP_eq::BEGIN@14 |
15 | 1 | 6µs | our @ISA = ('Foswiki::Query::ConditionalOP'); | ||
16 | |||||
17 | # spent 72µs (33+39) within Foswiki::Query::OP_eq::new which was called 3 times, avg 24µs/call:
# 3 times (33µs+39µs) by Foswiki::Query::Parser::new at line 112 of /var/www/foswikidev/core/lib/Foswiki/Query/Parser.pm, avg 24µs/call | ||||
18 | 3 | 2µs | my $class = shift; | ||
19 | 3 | 29µs | 3 | 39µs | return $class->SUPER::new( name => '=', prec => 500 ); # spent 39µs making 3 calls to Foswiki::Query::ConditionalOP::new, avg 13µs/call |
20 | } | ||||
21 | |||||
22 | # spent 1.10s (87.4ms+1.01) within Foswiki::Query::OP_eq::evaluate which was called 8763 times, avg 126µs/call:
# 8763 times (87.4ms+1.01s) by Foswiki::Query::Node::evaluate at line 223 of /var/www/foswikidev/core/lib/Foswiki/Query/Node.pm, avg 126µs/call | ||||
23 | 8763 | 1.98ms | my $this = shift; | ||
24 | 8763 | 1.25ms | my $node = shift; | ||
25 | return $this->evalTest( | ||||
26 | $node, \@_, | ||||
27 | \&Foswiki::Query::ConditionalOP::compare, | ||||
28 | 8763 | 47.5ms | # spent 13.3ms within Foswiki::Query::OP_eq::__ANON__[/var/www/foswikidev/core/lib/Foswiki/Query/OP_eq.pm:28] which was called 8763 times, avg 2µs/call:
# 8763 times (13.3ms+0s) by Foswiki::Query::ConditionalOP::compare at line 47 of /var/www/foswikidev/core/lib/Foswiki/Query/ConditionalOP.pm, avg 2µs/call | ||
29 | 8763 | 61.8ms | 8763 | 1.01s | ); # spent 1.01s making 8763 calls to Foswiki::Query::ConditionalOP::evalTest, avg 116µs/call |
30 | } | ||||
31 | |||||
32 | 1 | 3µs | 1; | ||
33 | __END__ |