Filename | /var/www/foswikidev/core/lib/Foswiki/Plugins/SubscribePlugin/JQuery.pm |
Statements | Executed 12 statements in 203µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 28µs | 63µs | new | Foswiki::Plugins::SubscribePlugin::JQuery::
1 | 1 | 1 | 16µs | 30µs | BEGIN@3 | Foswiki::Plugins::SubscribePlugin::JQuery::
1 | 1 | 1 | 6µs | 6µs | BEGIN@5 | Foswiki::Plugins::SubscribePlugin::JQuery::
1 | 1 | 1 | 4µs | 4µs | BEGIN@8 | Foswiki::Plugins::SubscribePlugin::JQuery::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # See the bottom of the file for description, copyright and license information | ||||
2 | package Foswiki::Plugins::SubscribePlugin::JQuery; | ||||
3 | 2 | 33µs | 2 | 43µs | # spent 30µs (16+13) within Foswiki::Plugins::SubscribePlugin::JQuery::BEGIN@3 which was called:
# once (16µs+13µs) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.83 at line 3 # spent 30µs making 1 call to Foswiki::Plugins::SubscribePlugin::JQuery::BEGIN@3
# spent 13µs making 1 call to strict::import |
4 | |||||
5 | 2 | 37µs | 1 | 6µs | # spent 6µs within Foswiki::Plugins::SubscribePlugin::JQuery::BEGIN@5 which was called:
# once (6µs+0s) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.83 at line 5 # spent 6µs making 1 call to Foswiki::Plugins::SubscribePlugin::JQuery::BEGIN@5 |
6 | 1 | 10µs | our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin ); | ||
7 | |||||
8 | 2 | 94µs | 1 | 4µs | # spent 4µs within Foswiki::Plugins::SubscribePlugin::JQuery::BEGIN@8 which was called:
# once (4µs+0s) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.83 at line 8 # spent 4µs making 1 call to Foswiki::Plugins::SubscribePlugin::JQuery::BEGIN@8 |
9 | |||||
10 | # spent 63µs (28+35) within Foswiki::Plugins::SubscribePlugin::JQuery::new which was called:
# once (28µs+35µs) by Foswiki::Plugins::JQueryPlugin::Plugins::load at line 290 of /var/www/foswikidev/core/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm | ||||
11 | 1 | 600ns | my $class = shift; | ||
12 | 1 | 400ns | my $session = shift || $Foswiki::Plugins::SESSION; | ||
13 | |||||
14 | 1 | 22µs | 1 | 35µs | my $this = $class->SUPER::new( # spent 35µs making 1 call to Foswiki::Plugins::JQueryPlugin::Plugin::new |
15 | $session, | ||||
16 | name => 'Subscribe', | ||||
17 | version => $Foswiki::Plugins::SubscribePlugin::VERSION, | ||||
18 | author => 'Crawford Currie', | ||||
19 | homepage => 'http://foswiki.org/Extensions/SubscribePlugin', | ||||
20 | puburl => '%PUBURLPATH%/%SYSTEMWEB%/SubscribePlugin', | ||||
21 | documentation => "$Foswiki::cfg{SystemWebName}.SubscribePlugin", | ||||
22 | javascript => ["subscribe_plugin.js"], | ||||
23 | dependencies => [ 'FOSWIKI', 'UI' ] | ||||
24 | ); | ||||
25 | |||||
26 | 1 | 3µs | return $this; | ||
27 | } | ||||
28 | |||||
29 | 1 | 3µs | 1; | ||
30 | __END__ |