Filename | /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/METADATA.pm |
Statements | Executed 11 statements in 302µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 37µs | 93µs | new | Foswiki::Plugins::JQueryPlugin::METADATA::
1 | 1 | 1 | 32µs | 39µs | BEGIN@3 | Foswiki::Plugins::JQueryPlugin::METADATA::
1 | 1 | 1 | 18µs | 35µs | BEGIN@4 | Foswiki::Plugins::JQueryPlugin::METADATA::
1 | 1 | 1 | 10µs | 10µs | BEGIN@6 | Foswiki::Plugins::JQueryPlugin::METADATA::
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::JQueryPlugin::METADATA; | ||||
3 | 2 | 49µs | 2 | 46µs | # spent 39µs (32+7) within Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@3 which was called:
# once (32µs+7µs) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.59 at line 3 # spent 39µs making 1 call to Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@3
# spent 7µs making 1 call to strict::import |
4 | 2 | 46µs | 2 | 52µs | # spent 35µs (18+17) within Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@4 which was called:
# once (18µs+17µs) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.59 at line 4 # spent 35µs making 1 call to Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@4
# spent 17µs making 1 call to warnings::import |
5 | |||||
6 | 2 | 156µs | 1 | 10µs | # spent 10µs within Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@6 which was called:
# once (10µs+0s) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.59 at line 6 # spent 10µs making 1 call to Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@6 |
7 | 1 | 10µs | our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin ); | ||
8 | |||||
9 | =begin TML | ||||
10 | |||||
11 | ---+ package Foswiki::Plugins::JQueryPlugin::METADATA | ||||
12 | |||||
13 | This is the perl stub for the jquery.metadata plugin. | ||||
14 | |||||
15 | =cut | ||||
16 | |||||
17 | =begin TML | ||||
18 | |||||
19 | ---++ ClassMethod new( $class, ... ) | ||||
20 | |||||
21 | Constructor | ||||
22 | |||||
23 | =cut | ||||
24 | |||||
25 | # spent 93µs (37+56) within Foswiki::Plugins::JQueryPlugin::METADATA::new which was called:
# once (37µs+56µs) by Foswiki::Plugins::JQueryPlugin::Plugins::load at line 216 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm | ||||
26 | 3 | 36µs | my $class = shift; | ||
27 | |||||
28 | 1 | 56µs | my $this = bless( # spent 56µs making 1 call to Foswiki::Plugins::JQueryPlugin::Plugin::new | ||
29 | $class->SUPER::new( | ||||
30 | name => 'Metadata', | ||||
31 | version => '2.1ef2bb44c86f5d0e98d55', | ||||
32 | author => | ||||
33 | 'John Resig, Yehuda Katz, Joern Zaefferer, Paul <nop>McLanahan', | ||||
34 | homepage => 'https://github.com/MichaelDaum/jquery-metadata', | ||||
35 | javascript => ['jquery.metadata.js'], | ||||
36 | ), | ||||
37 | $class | ||||
38 | ); | ||||
39 | |||||
40 | return $this; | ||||
41 | } | ||||
42 | |||||
43 | 1 | 6µs | 1; | ||
44 | __END__ |