Filename | /var/www/foswiki11/lib/Foswiki/Query/OP_ne.pm |
Statements | Executed 34 statements in 386µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
5 | 1 | 1 | 61µs | 2.40ms | evaluate | Foswiki::Query::OP_ne::
3 | 1 | 1 | 51µs | 98µs | new | Foswiki::Query::OP_ne::
1 | 1 | 1 | 22µs | 41µs | BEGIN@11 | Foswiki::Query::OP_ne::
1 | 1 | 1 | 13µs | 20µs | BEGIN@12 | Foswiki::Query::OP_ne::
5 | 1 | 1 | 10µs | 10µs | __ANON__[:28] | Foswiki::Query::OP_ne::
1 | 1 | 1 | 6µs | 6µs | BEGIN@14 | Foswiki::Query::OP_ne::
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_ne | ||||
6 | |||||
7 | =cut | ||||
8 | |||||
9 | package Foswiki::Query::OP_ne; | ||||
10 | |||||
11 | 2 | 43µs | 2 | 59µs | # spent 41µs (22+19) within Foswiki::Query::OP_ne::BEGIN@11 which was called:
# once (22µs+19µs) by Foswiki::Query::Parser::new at line 11 # spent 41µs making 1 call to Foswiki::Query::OP_ne::BEGIN@11
# spent 19µs making 1 call to strict::import |
12 | 2 | 35µs | 2 | 28µs | # spent 20µs (13+7) within Foswiki::Query::OP_ne::BEGIN@12 which was called:
# once (13µs+7µs) by Foswiki::Query::Parser::new at line 12 # spent 20µs making 1 call to Foswiki::Query::OP_ne::BEGIN@12
# spent 7µs making 1 call to warnings::import |
13 | |||||
14 | 2 | 167µs | 1 | 6µs | # spent 6µs within Foswiki::Query::OP_ne::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_ne::BEGIN@14 |
15 | 1 | 10µs | our @ISA = ('Foswiki::Query::BinaryOP'); | ||
16 | |||||
17 | # spent 98µs (51+48) within Foswiki::Query::OP_ne::new which was called 3 times, avg 33µs/call:
# 3 times (51µs+48µs) by Foswiki::Query::Parser::new at line 47 of /var/www/foswiki11/lib/Foswiki/Query/Parser.pm, avg 33µs/call | ||||
18 | 3 | 3µs | my $class = shift; | ||
19 | 3 | 43µs | 3 | 48µs | return $class->SUPER::new( name => '!=', prec => 500 ); # spent 48µs making 3 calls to Foswiki::Query::BinaryOP::new, avg 16µs/call |
20 | } | ||||
21 | |||||
22 | # spent 2.40ms (61µs+2.34) within Foswiki::Query::OP_ne::evaluate which was called 5 times, avg 479µs/call:
# 5 times (61µs+2.34ms) by Foswiki::Query::Node::evaluate at line 184 of /var/www/foswiki11/lib/Foswiki/Query/Node.pm, avg 479µs/call | ||||
23 | 5 | 2µs | my $this = shift; | ||
24 | 5 | 2µs | my $node = shift; | ||
25 | return $this->evalTest( | ||||
26 | $node, \@_, | ||||
27 | \&Foswiki::Query::BinaryOP::compare, | ||||
28 | 5 | 19µs | # spent 10µs within Foswiki::Query::OP_ne::__ANON__[/var/www/foswiki11/lib/Foswiki/Query/OP_ne.pm:28] which was called 5 times, avg 2µs/call:
# 5 times (10µs+0s) by Foswiki::Query::BinaryOP::compare at line 27 of /var/www/foswiki11/lib/Foswiki/Query/BinaryOP.pm, avg 2µs/call | ||
29 | 5 | 58µs | 5 | 2.34ms | ); # spent 2.34ms making 5 calls to Foswiki::Query::BinaryOP::evalTest, avg 467µs/call |
30 | } | ||||
31 | |||||
32 | 1 | 4µs | 1; | ||
33 | __END__ |