Filename | /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/SPACEOUT.pm |
Statements | Executed 10 statements in 187µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 28µs | 35µs | BEGIN@4.40 | Foswiki::
1 | 1 | 1 | 20µs | 120µs | SPACEOUT | Foswiki::
1 | 1 | 1 | 16µs | 34µs | BEGIN@5.41 | Foswiki::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # See bottom of file for license and copyright information | ||||
2 | package Foswiki; | ||||
3 | |||||
4 | 2 | 45µs | 2 | 42µs | # spent 35µs (28+7) within Foswiki::BEGIN@4.40 which was called:
# once (28µs+7µs) by Foswiki::_expandMacroOnTopicRendering at line 4 # spent 35µs making 1 call to Foswiki::BEGIN@4.40
# spent 7µs making 1 call to strict::import |
5 | 2 | 120µs | 2 | 51µs | # spent 34µs (16+18) within Foswiki::BEGIN@5.41 which was called:
# once (16µs+18µs) by Foswiki::_expandMacroOnTopicRendering at line 5 # spent 34µs making 1 call to Foswiki::BEGIN@5.41
# spent 18µs making 1 call to warnings::import |
6 | |||||
7 | # spent 120µs (20+100) within Foswiki::SPACEOUT which was called:
# once (20µs+100µs) by Foswiki::_expandMacroOnTopicRendering at line 3066 of /usr/local/src/github.com/foswiki/core/lib/Foswiki.pm | ||||
8 | 5 | 18µs | my ( $this, $params ) = @_; | ||
9 | my $spaceOutTopic = $params->{_DEFAULT}; | ||||
10 | my $sep = $params->{'separator'}; | ||||
11 | 1 | 99µs | $spaceOutTopic = spaceOutWikiWord( $spaceOutTopic, $sep ); # spent 99µs making 1 call to Foswiki::spaceOutWikiWord | ||
12 | return $spaceOutTopic; | ||||
13 | } | ||||
14 | |||||
15 | 1 | 4µs | 1; | ||
16 | __END__ |