← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Tue Nov 7 05:38:10 2017
Reported on Tue Nov 7 06:16:02 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/Encode/Detect/Detector.pm
StatementsExecuted 10 statements in 312µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11156µs56µsEncode::Detect::Detector::::bootstrapEncode::Detect::Detector::bootstrap (xsub)
11147µs59µsEncode::Detect::Detector::::BEGIN@39Encode::Detect::Detector::BEGIN@39
11122µs64µsEncode::Detect::Detector::::BEGIN@40Encode::Detect::Detector::BEGIN@40
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Encode::Detect::Detector;
2
3# * ***** BEGIN LICENSE BLOCK *****
4# Version: MPL 1.1/GPL 2.0/LGPL 2.1
5#
6# The contents of this file are subject to the Mozilla Public License Version
7# 1.1 (the "License"); you may not use this file except in compliance with
8# the License. You may obtain a copy of the License at
9# http://www.mozilla.org/MPL/
10#
11# Software distributed under the License is distributed on an "AS IS" basis,
12# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13# for the specific language governing rights and limitations under the
14# License.
15#
16# The Original Code is Encode::Detect wrapper
17#
18# The Initial Developer of the Original Code is
19# Proofpoint, Inc.
20# Portions created by the Initial Developer are Copyright (C) 2005
21# the Initial Developer. All Rights Reserved.
22#
23# Contributor(s):
24#
25# Alternatively, the contents of this file may be used under the terms of
26# either the GNU General Public License Version 2 or later (the "GPL"), or
27# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28# in which case the provisions of the GPL or the LGPL are applicable instead
29# of those above. If you wish to allow use of your version of this file only
30# under the terms of either the GPL or the LGPL, and not to allow others to
31# use your version of this file under the terms of the MPL, indicate your
32# decision by deleting the provisions above and replace them with the notice
33# and other provisions required by the GPL or the LGPL. If you do not delete
34# the provisions above, a recipient may use your version of this file under
35# the terms of any one of the MPL, the GPL or the LGPL.
36#
37# ***** END LICENSE BLOCK *****
38
39267µs271µs
# spent 59µs (47+12) within Encode::Detect::Detector::BEGIN@39 which was called: # once (47µs+12µs) by Mail::SpamAssassin::Message::Node::BEGIN@49 at line 39
use strict;
# spent 59µs making 1 call to Encode::Detect::Detector::BEGIN@39 # spent 12µs making 1 call to strict::import
402172µs2106µs
# spent 64µs (22+42) within Encode::Detect::Detector::BEGIN@40 which was called: # once (22µs+42µs) by Mail::SpamAssassin::Message::Node::BEGIN@49 at line 40
use warnings;
# spent 64µs making 1 call to Encode::Detect::Detector::BEGIN@40 # spent 42µs making 1 call to warnings::import
41
4212µsour $VERSION = "1.01";
43
4417µsrequire DynaLoader;
45127µsour @ISA=qw(DynaLoader Exporter);
46119µs12.90msEncode::Detect::Detector->bootstrap($VERSION);
# spent 2.90ms making 1 call to DynaLoader::bootstrap
4713µsour @EXPORT=qw(detect);
48
49
50114µs1;
51
52__END__
 
# spent 56µs within Encode::Detect::Detector::bootstrap which was called: # once (56µs+0s) by DynaLoader::bootstrap at line 210 of DynaLoader.pm
sub Encode::Detect::Detector::bootstrap; # xsub