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