← 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:35 2020

Filename/usr/lib/x86_64-linux-gnu/perl5/5.28/YAML/XS/LibYAML.pm
StatementsExecuted 13 statements in 760µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
144119.74ms9.74msYAML::XS::LibYAML::::LoadYAML::XS::LibYAML::Load (xsub)
11119µs19µsYAML::XS::LibYAML::::BEGIN@2YAML::XS::LibYAML::BEGIN@2
11111µs11µsYAML::XS::LibYAML::::BEGIN@6YAML::XS::LibYAML::BEGIN@6
1116µs9µsYAML::XS::LibYAML::::BEGIN@3YAML::XS::LibYAML::BEGIN@3
1115µs26µsYAML::XS::LibYAML::::BEGIN@4YAML::XS::LibYAML::BEGIN@4
1115µs46µsYAML::XS::LibYAML::::BEGIN@8YAML::XS::LibYAML::BEGIN@8
111600ns600nsYAML::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;
2264µs119µs
# spent 19µs within YAML::XS::LibYAML::BEGIN@2 which was called: # once (19µs+0s) by YAML::XS::BEGIN@20 at line 2
use 5.008001;
# spent 19µs making 1 call to YAML::XS::LibYAML::BEGIN@2
3218µs212µs
# spent 9µs (6+3) within YAML::XS::LibYAML::BEGIN@3 which was called: # once (6µs+3µs) by YAML::XS::BEGIN@20 at line 3
use strict;
# spent 9µs making 1 call to YAML::XS::LibYAML::BEGIN@3 # spent 2µs making 1 call to strict::import
4220µs246µs
# spent 26µs (5+21) within YAML::XS::LibYAML::BEGIN@4 which was called: # once (5µs+21µs) by YAML::XS::BEGIN@20 at line 4
use warnings;
# spent 26µs making 1 call to YAML::XS::LibYAML::BEGIN@4 # spent 21µs making 1 call to warnings::import
5
6236µs212µs
# spent 11µs (11+600ns) within YAML::XS::LibYAML::BEGIN@6 which was called: # once (11µs+600ns) by YAML::XS::BEGIN@20 at line 6
use XSLoader;
# spent 11µs making 1 call to YAML::XS::LibYAML::BEGIN@6 # spent 600ns making 1 call to YAML::XS::LibYAML::__ANON__
71577µs1570µsXSLoader::load 'YAML::XS::LibYAML';
# spent 570µs making 1 call to XSLoader::load
8238µs288µs
# spent 46µs (5+42) within YAML::XS::LibYAML::BEGIN@8 which was called: # once (5µs+42µs) by YAML::XS::BEGIN@20 at line 8
use base 'Exporter';
# spent 46µs making 1 call to YAML::XS::LibYAML::BEGIN@8 # spent 42µs making 1 call to base::import
9
101800nsour @EXPORT_OK = qw(Load Dump);
11
1215µs1;
13
14=head1 NAME
15
16YAML::XS::LibYAML - An XS Wrapper Module of libyaml
17
18=cut
 
# spent 9.74ms within YAML::XS::LibYAML::Load which was called 144 times, avg 68µs/call: # 144 times (9.74ms+0s) by YAML::XS::LoadFile at line 51 of YAML/XS.pm, avg 68µs/call
sub YAML::XS::LibYAML::Load; # xsub
# spent 600ns within YAML::XS::LibYAML::__ANON__ which was called: # once (600ns+0s) by YAML::XS::LibYAML::BEGIN@6 at line 6
sub YAML::XS::LibYAML::__ANON__; # xsub