← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:02 2022

Filename/Users/ether/git/fastly/Heavenly/profiling/jsm-0.552-om-0.031/../prof.pl
StatementsExecuted 10 statements in 5.95ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
4241645838760ms760msUNIVERSAL::::can UNIVERSAL::can (xsub)
1628532319104ms104msUNIVERSAL::::isa UNIVERSAL::isa (xsub)
421652116.0ms16.0msB::SV::::FLAGS B::SV::FLAGS (xsub)
1115.70ms718msmain::::BEGIN@2 main::BEGIN@2
1113.24ms56.7msmain::::BEGIN@3 main::BEGIN@3
1112.92ms3.25msmain::::BEGIN@1.1 main::BEGIN@1.1
1187442739µs739µsUNIVERSAL::::VERSION UNIVERSAL::VERSION (xsub)
111680µs2.67msYAML::PP::Reader::File::::BEGIN@56YAML::PP::Reader::File::BEGIN@56
333470µs470µsmain::::CORE:pack main::CORE:pack (opcode)
111280µs285µsmain::::BEGIN@1 main::BEGIN@1
19231115µs115µsInternals::::SvREADONLY Internals::SvREADONLY (xsub)
1111µs1µsmain::::__ANON__ main::__ANON__ (xsub)
0000s0smain::::RUNTIME main::RUNTIME
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
033.17msProfile data that couldn't be associated with a specific line:
# spent 2.67ms making 1 call to YAML::PP::Reader::File::BEGIN@56 # spent 480µs making 1 call to Cpanel::JSON::XS::DESTROY # spent 19µs making 1 call to Cpanel::JSON::XS::END
144.09ms43.87ms
# spent 285µs (280+5) within main::BEGIN@1 which was called: # once (280µs+5µs) by main::NULL at line 1 # spent 3.25ms (2.92+339µs) within main::BEGIN@1.1 which was called: # once (2.92ms+339µs) by main::NULL at line 1
use strict; use warnings;
# spent 3.25ms making 1 call to main::BEGIN@1.1 # spent 328µs making 1 call to warnings::import # spent 285µs making 1 call to main::BEGIN@1 # spent 5µs making 1 call to strict::import
22475µs2718ms
# spent 718ms (5.70+712) within main::BEGIN@2 which was called: # once (5.70ms+712ms) by main::NULL at line 2
use OpenAPI::Modern;
# spent 718ms making 1 call to main::BEGIN@2 # spent 1µs making 1 call to main::__ANON__
321.36ms256.7ms
# spent 56.7ms (3.24+53.4) within main::BEGIN@3 which was called: # once (3.24ms+53.4ms) by main::NULL at line 3
use YAML::PP;
# spent 56.7ms making 1 call to main::BEGIN@3 # spent 14µs making 1 call to Exporter::import
4
511µsmy $file = '/Users/ether/git/fastly/Heavenly/docs/heavenly-api.yaml';
6115µs36.55smy $openapi = OpenAPI::Modern->new(
# spent 6.54s making 1 call to YAML::PP::load_file # spent 2.67ms making 1 call to YAML::PP::new # spent 1.58ms making 1 call to OpenAPI::Modern::new
7 openapi_uri => 'docs/heavenly-api.yaml',
8 openapi_schema => YAML::PP->new( boolean => 'JSON::PP' )->load_file( $file ),
9);
10
- -
 
