← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:07 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/YAML/XS/LibYAML.pm
StatementsExecuted 13 statements in 233µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111204µs204µsYAML::XS::LibYAML::::LoadYAML::XS::LibYAML::Load (xsub)
11111µs11µsYAML::XS::LibYAML::::BEGIN@2YAML::XS::LibYAML::BEGIN@2
1114µs5µsYAML::XS::LibYAML::::BEGIN@3YAML::XS::LibYAML::BEGIN@3
1114µs6µsYAML::XS::LibYAML::::BEGIN@4YAML::XS::LibYAML::BEGIN@4
1114µs34µsYAML::XS::LibYAML::::BEGIN@8YAML::XS::LibYAML::BEGIN@8
1113µs3µsYAML::XS::LibYAML::::BEGIN@6YAML::XS::LibYAML::BEGIN@6
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;
2229µs111µs
# spent 11µs within YAML::XS::LibYAML::BEGIN@2 which was called: # once (11µs+0s) by YAML::XS::BEGIN@19 at line 2
use 5.008003;
# spent 11µs making 1 call to YAML::XS::LibYAML::BEGIN@2
3211µs26µs
# spent 5µs (4+1) within YAML::XS::LibYAML::BEGIN@3 which was called: # once (4µs+1µs) by YAML::XS::BEGIN@19 at line 3
use strict;
# spent 5µs making 1 call to YAML::XS::LibYAML::BEGIN@3 # spent 1µs making 1 call to strict::import
4212µs29µs
# spent 6µs (4+3) within YAML::XS::LibYAML::BEGIN@4 which was called: # once (4µs+3µs) by YAML::XS::BEGIN@19 at line 4
use warnings;
# spent 6µs making 1 call to YAML::XS::LibYAML::BEGIN@4 # spent 3µs making 1 call to warnings::import
5
6217µs13µs
# spent 3µs within YAML::XS::LibYAML::BEGIN@6 which was called: # once (3µs+0s) by YAML::XS::BEGIN@19 at line 6
use XSLoader;
# spent 3µs making 1 call to YAML::XS::LibYAML::BEGIN@6
71136µs1133µsXSLoader::load 'YAML::XS::LibYAML';
# spent 133µs making 1 call to XSLoader::load
8224µs264µs
# spent 34µs (4+30) within YAML::XS::LibYAML::BEGIN@8 which was called: # once (4µs+30µs) by YAML::XS::BEGIN@19 at line 8
use base 'Exporter';
# spent 34µs making 1 call to YAML::XS::LibYAML::BEGIN@8 # spent 30µ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 204µs within YAML::XS::LibYAML::Load which was called: # once (204µs+0s) by YAML::Any::Load at line 83 of YAML/Any.pm
sub YAML::XS::LibYAML::Load; # xsub