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

Filename/usr/lib/x86_64-linux-gnu/perl5/5.28/YAML/XS/LibYAML.pm
StatementsExecuted 13 statements in 460µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
144118.84ms8.84msYAML::XS::LibYAML::::LoadYAML::XS::LibYAML::Load (xsub)
11112µs12µsYAML::XS::LibYAML::::BEGIN@2YAML::XS::LibYAML::BEGIN@2
11110µs10µsYAML::XS::LibYAML::::BEGIN@6YAML::XS::LibYAML::BEGIN@6
1117µs9µsYAML::XS::LibYAML::::BEGIN@3YAML::XS::LibYAML::BEGIN@3
1116µs20µsYAML::XS::LibYAML::::BEGIN@4YAML::XS::LibYAML::BEGIN@4
1114µs43µ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;
2244µs112µs
# spent 12µs within YAML::XS::LibYAML::BEGIN@2 which was called: # once (12µs+0s) by YAML::XS::BEGIN@20 at line 2
use 5.008001;
# spent 12µs making 1 call to YAML::XS::LibYAML::BEGIN@2
3218µs211µs
# spent 9µs (7+2) within YAML::XS::LibYAML::BEGIN@3 which was called: # once (7µs+2µ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
4225µs233µs
# spent 20µs (6+14) within YAML::XS::LibYAML::BEGIN@4 which was called: # once (6µs+14µs) by YAML::XS::BEGIN@20 at line 4
use warnings;
# spent 20µs making 1 call to YAML::XS::LibYAML::BEGIN@4 # spent 14µs making 1 call to warnings::import
5
6243µs211µs
# spent 10µs (10+600ns) within YAML::XS::LibYAML::BEGIN@6 which was called: # once (10µs+600ns) by YAML::XS::BEGIN@20 at line 6
use XSLoader;
# spent 10µs making 1 call to YAML::XS::LibYAML::BEGIN@6 # spent 600ns making 1 call to YAML::XS::LibYAML::__ANON__
71244µs1239µsXSLoader::load 'YAML::XS::LibYAML';
# spent 239µs making 1 call to XSLoader::load
8240µs282µs
# spent 43µs (4+39) within YAML::XS::LibYAML::BEGIN@8 which was called: # once (4µs+39µs) by YAML::XS::BEGIN@20 at line 8
use base 'Exporter';
# spent 43µs making 1 call to YAML::XS::LibYAML::BEGIN@8 # spent 39µs making 1 call to base::import
9
101800nsour @EXPORT_OK = qw(Load Dump);
11
12144µs1;
13
14=head1 NAME
15
16YAML::XS::LibYAML - An XS Wrapper Module of libyaml
17
18=cut
 
# spent 8.84ms within YAML::XS::LibYAML::Load which was called 144 times, avg 61µs/call: # 144 times (8.84ms+0s) by YAML::XS::LoadFile at line 51 of YAML/XS.pm, avg 61µ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