Filename | /usr/local/lib/perl/5.18.2/YAML/XS/LibYAML.pm |
Statements | Executed 13 statements in 341µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 95µs | 95µs | Load (xsub) | YAML::XS::LibYAML::
1 | 1 | 1 | 17µs | 17µs | BEGIN@2 | YAML::XS::LibYAML::
1 | 1 | 1 | 6µs | 10µs | BEGIN@4 | YAML::XS::LibYAML::
1 | 1 | 1 | 6µs | 14µs | BEGIN@3 | YAML::XS::LibYAML::
1 | 1 | 1 | 5µs | 50µs | BEGIN@8 | YAML::XS::LibYAML::
1 | 1 | 1 | 5µs | 5µs | BEGIN@6 | YAML::XS::LibYAML::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package YAML::XS::LibYAML; | ||||
2 | 2 | 40µs | 1 | 17µ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 # spent 17µs making 1 call to YAML::XS::LibYAML::BEGIN@2 |
3 | 2 | 17µs | 2 | 22µ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 # spent 14µs making 1 call to YAML::XS::LibYAML::BEGIN@3
# spent 8µs making 1 call to strict::import |
4 | 2 | 17µs | 2 | 14µ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 # spent 10µs making 1 call to YAML::XS::LibYAML::BEGIN@4
# spent 4µs making 1 call to warnings::import |
5 | |||||
6 | 2 | 28µs | 1 | 5µ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 # spent 5µs making 1 call to YAML::XS::LibYAML::BEGIN@6 |
7 | 1 | 190µs | 1 | 185µs | XSLoader::load 'YAML::XS::LibYAML'; # spent 185µs making 1 call to XSLoader::load |
8 | 2 | 43µs | 2 | 95µ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 # spent 50µs making 1 call to YAML::XS::LibYAML::BEGIN@8
# spent 45µs making 1 call to base::import |
9 | |||||
10 | 1 | 700ns | our @EXPORT_OK = qw(Load Dump); | ||
11 | |||||
12 | 1 | 4µs | 1; | ||
13 | |||||
14 | =head1 NAME | ||||
15 | |||||
16 | YAML::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 |