Filename | /var/www/foswikidev/core/lib/Foswiki/Configure/Root.pm |
Statements | Executed 8 statements in 129µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 27µs | BEGIN@12 | Foswiki::Configure::Root::
1 | 1 | 1 | 10µs | 15µs | BEGIN@13 | Foswiki::Configure::Root::
1 | 1 | 1 | 4µs | 4µs | BEGIN@15 | Foswiki::Configure::Root::
0 | 0 | 0 | 0s | 0s | new | Foswiki::Configure::Root::
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::Configure::Root | ||||
6 | The root of the configuration item tree. | ||||
7 | |||||
8 | =cut | ||||
9 | |||||
10 | package Foswiki::Configure::Root; | ||||
11 | |||||
12 | 2 | 28µs | 2 | 40µs | # spent 27µs (13+14) within Foswiki::Configure::Root::BEGIN@12 which was called:
# once (13µs+14µs) by Foswiki::Plugins::ConfigurePlugin::BEGIN@40 at line 12 # spent 27µs making 1 call to Foswiki::Configure::Root::BEGIN@12
# spent 14µs making 1 call to strict::import |
13 | 2 | 25µs | 2 | 19µs | # spent 15µs (10+4) within Foswiki::Configure::Root::BEGIN@13 which was called:
# once (10µs+4µs) by Foswiki::Plugins::ConfigurePlugin::BEGIN@40 at line 13 # spent 15µs making 1 call to Foswiki::Configure::Root::BEGIN@13
# spent 4µs making 1 call to warnings::import |
14 | |||||
15 | 2 | 66µs | 1 | 4µs | # spent 4µs within Foswiki::Configure::Root::BEGIN@15 which was called:
# once (4µs+0s) by Foswiki::Plugins::ConfigurePlugin::BEGIN@40 at line 15 # spent 4µs making 1 call to Foswiki::Configure::Root::BEGIN@15 |
16 | 1 | 7µs | our @ISA = ('Foswiki::Configure::Section'); | ||
17 | |||||
18 | sub new { | ||||
19 | my ($class) = @_; | ||||
20 | return $class->SUPER::new( headline => '' ); | ||||
21 | } | ||||
22 | |||||
23 | 1 | 3µs | 1; | ||
24 | __END__ |