Filename | /var/www/foswiki11/lib/Foswiki/Query/OP_eq.pm |
Statements | Executed 35062 statements in 135ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
8762 | 1 | 1 | 62.9ms | 1.62s | evaluate | Foswiki::Query::OP_eq::
8762 | 1 | 1 | 14.2ms | 14.2ms | __ANON__[:28] | Foswiki::Query::OP_eq::
3 | 1 | 1 | 51µs | 102µs | new | Foswiki::Query::OP_eq::
1 | 1 | 1 | 26µs | 35µs | BEGIN@12 | Foswiki::Query::OP_eq::
1 | 1 | 1 | 24µs | 45µs | BEGIN@11 | Foswiki::Query::OP_eq::
1 | 1 | 1 | 6µs | 6µ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 | 46µs | 2 | 67µs | # spent 45µs (24+22) within Foswiki::Query::OP_eq::BEGIN@11 which was called:
# once (24µs+22µs) by Foswiki::Query::Parser::new at line 11 # spent 45µs making 1 call to Foswiki::Query::OP_eq::BEGIN@11
# spent 22µs making 1 call to strict::import |
12 | 2 | 52µs | 2 | 43µs | # spent 35µs (26+9) within Foswiki::Query::OP_eq::BEGIN@12 which was called:
# once (26µs+9µs) by Foswiki::Query::Parser::new at line 12 # spent 35µs making 1 call to Foswiki::Query::OP_eq::BEGIN@12
# spent 9µs making 1 call to warnings::import |
13 | |||||
14 | 2 | 181µs | 1 | 6µs | # spent 6µs within Foswiki::Query::OP_eq::BEGIN@14 which was called:
# once (6µs+0s) by Foswiki::Query::Parser::new at line 14 # spent 6µs making 1 call to Foswiki::Query::OP_eq::BEGIN@14 |
15 | 1 | 10µs | our @ISA = ('Foswiki::Query::BinaryOP'); | ||
16 | |||||
17 | # spent 102µs (51+50) within Foswiki::Query::OP_eq::new which was called 3 times, avg 34µs/call:
# 3 times (51µs+50µs) by Foswiki::Query::Parser::new at line 47 of /var/www/foswiki11/lib/Foswiki/Query/Parser.pm, avg 34µs/call | ||||
18 | 3 | 3µs | my $class = shift; | ||
19 | 3 | 45µs | 3 | 50µs | return $class->SUPER::new( name => '=', prec => 500 ); # spent 50µs making 3 calls to Foswiki::Query::BinaryOP::new, avg 17µs/call |
20 | } | ||||
21 | |||||
22 | # spent 1.62s (62.9ms+1.56) within Foswiki::Query::OP_eq::evaluate which was called 8762 times, avg 185µs/call:
# 8762 times (62.9ms+1.56s) by Foswiki::Query::Node::evaluate at line 184 of /var/www/foswiki11/lib/Foswiki/Query/Node.pm, avg 185µs/call | ||||
23 | 8762 | 2.85ms | my $this = shift; | ||
24 | 8762 | 1.58ms | my $node = shift; | ||
25 | return $this->evalTest( | ||||
26 | $node, \@_, | ||||
27 | \&Foswiki::Query::BinaryOP::compare, | ||||
28 | 8762 | 48.8ms | # spent 14.2ms within Foswiki::Query::OP_eq::__ANON__[/var/www/foswiki11/lib/Foswiki/Query/OP_eq.pm:28] which was called 8762 times, avg 2µs/call:
# 8762 times (14.2ms+0s) by Foswiki::Query::BinaryOP::compare at line 27 of /var/www/foswiki11/lib/Foswiki/Query/BinaryOP.pm, avg 2µs/call | ||
29 | 8762 | 81.8ms | 8762 | 1.56s | ); # spent 1.56s making 8762 calls to Foswiki::Query::BinaryOP::evalTest, avg 178µs/call |
30 | } | ||||
31 | |||||
32 | 1 | 4µs | 1; | ||
33 | __END__ |