← Index
NYTProf Performance Profile   « line view »
For rbm/rbm
  Run on Wed Feb 12 03:38:15 2020
Reported on Wed Feb 12 04:56:37 2020

Filename/usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/UTF8.pm
StatementsExecuted 12 statements in 654µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1721124µs124µsUnicode::UTF8::::encode_utf8Unicode::UTF8::encode_utf8 (xsub)
111104µs110µsUnicode::UTF8::::BEGIN@3Unicode::UTF8::BEGIN@3
11122µs472µsUnicode::UTF8::::BEGIN@6Unicode::UTF8::BEGIN@6
11119µs49µsUnicode::UTF8::::BEGIN@4Unicode::UTF8::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 Unicode::UTF8;
2
3236µs2116µs
# spent 110µs (104+6) within Unicode::UTF8::BEGIN@3 which was called: # once (104µs+6µs) by Path::Tiny::_check_UU at line 3
use strict;
# spent 110µs making 1 call to Unicode::UTF8::BEGIN@3 # spent 6µs making 1 call to strict::import
42121µs278µs
# spent 49µs (19+29) within Unicode::UTF8::BEGIN@4 which was called: # once (19µs+29µs) by Path::Tiny::_check_UU at line 4
use warnings;
# spent 49µs making 1 call to Unicode::UTF8::BEGIN@4 # spent 29µs making 1 call to warnings::import
5
6
# spent 472µs (22+450) within Unicode::UTF8::BEGIN@6 which was called: # once (22µs+450µs) by Path::Tiny::_check_UU at line 18
BEGIN {
71400ns our $VERSION = '0.62';
811µs our @EXPORT_OK = qw[ decode_utf8 encode_utf8 valid_utf8 ];
912µs our %EXPORT_TAGS = (
10 all => [ @EXPORT_OK ],
11 );
12
131700ns require XSLoader;
141463µs1450µs XSLoader::load(__PACKAGE__, $VERSION);
# spent 450µs making 1 call to XSLoader::load
15
1611µs require Exporter;
1715µs *import = \&Exporter::import;
18123µs1472µs}
# spent 472µs making 1 call to Unicode::UTF8::BEGIN@6
19
2012µs1;
21
 
# spent 124µs within Unicode::UTF8::encode_utf8 which was called 17 times, avg 7µs/call: # 16 times (120µs+0s) by Path::Tiny::spew_utf8 at line 1880 of Path/Tiny.pm, avg 8µs/call # once (3µs+0s) by Path::Tiny::append_utf8 at line 568 of Path/Tiny.pm
sub Unicode::UTF8::encode_utf8; # xsub