Filename | /Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/JSON/PP/Boolean.pm |
Statements | Executed 2047 statements in 5.22ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
2040 | 8 | 6 | 3.47ms | 3.47ms | __ANON__[:7] | JSON::PP::Boolean::
1 | 1 | 1 | 23µs | 26µs | BEGIN@3 | JSON::PP::Boolean::
0 | 0 | 0 | 0s | 0s | __ANON__[:8] | JSON::PP::Boolean::
0 | 0 | 0 | 0s | 0s | __ANON__[:9] | JSON::PP::Boolean::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package JSON::PP::Boolean; | ||||
2 | |||||
3 | 2 | 191µs | 2 | 29µs | # spent 26µs (23+3) within JSON::PP::Boolean::BEGIN@3 which was called:
# once (23µs+3µs) by JSON::PP::BEGIN@12 at line 3 # spent 26µs making 1 call to JSON::PP::Boolean::BEGIN@3
# spent 3µs making 1 call to strict::import |
4 | 1 | 0s | require overload; | ||
5 | 1 | 3µs | local $^W; | ||
6 | overload::import('overload', | ||||
7 | 2040 | 5.01ms | # spent 3.47ms within JSON::PP::Boolean::__ANON__[/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/JSON/PP/Boolean.pm:7] which was called 2040 times, avg 2µs/call:
# 1061 times (1.43ms+0s) by JSON::Schema::Modern::Vocabulary::Applicator::_eval_keyword_patternProperties at line 416 of JSON/Schema/Modern/Vocabulary/Applicator.pm, avg 1µs/call
# 346 times (555µs+0s) by JSON::Schema::Modern::Utilities::is_equal at line 130 of JSON/Schema/Modern/Utilities.pm, avg 2µs/call
# 288 times (904µs+0s) by JSON::Schema::Modern::Vocabulary::Validation::_eval_keyword_uniqueItems at line 212 of JSON/Schema/Modern/Vocabulary/Validation.pm, avg 3µs/call
# 189 times (175µs+0s) by JSON::Schema::Modern::Vocabulary::Applicator::_eval_keyword__items_schema at line 306 of JSON/Schema/Modern/Vocabulary/Applicator.pm, avg 926ns/call
# 145 times (366µs+0s) by JSON::Schema::Modern::Vocabulary::Applicator::_eval_keyword_properties at line 375 of JSON/Schema/Modern/Vocabulary/Applicator.pm, avg 3µs/call
# 8 times (4µs+0s) by JSON::Schema::Modern::Vocabulary::Core::__fetch_vocabulary_data at line 318 of JSON/Schema/Modern/Vocabulary/Core.pm, avg 500ns/call
# 2 times (34µs+0s) by JSON::Schema::Modern::Result::BUILD at line 85 of JSON/Schema/Modern/Result.pm, avg 17µs/call
# once (2µs+0s) by JSON::Schema::Modern::Document::OpenAPI::traverse at line 149 of JSON/Schema/Modern/Document/OpenAPI.pm | ||
8 | "++" => sub { $_[0] = ${$_[0]} + 1 }, | ||||
9 | "--" => sub { $_[0] = ${$_[0]} - 1 }, | ||||
10 | 1 | 10µs | 1 | 46µs | fallback => 1, # spent 46µs making 1 call to overload::import |
11 | ); | ||||
12 | |||||
13 | 1 | 0s | $JSON::PP::Boolean::VERSION = '4.07'; | ||
14 | |||||
15 | 1 | 8µs | 1; | ||
16 | |||||
17 | __END__ |