← Index
NYTProf Performance Profile   « line view »
For split.pl
  Run on Thu Apr 20 02:05:47 2023
Reported on Thu Apr 20 18:31:09 2023

Filename/home/hejohns/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/common/sense.pm
StatementsExecuted 10 statements in 27µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22221µs21µscommon::sense::::importcommon::sense::import
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package common::sense;
2
31300nsour $VERSION = 3.75;
4
5# overload should be included
6
7
# spent 21µs within common::sense::import which was called 2 times, avg 10µs/call: # once (11µs+0s) by JSON::XS::BEGIN@90 at line 90 of JSON/XS.pm # once (10µs+0s) by Types::Serialiser::BEGIN@20 at line 20 of Types/Serialiser.pm
sub import {
822µs local $^W; # work around perl 5.16 spewing out warnings for next statement
9 # use warnings
1022µs ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\x0c\x3f\x33\x00\x03\xf0\x0f\xc0\xf0\xfc\x33\x00\x00\x00\x0c\x00\x00\x00\x00";
11 # use strict, use utf8; use feature;
122900ns $^H |= 0x3c820fc0;
13219µs @^H{qw(feature___SUB__ feature_bareword_filehandles feature_evalbytes feature_fc feature_indirect feature_multidimensional feature_say feature_state feature_switch feature_unicode)} = (1) x 10;
14}
15
1612µs1