Filename | /var/www/foswiki11/lib/Foswiki/Plugins/HolidaylistPlugin.pm |
Statements | Executed 11 statements in 168µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 26µs | BEGIN@4 | Foswiki::Plugins::HolidaylistPlugin::
1 | 1 | 1 | 13µs | 42µs | initPlugin | Foswiki::Plugins::HolidaylistPlugin::
1 | 1 | 1 | 9µs | 14µs | BEGIN@5 | Foswiki::Plugins::HolidaylistPlugin::
0 | 0 | 0 | 0s | 0s | _HOLIDAYLIST | Foswiki::Plugins::HolidaylistPlugin::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # See bottom of file for license and copyright information | ||||
2 | package Foswiki::Plugins::HolidaylistPlugin; | ||||
3 | |||||
4 | 2 | 28µs | 2 | 40µs | # spent 26µs (13+13) within Foswiki::Plugins::HolidaylistPlugin::BEGIN@4 which was called:
# once (13µs+13µs) by Foswiki::Plugin::BEGIN@2.17 at line 4 # spent 26µs making 1 call to Foswiki::Plugins::HolidaylistPlugin::BEGIN@4
# spent 13µs making 1 call to strict::import |
5 | 2 | 126µs | 2 | 20µs | # spent 14µs (9+5) within Foswiki::Plugins::HolidaylistPlugin::BEGIN@5 which was called:
# once (9µs+5µs) by Foswiki::Plugin::BEGIN@2.17 at line 5 # spent 14µs making 1 call to Foswiki::Plugins::HolidaylistPlugin::BEGIN@5
# spent 5µs making 1 call to warnings::import |
6 | |||||
7 | # See plugin topic for complete release history | ||||
8 | 1 | 600ns | our $VERSION = '$Rev: 8257 (2010-07-20) $'; | ||
9 | 1 | 500ns | our $RELEASE = '1.032'; | ||
10 | 1 | 200ns | our $SHORTDESCRIPTION = 'Create a table with a list of people on holidays'; | ||
11 | 1 | 200ns | our $NO_PREFS_IN_TOPIC = 1; | ||
12 | |||||
13 | # spent 42µs (13+29) within Foswiki::Plugins::HolidaylistPlugin::initPlugin which was called:
# once (13µs+29µs) by Foswiki::Plugin::__ANON__[/var/www/foswiki11/lib/Foswiki/Plugin.pm:241] at line 234 of /var/www/foswiki11/lib/Foswiki/Plugin.pm | ||||
14 | # my ( $topic, $web, $user, $installWeb ) = @_; | ||||
15 | 1 | 2µs | 1 | 29µs | Foswiki::Func::registerTagHandler( 'HOLIDAYLIST', \&_HOLIDAYLIST ); # spent 29µs making 1 call to Foswiki::Func::registerTagHandler |
16 | 1 | 7µs | return 1; | ||
17 | } | ||||
18 | |||||
19 | sub _HOLIDAYLIST { | ||||
20 | # my($session, $params, $topic, $web) = @_; | ||||
21 | require Foswiki::Plugins::HolidaylistPlugin::Core; | ||||
22 | # *_HOLIDAYLIST = \&Foswiki::Plugins::HolidaylistPlugin::Core::HOLIDAYLIST; | ||||
23 | return Foswiki::Plugins::HolidaylistPlugin::Core::HOLIDAYLIST(@_); | ||||
24 | } | ||||
25 | |||||
26 | 1 | 3µs | 1; | ||
27 | __END__ |