Filename | /var/www/foswikidev/core/lib/AssertOff.pm |
Statements | Executed 26700 statements in 71.3ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
26693 | 1 | 1 | 24.2ms | 24.2ms | ASSERT | Assert::
1 | 1 | 1 | 22µs | 46µs | BEGIN@7 | Assert::
4 | 1 | 1 | 8µs | 8µs | TAINT | Assert::
0 | 0 | 0 | 0s | 0s | UNTAINTED | Assert::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # See bottom of file for license and copyright information | ||||
2 | |||||
3 | # This file is required from Assert.pm (or FastAssert.pm) when | ||||
4 | # asserts are inactive; it loads the runtme implementations of the | ||||
5 | # Assert module functions. | ||||
6 | |||||
7 | 2 | 119µs | 2 | 71µs | # spent 46µs (22+24) within Assert::BEGIN@7 which was called:
# once (22µs+24µs) by Foswiki::BEGIN@46 at line 7 # spent 46µs making 1 call to Assert::BEGIN@7
# spent 24µs making 1 call to strict::import |
8 | |||||
9 | 26693 | 71.1ms | # spent 24.2ms within Assert::ASSERT which was called 26693 times, avg 908ns/call:
# 26693 times (24.2ms+0s) by Foswiki::Store::Rcs::Handler::new at line 89 of /var/www/foswikidev/core/lib/Foswiki/Store/Rcs/Handler.pm, avg 908ns/call | ||
10 | |||||
11 | sub UNTAINTED { | ||||
12 | return 1; | ||||
13 | } | ||||
14 | |||||
15 | # spent 8µs within Assert::TAINT which was called 4 times, avg 2µs/call:
# 4 times (8µs+0s) by Foswiki::Engine::CLI::run at line 41 of /var/www/foswikidev/core/lib/Foswiki/Engine/CLI.pm, avg 2µs/call | ||||
16 | 4 | 15µs | return $_[0]; | ||
17 | } | ||||
18 | |||||
19 | 1 | 4µs | 1; | ||
20 | __END__ |