← 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/YAML/XS/LibYAML.pm
StatementsExecuted 13 statements in 238µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs9µsYAML::XS::LibYAML::::BEGIN@2YAML::XS::LibYAML::BEGIN@2
1116µs6µsYAML::XS::LibYAML::::BEGIN@6YAML::XS::LibYAML::BEGIN@6
1114µs6µsYAML::XS::LibYAML::::BEGIN@3YAML::XS::LibYAML::BEGIN@3
1113µs17µsYAML::XS::LibYAML::::BEGIN@4YAML::XS::LibYAML::BEGIN@4
1113µs28µsYAML::XS::LibYAML::::BEGIN@8YAML::XS::LibYAML::BEGIN@8
111300ns300nsYAML::XS::LibYAML::::__ANON__YAML::XS::LibYAML::__ANON__ (xsub)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package YAML::XS::LibYAML;
2228µs19µs
# spent 9µs within YAML::XS::LibYAML::BEGIN@2 which was called: # once (9µs+0s) by YAML::XS::BEGIN@29 at line 2
use 5.008001;
# spent 9µs making 1 call to YAML::XS::LibYAML::BEGIN@2
3215µs28µs
# spent 6µs (4+2) within YAML::XS::LibYAML::BEGIN@3 which was called: # once (4µs+2µs) by YAML::XS::BEGIN@29 at line 3
use strict;
# spent 6µs making 1 call to YAML::XS::LibYAML::BEGIN@3 # spent 2µs making 1 call to strict::import
4212µs231µs
# spent 17µs (3+14) within YAML::XS::LibYAML::BEGIN@4 which was called: # once (3µs+14µs) by YAML::XS::BEGIN@29 at line 4
use warnings;
# spent 17µs making 1 call to YAML::XS::LibYAML::BEGIN@4 # spent 14µs making 1 call to warnings::import
5
6226µs26µs
# spent 6µs (6+300ns) within YAML::XS::LibYAML::BEGIN@6 which was called: # once (6µs+300ns) by YAML::XS::BEGIN@29 at line 6
use XSLoader;
# spent 6µs making 1 call to YAML::XS::LibYAML::BEGIN@6 # spent 300ns making 1 call to YAML::XS::LibYAML::__ANON__
71127µs1124µsXSLoader::load 'YAML::XS::LibYAML';
# spent 124µs making 1 call to XSLoader::load
8226µs252µs
# spent 28µs (3+24) within YAML::XS::LibYAML::BEGIN@8 which was called: # once (3µs+24µs) by YAML::XS::BEGIN@29 at line 8
use base 'Exporter';
# spent 28µs making 1 call to YAML::XS::LibYAML::BEGIN@8 # spent 24µs making 1 call to base::import
9
101500nsour @EXPORT_OK = qw(Load Dump);
11
1213µs1;
13
14=head1 NAME
15
16YAML::XS::LibYAML - An XS Wrapper Module of libyaml
17
18=cut
 
# spent 300ns within YAML::XS::LibYAML::__ANON__ which was called: # once (300ns+0s) by YAML::XS::LibYAML::BEGIN@6 at line 6
sub YAML::XS::LibYAML::__ANON__; # xsub