Filename | /var/www/foswikidev/core/lib/Foswiki/Plugins/JQueryPlugin/METADATA.pm |
Statements | Executed 11 statements in 172µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 22µs | 40µs | new | Foswiki::Plugins::JQueryPlugin::METADATA::
1 | 1 | 1 | 15µs | 28µs | BEGIN@3 | Foswiki::Plugins::JQueryPlugin::METADATA::
1 | 1 | 1 | 11µs | 15µs | BEGIN@4 | Foswiki::Plugins::JQueryPlugin::METADATA::
1 | 1 | 1 | 6µs | 6µ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 | 28µs | 2 | 40µs | # spent 28µs (15+12) within Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@3 which was called:
# once (15µs+12µs) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.85 at line 3 # spent 28µs making 1 call to Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@3
# spent 12µs making 1 call to strict::import |
4 | 2 | 26µs | 2 | 19µs | # spent 15µs (11+4) within Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@4 which was called:
# once (11µs+4µs) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.85 at line 4 # spent 15µs making 1 call to Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@4
# spent 4µs making 1 call to warnings::import |
5 | |||||
6 | 2 | 88µs | 1 | 6µs | # spent 6µs within Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@6 which was called:
# once (6µs+0s) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@1.85 at line 6 # spent 6µs making 1 call to Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@6 |
7 | 1 | 7µ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 40µs (22+18) within Foswiki::Plugins::JQueryPlugin::METADATA::new which was called:
# once (22µs+18µs) by Foswiki::Plugins::JQueryPlugin::Plugins::load at line 290 of /var/www/foswikidev/core/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm | ||||
26 | 1 | 600ns | my $class = shift; | ||
27 | |||||
28 | 1 | 16µs | 1 | 18µs | my $this = bless( # spent 18µ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 | 1 | 3µs | return $this; | ||
41 | } | ||||
42 | |||||
43 | 1 | 3µs | 1; | ||
44 | __END__ |