← Index
NYTProf Performance Profile   « line view »
For ./view
  Run on Fri Jul 31 18:42:36 2015
Reported on Fri Jul 31 18:48:15 2015

Filename/var/www/foswikidev/core/lib/Foswiki/Macros/SCRIPTURLPATH.pm
StatementsExecuted 41 statements in 176µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
171165µs503µsFoswiki::::SCRIPTURLPATHFoswiki::SCRIPTURLPATH
11116µs16µsFoswiki::::BEGIN@7.57Foswiki::BEGIN@7.57
11112µs23µsFoswiki::::BEGIN@4.55Foswiki::BEGIN@4.55
1118µs11µsFoswiki::::BEGIN@5.56Foswiki::BEGIN@5.56
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# See bottom of file for license and copyright information
2package Foswiki;
3
4224µs234µs
# spent 23µs (12+11) within Foswiki::BEGIN@4.55 which was called: # once (12µs+11µs) by Foswiki::BEGIN@7.54 at line 4
use strict;
# spent 23µs making 1 call to Foswiki::BEGIN@4.55 # spent 11µs making 1 call to strict::import
5222µs215µs
# spent 11µs (8+4) within Foswiki::BEGIN@5.56 which was called: # once (8µs+4µs) by Foswiki::BEGIN@7.54 at line 5
use warnings;
# spent 11µs making 1 call to Foswiki::BEGIN@5.56 # spent 4µs making 1 call to warnings::import
6
7273µs116µs
# spent 16µs within Foswiki::BEGIN@7.57 which was called: # once (16µs+0s) by Foswiki::BEGIN@7.54 at line 7
use Foswiki::Macros::SCRIPTURL;
# spent 16µs making 1 call to Foswiki::BEGIN@7.57
8
9
# spent 503µs (65+438) within Foswiki::SCRIPTURLPATH which was called 17 times, avg 30µs/call: # 17 times (65µs+438µs) by Foswiki::_expandMacroOnTopicRendering at line 3435 of /var/www/foswikidev/core/lib/Foswiki.pm, avg 30µs/call
sub SCRIPTURLPATH {
101711µs my ( $this, $params, $topicObject ) = @_;
111744µs17438µs return SCRIPTURL( @_, 1 );
# spent 438µs making 17 calls to Foswiki::SCRIPTURL, avg 26µs/call
12}
13
1412µs1;
15__END__