← Index
NYTProf Performance Profile   « line view »
For script/ponapi
  Run on Wed Feb 10 15:51:26 2016
Reported on Thu Feb 11 09:43:11 2016

Filename/usr/local/lib/perl/5.18.2/YAML/XS/LibYAML.pm
StatementsExecuted 13 statements in 341µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11195µs95µsYAML::XS::LibYAML::::LoadYAML::XS::LibYAML::Load (xsub)
11117µs17µsYAML::XS::LibYAML::::BEGIN@2YAML::XS::LibYAML::BEGIN@2
1116µs10µsYAML::XS::LibYAML::::BEGIN@4YAML::XS::LibYAML::BEGIN@4
1116µs14µsYAML::XS::LibYAML::::BEGIN@3YAML::XS::LibYAML::BEGIN@3
1115µs50µsYAML::XS::LibYAML::::BEGIN@8YAML::XS::LibYAML::BEGIN@8
1115µs5µ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;
2240µs117µs
# spent 17µs within YAML::XS::LibYAML::BEGIN@2 which was called: # once (17µs+0s) by YAML::XS::BEGIN@19 at line 2
use 5.008003;
# spent 17µs making 1 call to YAML::XS::LibYAML::BEGIN@2
3217µs222µs
# spent 14µs (6+8) within YAML::XS::LibYAML::BEGIN@3 which was called: # once (6µs+8µs) by YAML::XS::BEGIN@19 at line 3
use strict;
# spent 14µs making 1 call to YAML::XS::LibYAML::BEGIN@3 # spent 8µs making 1 call to strict::import
4217µs214µs
# spent 10µs (6+4) within YAML::XS::LibYAML::BEGIN@4 which was called: # once (6µs+4µs) by YAML::XS::BEGIN@19 at line 4
use warnings;
# spent 10µs making 1 call to YAML::XS::LibYAML::BEGIN@4 # spent 4µs making 1 call to warnings::import
5
6228µs15µs
# spent 5µs within YAML::XS::LibYAML::BEGIN@6 which was called: # once (5µs+0s) by YAML::XS::BEGIN@19 at line 6
use XSLoader;
# spent 5µs making 1 call to YAML::XS::LibYAML::BEGIN@6
71190µs1185µsXSLoader::load 'YAML::XS::LibYAML';
# spent 185µs making 1 call to XSLoader::load
8243µs295µs
# spent 50µs (5+45) within YAML::XS::LibYAML::BEGIN@8 which was called: # once (5µs+45µs) by YAML::XS::BEGIN@19 at line 8
use base 'Exporter';
# spent 50µs making 1 call to YAML::XS::LibYAML::BEGIN@8 # spent 45µs making 1 call to base::import
9
101700nsour @EXPORT_OK = qw(Load Dump);
11
1214µs1;
13
14=head1 NAME
15
16YAML::XS::LibYAML - An XS Wrapper Module of libyaml
17
18=cut
 
# spent 95µs within YAML::XS::LibYAML::Load which was called: # once (95µs+0s) by PONAPI::Server::ConfigReader::_build_conf at line 33 of lib/PONAPI/Server/ConfigReader.pm
sub YAML::XS::LibYAML::Load; # xsub