# spent 16.0ms within B::SV::FLAGS which was called 42165 times, avg 380ns/call: # 36883 times (13.5ms+0s) by JSON::Schema::Modern::Utilities::get_type at line 105 of JSON/Schema/Modern/Utilities.pm, avg 365ns/call # 5282 times (2.57ms+0s) by JSON::Schema::Modern::Utilities::is_type at line 71 of JSON/Schema/Modern/Utilities.pm, avg 486ns/call
sub B::SV::FLAGS; # xsub
# spent 115µs within Internals::SvREADONLY which was called 192 times, avg 599ns/call: # 190 times (114µs+0s) by constant::import at line 164 of constant.pm, avg 600ns/call # once (1µs+0s) by constant::BEGIN@24 at line 33 of constant.pm # once (0s+0s) by constant::BEGIN@24 at line 34 of constant.pm
sub Internals::SvREADONLY; # xsub
# spent 739µs within UNIVERSAL::VERSION which was called 118 times, avg 6µs/call: # 22 times (146µs+0s) by strictures::VERSION at line 99 of strictures.pm, avg 7µs/call # 22 times (13µs+0s) by Data::Perl::Collection::Array::MooseLike::BEGIN@5 or Data::Perl::Collection::Hash::MooseLike::BEGIN@5 or Data::Perl::Role::Collection::Array::BEGIN@5 or Data::Perl::Role::Collection::Hash::BEGIN@5 or JSON::Schema::Modern::Annotation::BEGIN@11 or JSON::Schema::Modern::BEGIN@12 or JSON::Schema::Modern::Document::BEGIN@11 or JSON::Schema::Modern::Document::OpenAPI::BEGIN@12 or JSON::Schema::Modern::Error::BEGIN@11 or JSON::Schema::Modern::Result::BEGIN@11 or JSON::Schema::Modern::Utilities::BEGIN@10 or JSON::Schema::Modern::Vocabulary::Applicator::BEGIN@11 or JSON::Schema::Modern::Vocabulary::BEGIN@11 or JSON::Schema::Modern::Vocabulary::Content::BEGIN@11 or JSON::Schema::Modern::Vocabulary::Core::BEGIN@11 or JSON::Schema::Modern::Vocabulary::FormatAnnotation::BEGIN@11 or JSON::Schema::Modern::Vocabulary::FormatAssertion::BEGIN@11 or JSON::Schema::Modern::Vocabulary::MetaData::BEGIN@11 or JSON::Schema::Modern::Vocabulary::OpenAPI::BEGIN@11 or JSON::Schema::Modern::Vocabulary::Unevaluated::BEGIN@11 or JSON::Schema::Modern::Vocabulary::Validation::BEGIN@11 or OpenAPI::Modern::BEGIN@12 at line 105 of strictures.pm, avg 591ns/call # 3 times (22µs+0s) by Types::Standard::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Types/Standard.pm:295] at line 289 of Types/Standard.pm, avg 7µs/call # once (17µs+0s) by Types::Standard::BEGIN@30 at line 55 of Types/Standard.pm # once (17µs+0s) by IO::Uncompress::Gunzip::BEGIN@14 at line 14 of IO/Uncompress/Gunzip.pm # once (16µs+0s) by IO::Compress::Base::BEGIN@9 at line 9 of IO/Compress/Base.pm # once (15µs+0s) by OpenAPI::Modern::BEGIN@24 at line 24 of OpenAPI/Modern.pm # once (14µs+0s) by IO::Compress::Adapter::Deflate::BEGIN@7 at line 7 of IO/Compress/Adapter/Deflate.pm # once (13µs+0s) by File::ShareDir::BEGIN@1 at line 1 of (eval 29)[File/ShareDir.pm:430] # once (13µs+0s) by IO::Compress::Gzip::BEGIN@15 at line 15 of IO/Compress/Gzip.pm # once (12µs+0s) by JSON::Schema::Modern::Result::BEGIN@23 at line 23 of JSON/Schema/Modern/Result.pm # once (12µs+0s) by JSON::Schema::Modern::BEGIN@29 at line 29 of JSON/Schema/Modern.pm # once (12µs+0s) by IO::Uncompress::RawInflate::BEGIN@11 at line 11 of IO/Uncompress/RawInflate.pm # once (11µs+0s) by IO::Compress::Zlib::Extra::BEGIN@13 at line 13 of IO/Compress/Zlib/Extra.pm # once (11µs+0s) by B::Hooks::EndOfScope::XS::BEGIN@18 at line 18 of B/Hooks/EndOfScope/XS.pm # once (11µs+0s) by OpenAPI::Modern::BEGIN@30 at line 30 of OpenAPI/Modern.pm # once (11µs+0s) by OpenAPI::Modern::BEGIN@26 at line 26 of OpenAPI/Modern.pm # once (11µs+0s) by Pod::Simple::BEGIN@8 at line 8 of Pod/Simple.pm # once (10µs+0s) by IO::Compress::RawDeflate::BEGIN@11 at line 11 of IO/Compress/RawDeflate.pm # once (10µs+0s) by B::Hooks::EndOfScope::XS::BEGIN@19 at line 22 of B/Hooks/EndOfScope/XS.pm # once (10µs+0s) by Safe::Isa::BEGIN@6 at line 6 of Safe/Isa.pm # once (10µs+0s) by IO::Uncompress::RawInflate::BEGIN@8 at line 8 of IO/Uncompress/RawInflate.pm # once (9µs+0s) by JSON::Schema::Modern::BEGIN@20 at line 20 of JSON/Schema/Modern.pm # once (9µs+0s) by JSON::Schema::Modern::BEGIN@31 at line 31 of JSON/Schema/Modern.pm # once (9µs+0s) by B::Hooks::EndOfScope::BEGIN@20 at line 23 of B/Hooks/EndOfScope.pm # once (9µs+0s) by File::ShareDir::BEGIN@1.26 at line 1 of (eval 31)[File/ShareDir.pm:481] # once (9µs+0s) by Type::Tiny::Enum::BEGIN@16 at line 16 of Type/Tiny/Enum.pm # once (8µs+0s) by Ref::Util::BEGIN@7 at line 7 of Ref/Util.pm # once (8µs+0s) by Mojo::Base::BEGIN@17 at line 17 of Mojo/Base.pm # once (8µs+0s) by B::Hooks::EndOfScope::BEGIN@13 at line 13 of B/Hooks/EndOfScope.pm # once (8µs+0s) by IO::Uncompress::Base::BEGIN@17 at line 17 of IO/Uncompress/Base.pm # once (8µs+0s) by IO::Uncompress::Adapter::Inflate::BEGIN@7 at line 7 of IO/Uncompress/Adapter/Inflate.pm # once (8µs+0s) by JSON::Schema::Modern::Document::OpenAPI::BEGIN@18 at line 18 of JSON/Schema/Modern/Document/OpenAPI.pm # once (8µs+0s) by IO::Uncompress::Gunzip::BEGIN@12 at line 12 of IO/Uncompress/Gunzip.pm # once (8µs+0s) by Moo::_Utils::BEGIN@36 at line 24 of Scalar/Util.pm # once (8µs+0s) by JSON::Schema::Modern::Utilities::BEGIN@18 at line 18 of JSON/Schema/Modern/Utilities.pm # once (7µs+0s) by Type::Tiny::Class::BEGIN@18 at line 18 of Type/Tiny/Class.pm # once (7µs+0s) by JSON::Schema::Modern::Vocabulary::Applicator::BEGIN@17 at line 17 of JSON/Schema/Modern/Vocabulary/Applicator.pm # once (7µs+0s) by IO::Uncompress::RawInflate::BEGIN@12 at line 12 of IO/Uncompress/RawInflate.pm # once (7µs+0s) by Path::Tiny::BEGIN@12 at line 12 of Path/Tiny.pm # once (7µs+0s) by JSON::Schema::Modern::Vocabulary::OpenAPI::BEGIN@17 at line 17 of JSON/Schema/Modern/Vocabulary/OpenAPI.pm # once (7µs+0s) by JSON::Schema::Modern::Vocabulary::Validation::BEGIN@18 at line 18 of JSON/Schema/Modern/Vocabulary/Validation.pm # once (7µs+0s) by IO::Uncompress::Gunzip::BEGIN@16 at line 16 of IO/Uncompress/Gunzip.pm # once (7µs+0s) by IO::Uncompress::Gunzip::BEGIN@15 at line 15 of IO/Uncompress/Gunzip.pm # once (7µs+0s) by URI::Escape::BEGIN@147 at line 147 of URI/Escape.pm # once (7µs+0s) by Type::Tiny::Duck::BEGIN@19 at line 19 of Type/Tiny/Duck.pm # once (6µs+0s) by IO::Uncompress::RawInflate::BEGIN@9 at line 9 of IO/Uncompress/RawInflate.pm # once (6µs+0s) by Ref::Util::XS::BEGIN@8 at line 8 of Ref/Util/XS.pm # once (6µs+0s) by IO::Uncompress::Adapter::Inflate::BEGIN@8 at line 8 of IO/Uncompress/Adapter/Inflate.pm # once (6µs+0s) by JSON::Schema::Modern::Document::OpenAPI::BEGIN@25 at line 25 of JSON/Schema/Modern/Document/OpenAPI.pm # once (6µs+0s) by Moo::_Utils::BEGIN@12 at line 22 of Sub/Util.pm # once (6µs+0s) by OpenAPI::Modern::BEGIN@27 at line 27 of OpenAPI/Modern.pm # once (6µs+0s) by Package::Stash::BEGIN@10 at line 10 of Package/Stash.pm # once (6µs+0s) by IO::Uncompress::Gunzip::BEGIN@17 at line 17 of IO/Uncompress/Gunzip.pm # once (6µs+0s) by Module::Implementation::BEGIN@8 at line 8 of Module/Implementation.pm # once (6µs+0s) by Encode::BEGIN@15 at line 15 of Encode.pm # once (6µs+0s) by IO::Compress::Adapter::Deflate::BEGIN@8 at line 8 of IO/Compress/Adapter/Deflate.pm # once (5µs+0s) by JSON::Schema::Modern::Vocabulary::BEGIN@17 at line 17 of JSON/Schema/Modern/Vocabulary.pm # once (5µs+0s) by JSON::Schema::Modern::Document::BEGIN@19 at line 19 of JSON/Schema/Modern/Document.pm # once (5µs+0s) by JSON::Schema::Modern::BEGIN@21 at line 21 of JSON/Schema/Modern.pm # once (5µs+0s) by Path::Tiny::BEGIN@13 at line 13 of Path/Tiny.pm # once (5µs+0s) by IO::Compress::Gzip::BEGIN@16 at line 16 of IO/Compress/Gzip.pm # once (5µs+0s) by IO::Compress::Gzip::BEGIN@11 at line 11 of IO/Compress/Gzip.pm # once (5µs+0s) by JSON::Schema::Modern::Utilities::BEGIN@19 at line 19 of JSON/Schema/Modern/Utilities.pm # once (4µs+0s) by IO::Compress::RawDeflate::BEGIN@9 at line 9 of IO/Compress/RawDeflate.pm # once (4µs+0s) by JSON::Schema::Modern::Vocabulary::Unevaluated::BEGIN@17 at line 17 of JSON/Schema/Modern/Vocabulary/Unevaluated.pm # once (4µs+0s) by JSON::Schema::Modern::Document::BEGIN@20 at line 20 of JSON/Schema/Modern/Document.pm # once (4µs+0s) by Try::Tiny::BEGIN@10 at line 10 of Try/Tiny.pm # once (3µs+0s) by IO::Compress::RawDeflate::BEGIN@12 at line 12 of IO/Compress/RawDeflate.pm # once (3µs+0s) by IO::Compress::RawDeflate::BEGIN@10 at line 10 of IO/Compress/RawDeflate.pm # once (3µs+0s) by JSON::Schema::Modern::Vocabulary::Applicator::BEGIN@18 at line 18 of JSON/Schema/Modern/Vocabulary/Applicator.pm # once (3µs+0s) by JSON::Schema::Modern::Document::BEGIN@21 at line 21 of JSON/Schema/Modern/Document.pm # once (3µs+0s) by IO::Compress::Gzip::BEGIN@12 at line 12 of IO/Compress/Gzip.pm # once (3µs+0s) by IO::Compress::Gzip::BEGIN@14 at line 14 of IO/Compress/Gzip.pm
sub UNIVERSAL::VERSION; # xsub
# spent 760ms within UNIVERSAL::can which was called 424164 times, avg 2µs/call: # 308273 times (525ms+0s) by JSON::Schema::Modern::_eval_subschema at line 545 of JSON/Schema/Modern.pm, avg 2µs/call # 46913 times (118ms+0s) by JSON::Schema::Modern::_get_resource at line 17 of (eval 340)[Sub/Quote.pm:3], avg 3µs/call # 39138 times (67.4ms+0s) by JSON::Schema::Modern::Document::resource_pairs at line 17 of (eval 294)[Sub/Quote.pm:3], avg 2µs/call # 25862 times (39.8ms+0s) by JSON::Schema::Modern::Document::path_to_resource at line 17 of (eval 298)[Sub/Quote.pm:3], avg 2µs/call # 2230 times (5.14ms+0s) by JSON::Schema::Modern::_get_format_validation at line 17 of (eval 324)[Sub/Quote.pm:3], avg 2µs/call # 758 times (3.35ms+0s) by JSON::Schema::Modern::_get_metaschema_vocabulary_classes at line 17 of (eval 359)[Sub/Quote.pm:3], avg 4µs/call # 124 times (169µs+0s) by File::ShareDir::BEGIN@1 at line 60 of List/MoreUtils.pm, avg 1µs/call # 73 times (71µs+0s) by if::work at line 16 of if.pm, avg 973ns/call # 67 times (91µs+0s) by Type::Tiny::can at line 1389 of Type/Tiny.pm, avg 1µs/call # 65 times (43µs+0s) by File::ShareDir::BEGIN@1 at line 63 of List/MoreUtils.pm, avg 662ns/call # 46 times (86µs+0s) by Exporter::Tiny::_exporter_expand_sub at line 274 of Exporter/Tiny.pm, avg 2µs/call # 46 times (40µs+0s) by Exporter::Tiny::_exporter_expand_sub at line 278 of Exporter/Tiny.pm, avg 870ns/call # 44 times (88µs+0s) by JSON::Schema::Modern::Document::_get_resource at line 17 of (eval 295)[Sub/Quote.pm:3], avg 2µs/call # 40 times (46µs+0s) by File::ShareDir::BEGIN@1.26 at line 86 of Params/Util.pm, avg 1µs/call # 36 times (71µs+0s) by MooX::HandlesVia::process_has at line 60 of MooX/HandlesVia.pm, avg 2µs/call # 36 times (52µs+0s) by JSON::Schema::Modern::Document::_add_resources at line 17 of (eval 293)[Sub/Quote.pm:3], avg 1µs/call # 36 times (35µs+0s) by Role::Tiny::_install_does at line 477 of Role/Tiny.pm, avg 972ns/call # 34 times (58µs+0s) by Class::Method::Modifiers::install_modifier at line 40 of Class/Method/Modifiers.pm, avg 2µs/call # 34 times (50µs+0s) by Moo::Role::_inhale_if_moose at line 166 of Moo/Role.pm, avg 1µs/call # 24 times (113µs+0s) by Moo::_Utils::_install_modifier at line 79 of Moo/_Utils.pm, avg 5µs/call # 22 times (41µs+0s) by strictures::_enable at line 130 of strictures.pm, avg 2µs/call # 21 times (14µs+0s) by Moo::_Utils::_install_modifier at line 91 of Moo/_Utils.pm, avg 667ns/call # 20 times (22µs+0s) by Types::Standard::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Types/Standard.pm:190] at line 177 of Types/Standard.pm, avg 1µs/call # 18 times (15µs+0s) by JSON::Schema::Modern::_add_resources at line 17 of (eval 339)[Sub/Quote.pm:3], avg 833ns/call # 18 times (13µs+0s) by Role::Tiny::_check_requires at line 334 of Role/Tiny.pm, avg 722ns/call # 17 times (29µs+0s) by JSON::Schema::Modern::Document::has_errors at line 17 of (eval 302)[Sub/Quote.pm:3], avg 2µs/call # 16 times (19µs+0s) by JSON::Schema::Modern::_canonical_resources at line 17 of (eval 341)[Sub/Quote.pm:3], avg 1µs/call # 15 times (10µs+0s) by File::ShareDir::BEGIN@1 at line 130 of List/MoreUtils.pm, avg 667ns/call # 12 times (27µs+0s) by Role::Tiny::_install_does at line 474 of Role/Tiny.pm, avg 2µs/call # 12 times (21µs+0s) by JSON::Schema::Modern::Document::_canonical_resources at line 17 of (eval 296)[Sub/Quote.pm:3], avg 2µs/call # 12 times (18µs+0s) by Role::Tiny::_install_does at line 472 of Role/Tiny.pm, avg 2µs/call # 12 times (9µs+0s) by Role::Tiny::_install_does at line 479 of Role/Tiny.pm, avg 750ns/call # 10 times (8µs+0s) by Types::Standard::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Types/Standard.pm:190] at line 189 of Types/Standard.pm, avg 800ns/call # 8 times (61µs+0s) by Method::Generate::Constructor::generate_method at line 138 of Method/Generate/Constructor.pm, avg 8µs/call # 8 times (54µs+0s) by Method::Generate::Constructor::generate_method at line 136 of Method/Generate/Constructor.pm, avg 7µs/call # 8 times (19µs+0s) by Method::Generate::Constructor::generate_method at line 155 of Method/Generate/Constructor.pm, avg 2µs/call # 8 times (7µs+0s) by JSON::Schema::Modern::_get_vocabulary_class at line 17 of (eval 353)[Sub/Quote.pm:3], avg 875ns/call # 8 times (4µs+0s) by JSON::Schema::Modern::_add_resources_unsafe at line 17 of (eval 336)[Sub/Quote.pm:3], avg 500ns/call # 7 times (7µs+0s) by Types::Standard::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Types/Standard.pm:190] at line 183 of Types/Standard.pm, avg 1µs/call # 5 times (11µs+0s) by Mojo::Base::import at line 134 of Mojo/Base.pm, avg 2µs/call # 5 times (7µs+0s) by MooX::HandlesVia::import at line 29 of MooX/HandlesVia.pm, avg 1µs/call # 2 times (6µs+0s) by Moo::Object::new at line 15 of Moo/Object.pm, avg 3µs/call # 2 times (5µs+0s) by Moo::Role::_install_subs at line 71 of Moo/Role.pm, avg 2µs/call # 2 times (4µs+0s) by Moo::Object::new at line 25 of Moo/Object.pm, avg 2µs/call # 2 times (3µs+0s) by Moo::_set_superclasses at line 163 of Moo.pm, avg 2µs/call # 2 times (2µs+0s) by JSON::MaybeXS::BEGIN@29 at line 34 of JSON/MaybeXS.pm, avg 1µs/call # 2 times (1µs+0s) by JSON::Schema::Modern::_json_decoder at line 24 of (eval 362)[Sub/Quote.pm:3], avg 500ns/call # once (12µs+0s) by attributes::import at line 63 of attributes.pm # once (3µs+0s) by Params::Util::BEGIN@63 at line 19 of Params/Util/PP.pm # once (3µs+0s) by JSON::Schema::Modern::add_format_validation at line 17 of (eval 323)[Sub/Quote.pm:3] # once (3µs+0s) by JSON::Schema::Modern::_get_vocabulary_values at line 17 of (eval 352)[Sub/Quote.pm:3] # once (3µs+0s) by JSON::Schema::Modern::_set_vocabulary_class at line 17 of (eval 354)[Sub/Quote.pm:3] # once (2µs+0s) by Role::Tiny::_want_backcompat_hack at line 243 of Role/Tiny.pm # once (2µs+0s) by Moo::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Moo.pm:256] at line 252 of Moo.pm # once (1µs+0s) by Moo::Object::does at line 66 of Moo/Object.pm # once (1µs+0s) by Params::Util::BEGIN@63 at line 37 of Params/Util/PP.pm # once (1µs+0s) by Moo::_constructor_maker_for at line 232 of Moo.pm # once (1µs+0s) by JSON::Schema::Modern::_set_metaschema_vocabulary_classes at line 17 of (eval 358)[Sub/Quote.pm:3]
sub UNIVERSAL::can; # xsub
# spent 104ms within UNIVERSAL::isa which was called 162853 times, avg 640ns/call: # 76283 times (64.6ms+0s) by Safe::Isa::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Safe/Isa.pm:19] at line 18 of Safe/Isa.pm, avg 847ns/call # 72037 times (28.3ms+0s) by JSON::Schema::Modern::Annotation::new at line 74 of (eval 431)[Sub/Quote.pm:3], avg 392ns/call # 6386 times (7.62ms+0s) by JSON::MaybeXS::is_bool at line 59 of JSON/MaybeXS.pm, avg 1µs/call # 4217 times (1.89ms+0s) by JSON::Schema::Modern::Error::new at line 77 of (eval 432)[Sub/Quote.pm:3], avg 447ns/call # 3756 times (1.59ms+0s) by Type::Tiny::isa at line 1354 of Type/Tiny.pm, avg 424ns/call # 48 times (69µs+0s) by Type::Tiny::__ANON__[(eval 430)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Sub/Quote.pm:3]:16] at line 16 of (eval 430)[Sub/Quote.pm:3], avg 1µs/call # 36 times (31µs+0s) by Type::Tiny::__ANON__[(eval 428)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Sub/Quote.pm:3]:16] at line 16 of (eval 428)[Sub/Quote.pm:3], avg 861ns/call # 14 times (26µs+0s) by JSON::Schema::Modern::Document::_set_metaschema_uri at line 39 of (eval 266)[Sub/Quote.pm:3], avg 2µs/call # 14 times (18µs+0s) by JSON::Schema::Modern::Document::_assert__path_to_resource at line 24 of (eval 299)[Sub/Quote.pm:3], avg 1µs/call # 14 times (18µs+0s) by JSON::Schema::Modern::Document::new at line 84 of (eval 424)[Sub/Quote.pm:3], avg 1µs/call # 13 times (28µs+0s) by base::import at line 96 of base.pm, avg 2µs/call # 10 times (5µs+0s) by JSON::Schema::Modern::Document::_set_canonical_uri at line 39 of (eval 264)[Sub/Quote.pm:3], avg 500ns/call # 8 times (4µs+0s) by JSON::Schema::Modern::Document::canonical_uri at line 44 of (eval 263)[Sub/Quote.pm:3], avg 500ns/call # 6 times (2µs+0s) by JSON::Schema::Modern::Document::new at line 74 of (eval 424)[Sub/Quote.pm:3], avg 333ns/call # 3 times (2µs+0s) by Type::Tiny::Class::_build_parent at line 164 of Type/Tiny/Class.pm, avg 667ns/call # once (2µs+0s) by JSON::Schema::Modern::Document::OpenAPI::new at line 77 of (eval 417)[Sub/Quote.pm:3] # once (2µs+0s) by JSON::Schema::Modern::Document::OpenAPI::_set_json_schema_dialect at line 39 of (eval 390)[Sub/Quote.pm:3] # once (2µs+0s) by Moo::Role::_build_class_with_roles at line 310 of Moo/Role.pm # once (1µs+0s) by JSON::Schema::Modern::Result::new at line 123 of (eval 433)[Sub/Quote.pm:3] # once (1µs+0s) by JSON::Schema::Modern::Document::OpenAPI::new at line 138 of (eval 417)[Sub/Quote.pm:3] # once (1µs+0s) by JSON::Schema::Modern::Document::OpenAPI::new at line 87 of (eval 417)[Sub/Quote.pm:3] # once (1µs+0s) by OpenAPI::Modern::new at line 43 of (eval 415)[Sub/Quote.pm:3] # once (0s+0s) by OpenAPI::Modern::new at line 48 of (eval 415)[Sub/Quote.pm:3]
sub UNIVERSAL::isa; # xsub
# spent 470µs within main::CORE:pack which was called 3 times, avg 157µs/call: # once (459µs+0s) by IO::Compress::Gzip::BEGIN@15 at line 145 of IO/Compress/Gzip/Constants.pm # once (9µs+0s) by Method::Generate::Accessor::BEGIN@8 at line 23 of Sub/Quote.pm # once (2µs+0s) by Mojo::Util::BEGIN@22 at line 53 of Unicode/Normalize.pm
sub main::CORE:pack; # opcode
# spent 1µs within main::__ANON__ which was called: # once (1µs+0s) by main::BEGIN@2 at line 2
sub main::__ANON__; # xsub