← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Sun Nov 5 03:09:29 2017
Reported on Mon Nov 6 13:20:48 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/Razor2/Preproc/deHTMLxs.pm
StatementsExecuted 12 statements in 292µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11151µs51µsRazor2::Preproc::deHTMLxs::::bootstrapRazor2::Preproc::deHTMLxs::bootstrap (xsub)
11143µs55µsRazor2::Preproc::deHTMLxs::::BEGIN@3Razor2::Preproc::deHTMLxs::BEGIN@3
11123µs222µsRazor2::Preproc::deHTMLxs::::BEGIN@4Razor2::Preproc::deHTMLxs::BEGIN@4
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Razor2::Preproc::deHTMLxs;
2
3267µs268µs
# spent 55µs (43+12) within Razor2::Preproc::deHTMLxs::BEGIN@3 which was called: # once (43µs+12µs) by Razor2::Preproc::Manager::BEGIN@4 at line 3
use strict;
# spent 55µs making 1 call to Razor2::Preproc::deHTMLxs::BEGIN@3 # spent 12µs making 1 call to strict::import
42166µs2422µs
# spent 222µs (23+200) within Razor2::Preproc::deHTMLxs::BEGIN@4 which was called: # once (23µs+200µs) by Razor2::Preproc::Manager::BEGIN@4 at line 4
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
# spent 222µs making 1 call to Razor2::Preproc::deHTMLxs::BEGIN@4 # spent 200µs making 1 call to vars::import
5
613µsrequire Exporter;
712µsrequire DynaLoader;
812µsrequire AutoLoader;
9
10120µs@ISA = qw(Exporter DynaLoader);
11# Items to export into callers namespace by default. Note: do not export
12# names by default without a very good reason. Use EXPORT_OK instead.
13# Do not simply export all your public functions/methods/constants.
1412µs@EXPORT = qw(
15
16);
1712µs$VERSION = '2.18';
18
19116µs1629µsbootstrap Razor2::Preproc::deHTMLxs $VERSION;
# spent 629µs making 1 call to DynaLoader::bootstrap
20
21# Preloaded methods go here.
22
23# Autoload methods go after =cut, and are processed by the autosplit program.
24
25113µs1;
26__END__
 
# spent 51µs within Razor2::Preproc::deHTMLxs::bootstrap which was called: # once (51µs+0s) by DynaLoader::bootstrap at line 210 of DynaLoader.pm
sub Razor2::Preproc::deHTMLxs::bootstrap; # xsub