← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Sun Nov 5 02:36:06 2017
Reported on Sun Nov 5 02:56:21 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/Razor2/Preproc/deHTMLxs.pm
StatementsExecuted 12 statements in 360µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11154µs64µsRazor2::Preproc::deHTMLxs::::BEGIN@3Razor2::Preproc::deHTMLxs::BEGIN@3
11149µs49µsRazor2::Preproc::deHTMLxs::::bootstrapRazor2::Preproc::deHTMLxs::bootstrap (xsub)
11124µs275µ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
3289µs274µs
# spent 64µs (54+10) within Razor2::Preproc::deHTMLxs::BEGIN@3 which was called: # once (54µs+10µs) by Razor2::Preproc::Manager::BEGIN@4 at line 3
use strict;
# spent 64µs making 1 call to Razor2::Preproc::deHTMLxs::BEGIN@3 # spent 10µs making 1 call to strict::import
42197µs2526µs
# spent 275µs (24+251) within Razor2::Preproc::deHTMLxs::BEGIN@4 which was called: # once (24µs+251µs) by Razor2::Preproc::Manager::BEGIN@4 at line 4
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
# spent 275µs making 1 call to Razor2::Preproc::deHTMLxs::BEGIN@4 # spent 251µs making 1 call to vars::import
5
612µsrequire Exporter;
712µsrequire DynaLoader;
812µsrequire AutoLoader;
9
10122µ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
19125µs1663µsbootstrap Razor2::Preproc::deHTMLxs $VERSION;
# spent 663µ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
25117µs1;
26__END__
 
# spent 49µs within Razor2::Preproc::deHTMLxs::bootstrap which was called: # once (49µs+0s) by DynaLoader::bootstrap at line 210 of DynaLoader.pm
sub Razor2::Preproc::deHTMLxs::bootstrap; # xsub