Filename | /var/www/foswiki11/lib/Foswiki/Plugins/ConvertAttachmentPlugin.pm |
Statements | Executed 13 statements in 193µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 60µs | 1.14ms | BEGIN@26 | Foswiki::Plugins::ConvertAttachmentPlugin::
1 | 1 | 1 | 14µs | 27µs | BEGIN@19 | Foswiki::Plugins::ConvertAttachmentPlugin::
1 | 1 | 1 | 10µs | 15µs | BEGIN@20 | Foswiki::Plugins::ConvertAttachmentPlugin::
1 | 1 | 1 | 6µs | 6µs | BEGIN@24 | Foswiki::Plugins::ConvertAttachmentPlugin::
1 | 1 | 1 | 4µs | 4µs | BEGIN@25 | Foswiki::Plugins::ConvertAttachmentPlugin::
1 | 1 | 1 | 4µs | 4µs | BEGIN@22 | Foswiki::Plugins::ConvertAttachmentPlugin::
1 | 1 | 1 | 4µs | 4µs | BEGIN@23 | Foswiki::Plugins::ConvertAttachmentPlugin::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/ | ||||
2 | # | ||||
3 | # Copyright (C) 2014 Kenneth Lavrsen | ||||
4 | # | ||||
5 | # This program is free software; you can redistribute it and/or | ||||
6 | # modify it under the terms of the GNU General Public License | ||||
7 | # as published by the Free Software Foundation; either version 2 | ||||
8 | # of the License, or (at your option) any later version. | ||||
9 | # | ||||
10 | # This program is distributed in the hope that it will be useful, | ||||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
13 | # GNU General Public License for more details, published at | ||||
14 | # http://www.gnu.org/copyleft/gpl.html | ||||
15 | # | ||||
16 | package Foswiki::Plugins::ConvertAttachmentPlugin; | ||||
17 | |||||
18 | # Always use strict to enforce variable scoping | ||||
19 | 2 | 32µs | 2 | 41µs | # spent 27µs (14+13) within Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@19 which was called:
# once (14µs+13µs) by Foswiki::Plugin::BEGIN@2.9 at line 19 # spent 27µs making 1 call to Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@19
# spent 13µs making 1 call to strict::import |
20 | 2 | 24µs | 2 | 20µs | # spent 15µs (10+5) within Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@20 which was called:
# once (10µs+5µs) by Foswiki::Plugin::BEGIN@2.9 at line 20 # spent 15µs making 1 call to Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@20
# spent 5µs making 1 call to warnings::import |
21 | |||||
22 | 2 | 19µs | 1 | 4µs | # spent 4µs within Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@22 which was called:
# once (4µs+0s) by Foswiki::Plugin::BEGIN@2.9 at line 22 # spent 4µs making 1 call to Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@22 |
23 | 2 | 21µs | 1 | 4µs | # spent 4µs within Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@23 which was called:
# once (4µs+0s) by Foswiki::Plugin::BEGIN@2.9 at line 23 # spent 4µs making 1 call to Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@23 |
24 | 2 | 19µs | 1 | 6µs | # spent 6µs within Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@24 which was called:
# once (6µs+0s) by Foswiki::Plugin::BEGIN@2.9 at line 24 # spent 6µs making 1 call to Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@24 |
25 | 2 | 21µs | 1 | 4µs | # spent 4µs within Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@25 which was called:
# once (4µs+0s) by Foswiki::Plugin::BEGIN@2.9 at line 25 # spent 4µs making 1 call to Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@25 |
26 | 1 | 56µs | 3 | 3.11ms | # spent 1.14ms (60µs+1.08) within Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@26 which was called:
# once (60µs+1.08ms) by Foswiki::Plugin::BEGIN@2.9 at line 26 # spent 1.97ms making 2 calls to Carp::confess, avg 985µs/call
# spent 1.14ms making 1 call to Foswiki::Plugins::ConvertAttachmentPlugin::BEGIN@26 |