← Index
NYTProf Performance Profile   « line view »
For rbm/rbm
  Run on Wed Feb 12 20:36:06 2020
Reported on Wed Feb 12 21:42:27 2020

Filename/usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/UTF8.pm
StatementsExecuted 12 statements in 457µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1721115µs115µsUnicode::UTF8::::encode_utf8Unicode::UTF8::encode_utf8 (xsub)
11160µs68µsUnicode::UTF8::::BEGIN@3Unicode::UTF8::BEGIN@3
11126µs264µsUnicode::UTF8::::BEGIN@6Unicode::UTF8::BEGIN@6
11112µs56µ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
3237µs275µs
# spent 68µs (60+7) within Unicode::UTF8::BEGIN@3 which was called: # once (60µs+7µs) by Path::Tiny::_check_UU at line 3
use strict;
# spent 68µs making 1 call to Unicode::UTF8::BEGIN@3 # spent 7µs making 1 call to strict::import
42130µs2100µs
# spent 56µs (12+44) within Unicode::UTF8::BEGIN@4 which was called: # once (12µs+44µs) by Path::Tiny::_check_UU at line 4
use warnings;
# spent 56µs making 1 call to Unicode::UTF8::BEGIN@4 # spent 44µs making 1 call to warnings::import
5
6
# spent 264µs (26+238) within Unicode::UTF8::BEGIN@6 which was called: # once (26µs+238µ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
131500ns require XSLoader;
141252µs1238µs XSLoader::load(__PACKAGE__, $VERSION);
# spent 238µs making 1 call to XSLoader::load
15
161800ns require Exporter;
1717µs *import = \&Exporter::import;
18122µs1264µs}
# spent 264µs making 1 call to Unicode::UTF8::BEGIN@6
19
2013µs1;
21
 
# spent 115µs within Unicode::UTF8::encode_utf8 which was called 17 times, avg 7µs/call: # 16 times (111µs+0s) by Path::Tiny::spew_utf8 at line 1880 of Path/Tiny.pm, avg 7µs/call # once (4µs+0s) by Path::Tiny::append_utf8 at line 568 of Path/Tiny.pm
sub Unicode::UTF8::encode_utf8; # xsub