Skip to content

Instantly share code, notes, and snippets.

@pmargreff
Created November 2, 2019 18:44
Show Gist options
  • Save pmargreff/c7c913d87be1fd9fbf141020dadb94c2 to your computer and use it in GitHub Desktop.
Save pmargreff/c7c913d87be1fd9fbf141020dadb94c2 to your computer and use it in GitHub Desktop.
Graphql response problem
query {
books {
title
}
}
FUNCTION CALLS % TIME [uS / CALLS]
-------- ----- ------- ---- [----------]
'Elixir.Plug.Session':call/2 1 0.00 0 [ 0.00]
'Elixir.Application':get_env/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection':checkin/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':checkout/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection':describe/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':encode/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':entry_result/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':handle_common_result/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log_result/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':meter/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':parse/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection':parsed_prepare_execute/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':prepare/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':prepare_execute/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run/6 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run_execute/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run_prepare/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run_prepare_execute/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':'-run/6-after$^0/0-0-'/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':'-parsed_prepare_execute/5-fun-0-'/5 1 0.00 0 [ 0.00]
erl_scan:location/1 1 0.00 0 [ 0.00]
application:get_env/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':all/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':boolean/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':combinations/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_alias/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_name/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':cte/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':distinct/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':from/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':get_source/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':group_by/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':having/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':join/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':limit/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':lock/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':offset/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':order_by/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':prepare_execute/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_qualified_name/3 6 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':select/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':select_fields/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':where/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':window/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':fetch_query_params/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':merge_headers/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':put_resp_content_type/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':register_before_send/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':send_resp/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':send_resp/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-run_before_send/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-get_req_header/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Telemetry':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Telemetry':'-call/2-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':add_pipeline/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':calculate_document_providers/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_operation_name/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_variables/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':'ensure_document_providers!'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_operation_name/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_raw_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_variables/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':log/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':normalize_raw_document/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':parse/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':provide_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':after_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':before_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':do_batching/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-3-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':apply_before_send/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':default_document_providers/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':default_pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':encode/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document_provider/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_documents/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_processable/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':execute/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':get_schema/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':init/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':run_query/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':run_request/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':update_config/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_documents/2-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_document_provider/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Config':cache/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':all/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':attach_prefix/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':execute/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':before/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':for_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':insert_after/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':'match_phase?'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':options/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':run_phase/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':upto/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':'-before/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-3-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':run/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':'call (overridable 2)'/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':plug_builder_call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':config/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':config/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':script_name/0 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':convert/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':selections/1 2 0.00 0 [ 0.00]
'Elixir.Keyword':fetch/2 1 0.00 0 [ 0.00]
'Elixir.Keyword':'fetch!'/2 1 0.00 0 [ 0.00]
'Elixir.Keyword':put_new/3 2 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':make_empty_if_unfetched/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':merge_params/3 1 0.00 0 [ 0.00]
lists:sublist/2 7 0.00 0 [ 0.00]
lists:unzip/1 1 0.00 0 [ 0.00]
lists:unzip/3 7 0.00 0 [ 0.00]
lists:flatten/1 3 0.00 0 [ 0.00]
lists:keydelete/3 1 0.00 0 [ 0.00]
lists:keydelete3/3 1 0.00 0 [ 0.00]
lists:keystore/4 3 0.00 0 [ 0.00]
lists:foldl/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Utils':'validate_utf8!'/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_params/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_params/3 1 0.00 0 [ 0.00]
'Elixir.Access':at/1 1 0.00 0 [ 0.00]
'Elixir.Access':at/4 1 0.00 0 [ 0.00]
'Elixir.Access':fetch/2 1 0.00 0 [ 0.00]
'Elixir.Access':'-at/1-fun-0-'/4 1 0.00 0 [ 0.00]
digraph_utils:topsort/1 1 0.00 0 [ 0.00]
digraph_utils:forest/3 1 0.00 0 [ 0.00]
digraph_utils:forest/4 1 0.00 0 [ 0.00]
digraph_utils:posttraverse/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Logger':log_run/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':abs_timeout/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':cancel_deadline/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkin/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout_call/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout_result/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':done/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':handle_or_cleanup/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':start_deadline/5 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Loader':data/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':all/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':all/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':prepare_query/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'pending_batches?'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':perform_resolution/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_current/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':handle_node/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution':put_result/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Execution':get/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Document.SourceLocation':at/1 2 0.00 0 [ 0.00]
'Elixir.System':system_time/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable.Atom':to_query/1 1 0.00 0 [ 0.00]
'Elixir.Kernel':get_and_update_in/3 2 0.00 0 [ 0.00]
'Elixir.Kernel':get_in/2 1 0.00 0 [ 0.00]
'Elixir.Kernel':put_in/3 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-put_in/3-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-get_in/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-get_and_update_in/3-fun-1-'/3 1 0.00 0 [ 0.00]
'Elixir.URI':decode/1 1 0.00 0 [ 0.00]
'Elixir.URI':nillify_query/1 1 0.00 0 [ 0.00]
'Elixir.URI':split_authority/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.LogEntry':parse_times/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.LogEntry':'-parse_times/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':decode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':describe/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':encode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':parse/2 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Router.Route':init/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Parse':parse/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Parse':run/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Parse':tokenize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':get_provided_values/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':'-run/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Base':url_encode64/1 1 0.00 0 [ 0.00]
'Elixir.Base':url_encode64/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Type':'wrapped?'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint':'-update_current/2-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert_definition/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert_definition/3-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.Document':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':dispatch/5 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':from_set_to_sent/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.List':'-convert/2-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':handle_node/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-3-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.SelectionSet':'__struct__'/0 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':build_request/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_body_and_params/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_context/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_root_value/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':log/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':parse/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':uploaded_files/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':'-uploaded_files/1-fun-0-'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':'-log/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':add_uses/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':handle_use/2 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':'-add_uses/2-fun-0-'/2 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Directives':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Directives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Directives':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':'-check/1-after$^2/0-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operation/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operations/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':'-update_operations/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':fill_missing_nodes/6 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':find_missing_schema_nodes/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':run/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Types':encode_params/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':after_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':before_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':'-run/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':coerce_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'__pipe_through0__'/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':prepare/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'-__match_route__/3-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'-__match_route__/3-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Schema.Loader':load_struct/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':do_normalize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':normalize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':pipeline/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-process/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-normalize/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':handle_node/3 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':set_children/3 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':update_context/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
inet_tcp:send/2 2 0.00 0 [ 0.00]
'Elixir.Enumerable.Map':reduce/3 2 0.00 0 [ 0.00]
'Elixir.Jason':format_encode_opts/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':do_process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_execute/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_prepare/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':proxy/3 2 0.00 0 [ 0.00]
'Elixir.String.Chars.Atom':to_string/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':execute/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'execute!'/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':get_conn_or_pool/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':key/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':log/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':put_source/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':sql_call/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':with_log/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'-with_log/3-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':decode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':describe/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':encode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':parse/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Query':decode/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Query':decode/2 2 0.00 0 [ 0.00]
'Elixir.String':downcase/1 1 0.00 0 [ 0.00]
'Elixir.String':downcase/2 1 0.00 0 [ 0.00]
'Elixir.String':upcase/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Subscription.SubscribeSelf':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable':'impl_for!'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable':to_query/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable':impl_for/1 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':generate_request_id/0 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':get_request_id/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':set_request_id/2 1 0.00 0 [ 0.00]
prim_inet:send/3 2 0.00 0 [ 0.00]
prim_inet:send_recv_reply/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.Field':'__struct__'/0 2 0.00 0 [ 0.00]
'Elixir.MapSet':new/0 2 0.00 0 [ 0.00]
'Elixir.MapSet':size/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':list_data/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.List':keyfind/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':coerce_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
'Elixir.Plug.Static':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Status':code/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':process/3 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':run/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Messages':'-parse/3-lc$^0/1-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Process':put/2 1 0.00 0 [ 0.00]
'Elixir.Process':whereis/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution.Projector':collect/3 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-0-'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'assert_no_update!'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'assert_valid_combinations!'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':build_meta/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_insert/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_update/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cast_and_merge_params/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_assocs/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_fields/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':expr_to_cache/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':finalize_cache/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'get_source!'/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':merge_assocs/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':merge_cache/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize_query/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize_select/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_assocs/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_assocs/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_cache/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_combinations/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_ctes/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_from/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_joins/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_joins/8 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_sources/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prewalk/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prewalk_source/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_lookup/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_prepare/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_with_cache/7 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_without_cache/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':remove_literals/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':select_dump/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':source_cache/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'source_take!'/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'take!'/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':traverse_cache/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':traverse_exprs/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-2-'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-query_with_cache/7-fun-2-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-prewalk/6-fun-0-'/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Dataloader':add_source/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader':new/0 1 0.00 0 [ 0.00]
'Elixir.Dataloader':new/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':run/1 1 0.00 0 [ 0.00]
absinthe_lexer:string/1 1 0.00 0 [ 0.00]
absinthe_lexer:string/2 1 0.00 0 [ 0.00]
absinthe_lexer:yyrev/1 1 0.00 0 [ 0.00]
'Elixir.Logger':into_metadata/2 1 0.00 0 [ 0.00]
'Elixir.Logger':metadata/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':after_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':before_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':pipeline/2 1 0.00 0 [ 0.00]
erl_anno:end_location/1 1 0.00 0 [ 0.00]
erl_anno:location/1 1 0.00 0 [ 0.00]
erl_anno:text/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Ecto':new/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plugin':defaults/0 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plugin':pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':'-run/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.SelectedCurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':convert/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':source_location/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':body_or_params/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':conn/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':do_send/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_http_protocol/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_peer_data/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':send_resp/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':split_path/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':stringify_kv/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-stringify_params/1-fun-2-'/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-split_path/1-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.OperationDefinition':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.CurrentOperation':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.CurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Enum':'all?'/2 1 0.00 0 [ 0.00]
'Elixir.Enum':all_list/2 2 0.00 0 [ 0.00]
'Elixir.Enum':at/2 1 0.00 0 [ 0.00]
'Elixir.Enum':at/3 1 0.00 0 [ 0.00]
'Elixir.Enum':dedup/1 1 0.00 0 [ 0.00]
'Elixir.Enum':dedup_by/2 1 0.00 0 [ 0.00]
'Elixir.Enum':filter_list/2 2 0.00 0 [ 0.00]
'Elixir.Enum':group_by/3 1 0.00 0 [ 0.00]
'Elixir.Enum':into/2 1 0.00 0 [ 0.00]
'Elixir.Enum':reduce_while/3 2 0.00 0 [ 0.00]
'Elixir.Enum':reject/2 1 0.00 0 [ 0.00]
'Elixir.Enum':reverse/2 1 0.00 0 [ 0.00]
'Elixir.Enum':slice_any/3 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_reducer/3 2 0.00 0 [ 0.00]
'Elixir.Enum':sort_terminator/2 2 0.00 0 [ 0.00]
'Elixir.Enum':split/2 1 0.00 0 [ 0.00]
'Elixir.Enum':split_list/3 2 0.00 0 [ 0.00]
'Elixir.Enum':take_while/2 1 0.00 0 [ 0.00]
'Elixir.Enum':take_while_list/2 4 0.00 0 [ 0.00]
'Elixir.Enum':'-sort/2-anonymous-1-'/4 2 0.00 0 [ 0.00]
'Elixir.Enum':'-sort/2-fun-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-group_by/3-lists^foldl/2-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-anonymous-1-'/4 2 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-fun-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-dedup_by/2-lists^foldl/2-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':bind_execute/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':cached_query/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':close_parse_describe_flush/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':decode_tags/1 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe/6 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe_params/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':do_send/3 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':done/5 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':done/6 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':fetch_type_info/2 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':handle_execute_result/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':handle_prepare/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':msg_recv/4 3 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':notify/1 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':parse_describe_msgs/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':query_put/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_bind/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_close/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_describe/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_describe/4 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_execute/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_execute/5 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_parse/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_transaction/4 4 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':redescribe/5 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':rows_msg/3 1 0.00 0 [ 0.00]
'Elixir.String.Chars.Postgrex.Query':to_string/1 1 0.00 0 [ 0.00]
'Elixir.Regex':run/2 2 0.00 0 [ 0.00]
'Elixir.Regex':run/3 2 0.00 0 [ 0.00]
'Elixir.Regex':safe_run/3 2 0.00 0 [ 0.00]
digraph:new/1 1 0.00 0 [ 0.00]
digraph:check_type/3 2 0.00 0 [ 0.00]
digraph:set_type/2 2 0.00 0 [ 0.00]
digraph:delete/1 1 0.00 0 [ 0.00]
digraph:vertices/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':handle_node/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-run/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-handle_node/2-fun-3-'/5 2 0.00 0 [ 0.00]
'Elixir.Plug.MethodOverride':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.MethodOverride':override_method/2 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':encode/2 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':encode_map_function/1 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':escape_function/1 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':list/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source':'pending_batches?'/1 2 0.00 0 [ 0.00]
'Elixir.Dataloader.Source':impl_for/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':run/2 1 0.00 0 [ 0.00]
'Elixir.Enumerable.List':reduce/3 4 0.00 0 [ 0.00]
'Elixir.Enumerable.List':slice/3 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Blueprint':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Head':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':pipeline/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':process/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Analysis':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Assoc':query/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres':prepare/2 1 0.00 0 [ 0.00]
'Elixir.String.Chars':impl_for/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':handle_node/1 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':'-run/2-fun-0-'/1 4 0.00 0 [ 0.00]
application_controller:get_env/2 4 0.00 0 [ 0.00]
'Elixir.Phoenix.Router':'__call__'/2 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_endpoint_start/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_endpoint_stop/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_router_dispatch_start/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-2-'/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-1-'/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-0-'/4 1 0.00 0 [ 0.00]
absinthe_parser:extract_atom/1 1 0.00 0 [ 0.00]
absinthe_parser:extract_binary/1 2 0.00 0 [ 0.00]
absinthe_parser:parse/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars0/5 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars1/5 1 0.00 0 [ 0.00]
absinthe_parser:yecc_end/1 1 0.00 0 [ 0.00]
absinthe_parser:yecctoken_end_location/1 1 0.00 0 [ 0.00]
absinthe_parser:yecctoken_location/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_0/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_7/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_8/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_14/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_16/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_17/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_21/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_25/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_31/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_32/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_33/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_34/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_35/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_38/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_49/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_125/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_134/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_256/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definitions\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Document\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Field\''/7 2 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Name\''/7 2 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'NameWithoutOn\''/7 2 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationDefinition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationType\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Selection\''/7 2 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'SelectionSet\''/7 2 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Selections\''/7 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Schema':types/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'__absinthe_types__'/0 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':context/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':loader/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'-loader/1-fun-0-'/2 1 0.00 0 [ 0.00]
gen_tcp:send/2 2 0.00 0 [ 0.00]
'Elixir.Map':from_struct/1 2 0.00 0 [ 0.00]
maps:remove/2 2 0.00 0 [ 0.00]
maps:is_key/2 2 0.00 0 [ 0.00]
erlang:binary_to_integer/1 1 0.00 0 [ 0.00]
erlang:system_time/1 1 0.00 0 [ 0.00]
erlang:monotonic_time/1 3 0.00 0 [ 0.00]
erlang:unique_integer/0 1 0.00 0 [ 0.00]
erlang:list_to_tuple/1 2 0.00 0 [ 0.00]
erlang:binary_to_list/1 1 0.00 0 [ 0.00]
'Elixir.Application':fetch_env/2 2 0.00 1 [ 0.50]
'Elixir.Application':'fetch_env!'/2 2 0.00 1 [ 0.50]
'Elixir.Application':get_env/3 2 0.00 1 [ 0.50]
'Elixir.DBConnection':decode/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.Postgres.Connection':expr/3 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/4 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':'-select_fields/3-fun-0-'/3 6 0.00 1 [ 0.17]
'Elixir.Plug.Conn':fetch_query_params/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':get_req_header/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':put_resp_content_type/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':put_resp_header/3 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':resp/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':run_before_send/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':'validate_header_key_if_test!'/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':'validate_header_value!'/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Registry':lookup/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Plug.Request.Query':to_pipeline_opts/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-4-'/1 1 0.00 1 [ 1.00]
'Elixir.String.Casing':downcase/3 5 0.00 1 [ 0.20]
'Elixir.Logger.Config':log_data/1 5 0.00 1 [ 0.20]
'Elixir.Enumerable':reduce/3 4 0.00 1 [ 0.25]
'Elixir.Enumerable':impl_for/1 4 0.00 1 [ 0.25]
'Elixir.Ecto.Repo.Queryable':postprocessor/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Queryable':preprocessor/3 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Endpoint':init/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':source_location/1 2 0.00 1 [ 0.50]
'Elixir.Keyword':'has_key?'/2 8 0.00 1 [ 0.13]
'Elixir.Keyword':'keyword?'/1 12 0.00 1 [ 0.08]
'Elixir.Keyword':merge/2 4 0.00 1 [ 0.25]
'Elixir.Keyword':split/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':take/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':'-take/2-lists^filter/1-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Keyword':'-take/2-fun-0-'/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':'-merge/2-fun-0-'/3 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Postgrex.DefaultTypes':decode_rows/3 6 0.00 1 [ 0.17]
'Elixir.Access':get_and_update/3 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Adapter.LanguageConventions':to_internal_name/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Preloader':query/6 1 0.00 1 [ 1.00]
'Elixir.DBConnection.Holder':handle/4 2 0.00 1 [ 0.50]
'Elixir.DBConnection.Holder':holder_apply/4 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run_callbacks/4 2 0.00 1 [ 0.50]
'Elixir.System':monotonic_time/1 3 0.00 1 [ 0.33]
'Elixir.System':normalize_time_unit/1 4 0.00 1 [ 0.25]
'Elixir.Kernel':struct/2 7 0.00 1 [ 0.14]
'Elixir.Resolvers.Book':index/3 1 0.00 1 [ 1.00]
'Elixir.URI':parse/1 1 0.00 1 [ 1.00]
'Elixir.DBConnection.LogEntry':new/5 1 0.00 1 [ 1.00]
'Elixir.DBConnection.LogEntry':parse_time/2 4 0.00 1 [ 0.25]
'Elixir.DBConnection.Query.Postgrex.Query':decode_map/2 1 0.00 1 [ 1.00]
'Elixir.Postgrex':prepare_execute/5 1 0.00 1 [ 1.00]
'Elixir.Phoenix.Router.Route':call/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Base':do_encode64url/2 1 0.00 1 [ 1.00]
'Elixir.Base':maybe_pad/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint':prewalk/3 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Blueprint':update_current/2 2 0.00 1 [ 0.50]
'Elixir.Phoenix.ConnTest':dispatch_endpoint/5 1 0.00 1 [ 1.00]
'Elixir.Phoenix.ConnTest':ensure_recycled/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.Draft.List':convert/2 9 0.00 1 [ 0.11]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.MissingLiterals':populate_node/3 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.MissingLiterals':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Postgrex.Types':fetch/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':handle_node/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.AbsintheTestWeb.Router':'__match_route__'/3 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Router':'-prepare/1-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':set_schema_node/4 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Schema':'-run/2-fun-0-'/3 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Schema':'-find_schema_field/4-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Jason':do_encode/2 1 0.00 1 [ 1.00]
'Elixir.Jason':'encode!'/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':maybe_savepoint/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Blueprint.Transform':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint.Transform':postwalk/3 4 0.00 1 [ 0.25]
'Elixir.Ecto.Adapters.SQL':log_measurements/3 4 0.00 1 [ 0.25]
'Elixir.Ecto.Adapters.SQL':log_result/1 1 0.00 1 [ 1.00]
'Elixir.DBConnection.Query':impl_for/1 4 0.00 1 [ 0.25]
'Elixir.String':upcase/1 2 0.00 1 [ 0.50]
prim_inet:recv/3 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Phase.Document.Result':format_result/1 1 0.00 1 [ 1.00]
'Elixir.List':flatten/1 3 0.00 1 [ 0.33]
'Elixir.List':wrap/1 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':handle_node/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Postgrex.Messages':decode_row_field/1 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Messages':decode_row_fields/2 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Messages':encode_msg/1 8 0.00 1 [ 0.13]
'Elixir.Postgrex.Messages':format/1 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Messages':'-encode/1-fun-3-'/2 6 0.00 1 [ 0.17]
'Elixir.Kernel.Utils':destructure/2 2 0.00 1 [ 0.50]
'Elixir.Kernel.Utils':destructure_nil/1 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Resolution.Projector':do_collect/6 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Resolution.Projector':rectify_order/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':response_key/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':update_schema_node/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':ensure_select/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':plan_source/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':prepend_if/3 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':prewalk/6 4 0.00 1 [ 0.25]
'Elixir.Ecto.Query.Planner':query/5 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':select_field/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-select_dump/3-fun-0-'/4 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-1-'/2 1 0.00 1 [ 1.00]
'Elixir.Dataloader':'pending_batches?'/1 2 0.00 1 [ 0.50]
'Elixir.Dataloader':'-pending_batches?/1-fun-0-'/1 2 0.00 1 [ 0.50]
absinthe_lexer:yypre/2 7 0.00 1 [ 0.14]
'Elixir.Macro':underscore/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Plugin':'-pipeline/2-fun-0-'/3 3 0.00 1 [ 0.33]
'Elixir.Plug.Adapters.Test.Conn':get_from_adapter/3 2 0.00 1 [ 0.50]
'Elixir.Plug.Adapters.Test.Conn':maybe_flush/0 1 0.00 1 [ 1.00]
'Elixir.Enum':'any?'/2 2 0.00 1 [ 0.50]
'Elixir.Enum':each/2 2 0.00 1 [ 0.50]
'Elixir.Enum':filter/2 3 0.00 1 [ 0.33]
'Elixir.Enum':reject_list/2 7 0.00 1 [ 0.14]
'Elixir.Enum':unzip/1 2 0.00 1 [ 0.50]
'Elixir.Enum':'-unzip/1-lists^foldl/2-0-'/3 8 0.00 1 [ 0.13]
'Elixir.Enum':'-unzip/1-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Enum':'-each/2-lists^foreach/1-0-'/2 3 0.00 1 [ 0.33]
'Elixir.Enum':'-any?/2-fun-0-'/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':columns/1 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':describe_result/4 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':done/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':fetch_type_info/4 8 0.00 1 [ 0.13]
'Elixir.Postgrex.Protocol':handle_execute/4 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':mode/1 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':msg_send/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':recv_parse_describe/4 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':recv_transaction/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':'-msg_send/3-fun-0-'/2 8 0.00 1 [ 0.13]
'Elixir.Postgrex.Protocol':'-columns/1-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Regex':version/0 2 0.00 1 [ 0.50]
erlang:port_command/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':possible_types/2 5 0.00 1 [ 0.20]
'Elixir.Dataloader.Source':'impl_for!'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':handle_node/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':'-run/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.Postgres':execute/5 1 0.00 1 [ 1.00]
'Elixir.String.Chars':to_string/1 2 0.00 1 [ 0.50]
'Elixir.GenServer':whereis/1 3 0.00 1 [ 0.33]
absinthe_parser:yeccpars1/7 7 0.00 1 [ 0.14]
absinthe_parser:yeccpars2/7 8 0.00 1 [ 0.13]
'Elixir.AbsintheTest.Schema':plugins/0 2 0.00 1 [ 0.50]
'Elixir.Map':get_and_update/3 6 0.00 1 [ 0.17]
'Elixir.Map':'get_and_update!'/3 3 0.00 1 [ 0.33]
'Elixir.Map':update/4 2 0.00 1 [ 0.50]
maps:values/1 4 0.00 1 [ 0.25]
erlang:list_to_bitstring/1 3 0.00 1 [ 0.33]
lists:keymember/3 10 0.00 1 [ 0.10]
re:version/0 2 0.00 1 [ 0.50]
erlang:system_info/1 2 0.00 1 [ 0.50]
erlang:start_timer/4 1 0.00 1 [ 1.00]
erlang:setelement/3 3 0.00 1 [ 0.33]
erlang:unique_integer/1 1 0.00 1 [ 1.00]
erlang:make_ref/0 3 0.00 1 [ 0.33]
erlang:list_to_binary/1 2 0.00 1 [ 0.50]
erlang:phash2/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Session':fetch_session/1 1 0.00 2 [ 2.00]
'Elixir.DBConnection':event/2 4 0.00 2 [ 0.50]
application:get_env/2 4 0.00 2 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_name/1 12 0.00 2 [ 0.17]
'Elixir.String.Casing':upcase/3 5 0.00 2 [ 0.40]
'Elixir.Logger.Config':compare_levels/2 5 0.00 2 [ 0.40]
'Elixir.Logger.Config':level_to_number/1 10 0.00 2 [ 0.20]
'Elixir.Logger.Config':read_data/2 5 0.00 2 [ 0.40]
'Elixir.Enumerable':'impl_for!'/1 4 0.00 2 [ 0.50]
'Elixir.Keyword':delete_key/2 12 0.00 2 [ 0.17]
'Elixir.Keyword':get/2 6 0.00 2 [ 0.33]
'Elixir.Keyword':'-merge/2-lists^filter/1-0-'/2 9 0.00 2 [ 0.22]
'Elixir.Absinthe.Books.QueryTest':'-test books profiling with 10000/1-fun-0-'/1 1 0.00 2 [ 2.00]
lists:keystore2/4 6 0.00 2 [ 0.33]
lists:foreach/2 8 0.00 2 [ 0.25]
'Elixir.Kernel':'validate_struct!'/3 6 0.00 2 [ 0.33]
'Elixir.URI':nillify/1 6 0.00 2 [ 0.33]
'Elixir.Base':'-do_encode64url/2-lbc$^0/2-0-'/2 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Blueprint':'-current_operation/1-fun-0-'/1 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Schema':find_schema_field/4 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Phase.Schema':'-set_children/3-fun-0-'/4 7 0.00 2 [ 0.29]
inet_tcp:recv/3 8 0.00 2 [ 0.25]
'Elixir.Enumerable.Map':reduce_list/3 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/2-fun-0-'/3 16 0.00 2 [ 0.13]
'Elixir.AbsintheTest.Book':'__schema__'/1 5 0.00 2 [ 0.40]
'Elixir.String':'contains?'/2 7 0.00 2 [ 0.29]
prim_inet:recv0/3 8 0.00 2 [ 0.25]
'Elixir.List':keystore/4 3 0.00 2 [ 0.67]
'Elixir.Postgrex.Messages':encode/1 8 0.00 2 [ 0.25]
'Elixir.Logger':'__should_log__'/1 5 0.00 2 [ 0.40]
'Elixir.Logger':into_metadata/3 2 0.00 2 [ 1.00]
'Elixir.Macro':to_lower_char/1 10 0.00 2 [ 0.20]
'Elixir.Plug.Adapters.Test.Conn':stringify_params/1 3 0.00 2 [ 0.67]
'Elixir.Enum':sort/2 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':decode_tag/1 3 0.00 2 [ 0.67]
'Elixir.Postgrex.Protocol':maybe_encode_msg/1 8 0.00 2 [ 0.25]
erlang:min/2 5 0.00 2 [ 0.40]
'Elixir.String.Chars':'impl_for!'/1 2 0.00 2 [ 1.00]
absinthe_parser:extract_line/1 8 0.00 2 [ 0.25]
absinthe_parser:build_ast_node/3 8 0.00 2 [ 0.25]
'Elixir.Absinthe.Schema':lookup_type/2 19 0.00 2 [ 0.11]
'Elixir.Absinthe.Schema':lookup_type/3 19 0.00 2 [ 0.11]
persistent_term:get/2 5 0.00 2 [ 0.40]
erlang:integer_to_binary/1 2 0.00 2 [ 1.00]
ets:give_away/3 1 0.00 2 [ 2.00]
erlang:iolist_size/1 8 0.00 2 [ 0.25]
ets:insert_new/2 1 0.00 2 [ 2.00]
ets:insert/2 2 0.00 2 [ 1.00]
erlang:'--'/2 2 0.00 2 [ 1.00]
erlang:atom_to_list/1 6 0.00 2 [ 0.33]
'Elixir.Logger.Config':'read_data!'/1 5 0.00 3 [ 0.60]
'Elixir.Keyword':'-split/2-lists^foldl/2-0-'/3 26 0.00 3 [ 0.12]
'Elixir.Absinthe.Blueprint.Draft':convert/2 13 0.00 3 [ 0.23]
'Elixir.Absinthe.Blueprint.Draft':impl_for/1 13 0.00 3 [ 0.23]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-run_callbacks/4-fun-0-'/3 6 0.00 3 [ 0.50]
'Elixir.Absinthe.Blueprint':current_operation/1 5 0.00 3 [ 0.60]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/3-fun-0-'/2 16 0.00 3 [ 0.19]
'Elixir.DBConnection.Query':'impl_for!'/1 4 0.00 3 [ 0.75]
telemetry:execute/3 5 0.00 3 [ 0.60]
'Elixir.Ecto.Query.Planner':validate_and_increment/6 13 0.00 3 [ 0.23]
'Elixir.Ecto.Query.Planner':'-traverse_cache/4-fun-0-'/6 13 0.00 3 [ 0.23]
'Elixir.Ecto.Query.Planner':'-normalize_query/4-fun-0-'/6 13 0.00 3 [ 0.23]
absinthe_lexer:string/4 33 0.00 3 [ 0.09]
absinthe_lexer:string_cont/4 32 0.00 3 [ 0.09]
'Elixir.Postgrex.Protocol':rows_recv/4 6 0.00 3 [ 0.50]
'Elixir.Postgrex.Protocol':rows_recv/5 5 0.00 3 [ 0.60]
binary:split/3 1 0.00 3 [ 3.00]
erlang:binary_to_atom/2 3 0.00 3 [ 1.00]
erlang:atom_to_binary/2 8 0.00 3 [ 0.38]
lists:member/2 26 0.00 3 [ 0.12]
ets:delete/1 5 0.00 3 [ 0.60]
erlang:cancel_timer/2 1 0.00 3 [ 3.00]
erlang:port_get_data/1 10 0.00 3 [ 0.30]
'Elixir.Plug.Conn':'valid_header_key?'/1 26 0.00 4 [ 0.15]
telemetry_handler_table:list_for_event/1 5 0.00 4 [ 0.80]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-0-'/1 1 0.00 4 [ 4.00]
'Elixir.Absinthe.Blueprint.Draft':'impl_for!'/1 13 0.00 4 [ 0.31]
lists:sublist_2/2 26 0.00 4 [ 0.15]
maps:fold/3 11 0.00 4 [ 0.36]
maps:fold_1/3 29 0.00 4 [ 0.14]
maps:iterator/1 11 0.00 4 [ 0.36]
'Elixir.Kernel':struct/3 13 0.00 4 [ 0.31]
'Elixir.Kernel':'-struct/2-fun-0-'/2 16 0.00 4 [ 0.25]
'Elixir.URI':unpercent/3 4 0.00 4 [ 1.00]
'Elixir.Base':enc64url_pair/1 10 0.00 4 [ 0.40]
telemetry:'-execute/3-fun-0-'/4 3 0.00 4 [ 1.33]
prim_inet:enc_time/1 8 0.00 4 [ 0.50]
prim_inet:ctl_cmd/3 8 0.00 4 [ 0.50]
'Elixir.Process':get/2 10 0.00 4 [ 0.40]
'Elixir.Ecto.Query.Planner':merge_cache/6 13 0.00 4 [ 0.31]
'Elixir.Macro':do_underscore/2 10 0.00 4 [ 0.40]
'Elixir.Enum':'-reduce/3-fun-0-'/4 14 0.00 4 [ 0.29]
'Elixir.Postgrex.Protocol':decode_tag/2 18 0.00 4 [ 0.22]
erlang:port_control/3 8 0.00 4 [ 0.50]
ets:lookup_element/3 7 0.00 4 [ 0.57]
erlang:split_binary/2 9 0.00 4 [ 0.44]
'Elixir.Plug.Conn':put_private/3 3 0.00 5 [ 1.67]
'Elixir.Keyword':'-split/2-fun-0-'/3 24 0.00 5 [ 0.21]
'Elixir.Absinthe.Resolution.Helpers':dataloader/1 4 0.00 5 [ 1.25]
'Elixir.Absinthe.Blueprint.Transform':prewalk/2 25 0.00 5 [ 0.20]
'Elixir.Postgrex.Messages':decode_string/1 9 0.00 5 [ 0.56]
'Elixir.Ecto.Query.Planner':'-traverse_exprs/4-fun-0-'/3 26 0.00 5 [ 0.19]
'Elixir.Enum':'member?'/2 26 0.00 5 [ 0.19]
ets:select/2 2 0.00 5 [ 2.50]
erlang:monotonic_time/0 9 0.00 5 [ 0.56]
'Elixir.Postgrex.Types':decode_rows/4 6 0.00 6 [ 1.00]
prim_inet:async_recv/3 8 0.00 6 [ 0.75]
absinthe_lexer:yystate/0 32 0.00 6 [ 0.19]
inet_db:lookup_socket/1 10 0.00 6 [ 0.60]
'Elixir.Absinthe.Schema':cached_lookup_type/2 18 0.00 6 [ 0.33]
'Elixir.AbsintheTest.Schema':'__do_absinthe_middleware__'/3 55 0.00 6 [ 0.11]
maps:keys/1 1 0.00 6 [ 6.00]
erlang:put/2 16 0.00 6 [ 0.38]
'Elixir.Keyword':put/3 2 0.00 7 [ 3.50]
'Elixir.Absinthe.Blueprint':prewalk/2 25 0.00 7 [ 0.28]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-handle_node/2-fun-1-'/3 2 0.00 7 [ 3.50]
'Elixir.Absinthe.Blueprint.Transform':prewalk/3 28 0.00 7 [ 0.25]
'Elixir.Postgrex.Messages':parse/3 10 0.00 7 [ 0.70]
'Elixir.Process':get/1 8 0.00 7 [ 0.88]
absinthe_lexer:yyaction/4 32 0.00 7 [ 0.22]
'Elixir.Postgrex.Protocol':msg_recv/3 13 0.00 7 [ 0.54]
'Elixir.Map':new/2 17 0.00 7 [ 0.41]
ets:new/2 5 0.00 7 [ 1.40]
digraph_utils:revpostorder/1 1 0.00 8 [ 8.00]
'Elixir.Postgrex.Protocol':msg_decode/1 13 0.00 8 [ 0.62]
gen_tcp:recv/3 8 0.00 8 [ 1.00]
erlang:list_to_atom/1 11 0.00 8 [ 0.73]
'Elixir.Kernel.Utils':destructure_list/2 12 0.00 9 [ 0.75]
erlang:send/2 5 0.00 9 [ 1.80]
maps:next/1 29 0.00 10 [ 0.34]
'Elixir.Absinthe.Type.BuiltIns.Introspection':'__absinthe_type__'/1 7 0.00 10 [ 1.43]
'Elixir.Absinthe.Pipeline':run_phase/3 46 0.00 11 [ 0.24]
'Elixir.Absinthe.Schema':'-types/1-fun-0-'/2 15 0.00 11 [ 0.73]
'Elixir.AbsintheTest.Schema':middleware/3 55 0.00 11 [ 0.20]
'Elixir.Map':new_transform/3 74 0.00 11 [ 0.15]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/3-fun-0-'/2 99 0.00 12 [ 0.12]
'Elixir.Enum':to_list/1 18 0.00 12 [ 0.67]
'Elixir.Access':get/3 33 0.00 13 [ 0.39]
'Elixir.Absinthe.Blueprint.Transform':pass/2 115 0.00 13 [ 0.11]
'Elixir.Enum':map/2 37 0.00 13 [ 0.35]
'Elixir.Absinthe.Schema':'__ensure_middleware__'/3 55 0.00 14 [ 0.25]
'Elixir.AbsintheTest.Schema':'-__absinthe_lookup__/1-fun-0-'/2 55 0.00 14 [ 0.25]
'Elixir.Keyword':get/3 41 0.00 15 [ 0.37]
'Elixir.AbsintheTest.Schema':'__absinthe_middleware__'/3 55 0.00 15 [ 0.27]
lists:do_flatten/2 92 0.00 17 [ 0.18]
binary:match/2 18 0.00 18 [ 1.00]
code:ensure_loaded/1 103 0.00 19 [ 0.18]
code:call/1 103 0.00 19 [ 0.18]
'Elixir.Absinthe.Blueprint.Transform':'-walk/4-fun-0-'/4 83 0.00 19 [ 0.23]
ets:update_element/3 5 0.00 19 [ 3.80]
'Elixir.Absinthe.Pipeline':phase_invocation/1 45 0.00 21 [ 0.47]
code_server:call/1 103 0.00 21 [ 0.20]
lists:keyfind/3 62 0.00 22 [ 0.35]
ets:lookup/2 15 0.00 22 [ 1.47]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/2-fun-0-'/3 91 0.00 23 [ 0.25]
absinthe_lexer:yystate/6 76 0.01 24 [ 0.32]
erlang:module_loaded/1 103 0.01 36 [ 0.35]
re:run/3 2 0.01 39 [ 19.50]
error_handler:undefined_function/3 103 0.01 40 [ 0.39]
'Elixir.Absinthe.Blueprint.Transform':walk_children/4 111 0.01 40 [ 0.36]
'Elixir.Enum':map_reduce/3 369 0.01 43 [ 0.12]
erlang:whereis/1 104 0.01 46 [ 0.44]
erlang:function_exported/3 108 0.01 50 [ 0.46]
error_handler:ensure_loaded/1 103 0.01 52 [ 0.50]
erts_internal:port_command/3 2 0.01 57 [ 28.50]
'Elixir.Enum':'-map_reduce/3-lists^mapfoldl/2-0-'/3 453 0.01 66 [ 0.15]
erlang:demonitor/2 105 0.02 79 [ 0.75]
'Elixir.Absinthe.Blueprint.Transform':walk/4 475 0.03 134 [ 0.28]
erlang:monitor/2 105 0.04 191 [ 1.82]
'Elixir.Jason.Encode':'-encode_map_function/1-fun-0-'/3 10002 0.21 983 [ 0.10]
'Elixir.Enum':find/2 10009 0.21 993 [ 0.10]
'Elixir.Enum':find/3 10009 0.21 993 [ 0.10]
erlang:iolist_to_binary/1 12 0.21 996 [ 83.00]
'Elixir.Absinthe.Phase.Document.Result':field_data/2 10001 0.21 1024 [ 0.10]
maps:to_list_internal/1 10021 0.22 1053 [ 0.11]
'Elixir.Jason.Encode':map_naive/3 10002 0.22 1071 [ 0.11]
'Elixir.Jason.Encode':encode_string/2 10000 0.23 1072 [ 0.11]
erlang:'++'/2 10026 0.25 1173 [ 0.12]
'Elixir.AbsintheTest.Schema':'__absinthe_lookup__'/1 10019 0.25 1180 [ 0.12]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_results/6 10001 0.25 1201 [ 0.12]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'__absinthe_type__'/1 10006 0.27 1291 [ 0.13]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'-__absinthe_type__/1-fun-5-'/1 10000 0.27 1293 [ 0.13]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_field/4 10001 0.27 1299 [ 0.13]
'Elixir.Absinthe.Type.BuiltIns':'__absinthe_type__'/1 10013 0.28 1352 [ 0.14]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':propagate_null_trimming/1 10002 0.29 1404 [ 0.14]
'Elixir.Map':get/3 10017 0.30 1442 [ 0.14]
'Elixir.Absinthe.Middleware.MapGet':call/2 10000 0.30 1445 [ 0.14]
maps:find/2 10001 0.32 1514 [ 0.15]
erts_internal:port_control/3 8 0.34 1640 [ 205.00]
'Elixir.Postgrex.DefaultTypes':decode_rows/4 10006 0.38 1809 [ 0.18]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-1-'/1 10000 0.38 1810 [ 0.18]
'Elixir.Jason.Encode':list_loop/3 10000 0.40 1894 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-to_result/4-fun-0-'/4 10000 0.40 1904 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-0-'/1 10001 0.40 1919 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_list_violation?'/1 10000 0.41 1953 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-propagate_null_trimming/1-fun-0-'/1 10000 0.41 1959 [ 0.20]
'Elixir.Jason.Encode':escape_json/3 20002 0.42 2004 [ 0.10]
'Elixir.Jason.Encode':map_naive_loop/3 10002 0.42 2004 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_result/4 10001 0.42 2016 [ 0.20]
'Elixir.Absinthe.Phase.Document.Result':list_data/3 10001 0.43 2046 [ 0.20]
'Elixir.Ecto.Type':'-load_fun/1-fun-13-'/1 20000 0.43 2069 [ 0.10]
'Elixir.NaiveDateTime':'from_erl!'/3 20000 0.44 2110 [ 0.11]
'Elixir.Absinthe.Type.Scalar':serialize/2 10000 0.44 2114 [ 0.21]
'Elixir.Ecto.Repo.Queryable':'-preprocessor/3-fun-0-'/5 10000 0.45 2129 [ 0.21]
'Elixir.NaiveDateTime':'from_erl!'/2 20000 0.45 2132 [ 0.11]
'Elixir.Jason.Encode':key/2 10002 0.45 2141 [ 0.21]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':add_errors/3 10001 0.45 2164 [ 0.22]
maps:to_list/1 10021 0.46 2169 [ 0.22]
'Elixir.Ecto.Repo.Queryable':'-postprocessor/4-fun-0-'/3 10000 0.46 2176 [ 0.22]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':maybe_add_non_null_error/3 10001 0.47 2225 [ 0.22]
'Elixir.Postgrex.Extensions.Timestamp':split/2 20000 0.47 2236 [ 0.11]
'Elixir.Absinthe.Phase.Document.Result':field_name/1 10001 0.47 2255 [ 0.23]
'Elixir.Ecto.Type':load_naive_datetime/1 20000 0.49 2352 [ 0.12]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_field/5 10001 0.50 2362 [ 0.24]
'Elixir.Jason.Encode':escape_json/4 20002 0.51 2443 [ 0.12]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_resolution_struct/5 10001 0.52 2480 [ 0.25]
'Elixir.Map':get/2 10000 0.52 2494 [ 0.25]
'Elixir.AbsintheTest.Schema':'__absinthe_type__'/1 10019 0.53 2520 [ 0.25]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_fields/6 20002 0.53 2527 [ 0.13]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_concrete_type/3 10001 0.54 2558 [ 0.26]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':update_persisted_fields/2 10001 0.55 2635 [ 0.26]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_violation?'/1 10001 0.55 2640 [ 0.26]
maps:get/2 20053 0.56 2658 [ 0.13]
'Elixir.Absinthe.Type':expand/2 10005 0.56 2667 [ 0.27]
'Elixir.Absinthe.Resolution.Projector':project/5 10001 0.57 2696 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':call_middleware/2 10001 0.60 2869 [ 0.29]
'Elixir.NaiveDateTime':new/8 20000 0.60 2869 [ 0.14]
'Elixir.Jason.Encode':'-escape_function/1-fun-0-'/3 20002 0.61 2921 [ 0.15]
'Elixir.Absinthe.Phase.Document.Result':field_data/3 20002 0.62 2940 [ 0.15]
lists:reverse/2 10026 0.63 2979 [ 0.30]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Timestamp'/6 20000 0.63 2988 [ 0.15]
'Elixir.Absinthe.Type.BuiltIns.Scalars':parse_with/2 10006 0.63 3023 [ 0.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-0-'/2 10001 0.66 3163 [ 0.32]
'Elixir.Enum':reduce/3 20050 0.67 3202 [ 0.16]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_propagate_null_trimming/1 20002 0.67 3212 [ 0.16]
'Elixir.Ecto.Repo.Queryable':preprocess/4 20000 0.68 3237 [ 0.16]
'Elixir.Enum':find_list/3 30013 0.68 3248 [ 0.11]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Raw'/6 20000 0.71 3379 [ 0.17]
erts_internal:map_next/3 10032 0.71 3385 [ 0.34]
'Elixir.NaiveDateTime':convert/2 20000 0.71 3389 [ 0.17]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-1-'/2 10001 0.71 3391 [ 0.34]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int8'/6 20000 0.72 3447 [ 0.17]
binary:copy/1 20000 0.74 3510 [ 0.18]
'Elixir.Map':'update!'/3 20020 0.75 3565 [ 0.18]
'Elixir.Ecto.Type':'primitive?'/1 20000 0.82 3916 [ 0.20]
'Elixir.Map':new/1 20010 0.86 4116 [ 0.21]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':reduce_resolution/1 20002 0.87 4139 [ 0.21]
'Elixir.Ecto.Type':load/3 20000 0.87 4140 [ 0.21]
'Elixir.NaiveDateTime':new/7 20000 0.88 4173 [ 0.21]
'Elixir.Ecto.Repo.Queryable':process/4 20000 0.89 4237 [ 0.21]
'Elixir.Map':take/2 10001 0.90 4291 [ 0.43]
'Elixir.Ecto.Adapters.Postgres':loaders/2 20000 0.91 4356 [ 0.22]
calendar:year_day_to_date/2 20000 0.93 4408 [ 0.22]
'Elixir.Ecto.Type':load_fun/1 20000 0.93 4433 [ 0.22]
'Elixir.Absinthe.Type':unwrap/1 30008 0.94 4476 [ 0.15]
lists:reverse/1 20050 0.95 4508 [ 0.22]
'Elixir.Calendar.ISO':days_in_month/2 20000 0.95 4509 [ 0.23]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_fields/4 10001 0.95 4548 [ 0.45]
'Elixir.Jason.Encode':value/3 20003 0.97 4599 [ 0.23]
'Elixir.Ecto.Type':process_loaders/3 40000 0.97 4625 [ 0.12]
'Elixir.NaiveDateTime':from_erl/3 20000 0.98 4664 [ 0.23]
calendar:day_to_year/1 20000 0.99 4703 [ 0.24]
'Elixir.Ecto.Type':truncate_usec/1 20000 1.01 4815 [ 0.24]
'Elixir.Enum':reverse/1 20021 1.02 4839 [ 0.24]
calendar:dty/5 20000 1.03 4918 [ 0.25]
calendar:gregorian_seconds_to_datetime/1 20000 1.03 4928 [ 0.25]
'Elixir.Ecto.Type':type/1 20000 1.05 4989 [ 0.25]
calendar:is_leap_year1/1 40000 1.05 5009 [ 0.13]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_result/5 20002 1.07 5103 [ 0.26]
'Elixir.Postgrex.Extensions.Timestamp':split/1 20000 1.08 5141 [ 0.26]
'Elixir.Calendar.ISO':'valid_date?'/3 20000 1.10 5252 [ 0.26]
calendar:seconds_to_time/1 20000 1.11 5283 [ 0.26]
calendar:gregorian_days_to_date/1 20000 1.11 5288 [ 0.26]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':find_bad_child/1 20002 1.13 5379 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':to_result/4 20001 1.16 5524 [ 0.28]
maps:from_list/1 30029 1.19 5692 [ 0.19]
'Elixir.Enum':'-reduce/3-lists^foldl/2-0-'/3 50114 1.21 5766 [ 0.12]
'Elixir.Postgrex.Extensions.Timestamp':microsecond_to_elixir/1 20000 1.21 5778 [ 0.29]
'Elixir.Absinthe.Phase.Document.Result':data/2 20002 1.22 5811 [ 0.29]
calendar:year_day_to_date2/2 20000 1.27 6071 [ 0.30]
'Elixir.Absinthe.Resolution.Projector':'-project/5-fun-0-'/2 30001 1.35 6438 [ 0.21]
'Elixir.Calendar.ISO':'valid_time?'/4 20000 1.43 6824 [ 0.34]
'Elixir.Enum':'-map/2-lists^map/1-0-'/2 40070 1.73 8230 [ 0.21]
calendar:is_leap_year/1 40000 1.77 8440 [ 0.21]
'Elixir.Map':take/3 80008 1.90 9028 [ 0.11]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_return_type/1 10001 1.95 9274 [ 0.93]
'Elixir.Ecto.Repo.Queryable':'struct_load!'/6 70000 2.21 10504 [ 0.15]
'Elixir.Ecto.Type':'of_base_type?'/2 60000 2.62 12492 [ 0.21]
calendar:dy/1 60000 3.07 14609 [ 0.24]
'Elixir.Ecto.Type':adapter_load/3 60000 3.33 15850 [ 0.26]
'Elixir.Jason.Encode':escape_json_chunk/5 144454 3.38 16109 [ 0.11]
maps:merge/2 20015 3.53 16793 [ 0.84]
--------------------------------------------------------------------------------------------- ------- ------- ------ [----------]
Total: 2391608 100.00% 476365 [ 0.20]
.
Finished in 5.2 seconds
1 test, 0 failures
Randomized with seed 276094
query {
books {
title
description
}
}
FUNCTION CALLS % TIME [uS / CALLS]
-------- ----- ------- ---- [----------]
'Elixir.Plug.Session':call/2 1 0.00 0 [ 0.00]
'Elixir.Application':get_env/2 1 0.00 0 [ 0.00]
'Elixir.Application':get_env/3 2 0.00 0 [ 0.00]
'Elixir.DBConnection':checkin/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':checkout/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection':describe/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':encode/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':entry_result/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':handle_common_result/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':log_result/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':meter/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection':parse/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection':parsed_prepare_execute/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':prepare/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':prepare_execute/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run/6 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run_execute/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run_prepare/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':run_prepare_execute/5 1 0.00 0 [ 0.00]
'Elixir.DBConnection':'-run/6-after$^0/0-0-'/1 1 0.00 0 [ 0.00]
erl_scan:location/1 1 0.00 0 [ 0.00]
application:get_env/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':all/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':boolean/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':combinations/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_alias/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_name/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':cte/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':distinct/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':from/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':get_source/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':group_by/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':having/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/4 6 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':join/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':limit/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':lock/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':offset/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':order_by/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':prepare_execute/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':select/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':select_fields/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':where/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':window/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':fetch_query_params/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':get_req_header/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':merge_headers/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':register_before_send/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':send_resp/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':send_resp/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-run_before_send/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-get_req_header/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Telemetry':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Telemetry':'-call/2-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':add_pipeline/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':calculate_document_providers/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_operation_name/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_variables/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':'ensure_document_providers!'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_operation_name/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_raw_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_variables/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':log/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':normalize_raw_document/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':parse/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':provide_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':after_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':before_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-4-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-3-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':apply_before_send/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':default_document_providers/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':default_pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document_provider/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_documents/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_processable/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':get_schema/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':init/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':run_query/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':run_request/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':update_config/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_documents/2-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_document_provider/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Config':cache/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':all/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':attach_prefix/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':execute/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':before/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':for_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':insert_after/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':'match_phase?'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':options/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':run_phase/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':upto/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':'-before/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-3-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':run/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':'call (overridable 2)'/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':init/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':plug_builder_call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':config/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':config/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':script_name/0 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':convert/2 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':selections/1 3 0.00 0 [ 0.00]
'Elixir.Keyword':fetch/2 1 0.00 0 [ 0.00]
'Elixir.Keyword':'fetch!'/2 1 0.00 0 [ 0.00]
'Elixir.Keyword':put/3 2 0.00 0 [ 0.00]
'Elixir.Keyword':put_new/3 2 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':make_empty_if_unfetched/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':merge_params/3 1 0.00 0 [ 0.00]
lists:unzip/1 1 0.00 0 [ 0.00]
lists:flatten/1 3 0.00 0 [ 0.00]
lists:keydelete/3 1 0.00 0 [ 0.00]
lists:keydelete3/3 1 0.00 0 [ 0.00]
lists:keystore/4 3 0.00 0 [ 0.00]
lists:foldl/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':handle_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Utils':'validate_utf8!'/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_params/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_params/3 1 0.00 0 [ 0.00]
'Elixir.Access':at/1 1 0.00 0 [ 0.00]
'Elixir.Access':at/4 1 0.00 0 [ 0.00]
'Elixir.Access':fetch/2 1 0.00 0 [ 0.00]
'Elixir.Access':'-at/1-fun-0-'/4 1 0.00 0 [ 0.00]
digraph_utils:topsort/1 1 0.00 0 [ 0.00]
digraph_utils:forest/3 1 0.00 0 [ 0.00]
digraph_utils:forest/4 1 0.00 0 [ 0.00]
digraph_utils:revpostorder/1 1 0.00 0 [ 0.00]
digraph_utils:posttraverse/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Logger':log_run/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':abs_timeout/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':cancel_deadline/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkin/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout_call/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout_result/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':done/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':handle_or_cleanup/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':start_deadline/5 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Loader':data/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':all/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':all/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':prepare_query/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_current/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':handle_node/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution':put_result/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Document.SourceLocation':at/1 3 0.00 0 [ 0.00]
'Elixir.System':system_time/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable.Atom':to_query/1 1 0.00 0 [ 0.00]
'Elixir.Kernel':get_and_update_in/3 2 0.00 0 [ 0.00]
'Elixir.Kernel':get_in/2 1 0.00 0 [ 0.00]
'Elixir.Kernel':put_in/3 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-put_in/3-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-get_in/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-get_and_update_in/3-fun-1-'/3 1 0.00 0 [ 0.00]
'Elixir.URI':decode/1 1 0.00 0 [ 0.00]
'Elixir.URI':nillify_query/1 1 0.00 0 [ 0.00]
'Elixir.URI':split_authority/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.LogEntry':parse_times/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.LogEntry':'-parse_times/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':decode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':describe/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':encode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':parse/2 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Router.Route':init/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Parse':parse/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Parse':tokenize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':get_provided_values/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':run/2 1 0.00 0 [ 0.00]
'Elixir.Base':url_encode64/1 1 0.00 0 [ 0.00]
'Elixir.Base':url_encode64/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Type':'wrapped?'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint':'-update_current/2-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert_definition/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert_definition/3-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.Document':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':from_set_to_sent/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.List':'-convert/2-fun-0-'/2 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':handle_node/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-3-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.SelectionSet':'__struct__'/0 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':build_request/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_body_and_params/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_context/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_root_value/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':log/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':parse/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':uploaded_files/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':'-uploaded_files/1-fun-0-'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':'-log/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':add_uses/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':handle_use/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':'-add_uses/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Directives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':'-check/1-after$^2/0-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':handle_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operation/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operations/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':'-update_operations/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':fill_missing_nodes/6 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':find_missing_schema_nodes/2 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':run/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Types':encode_params/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':after_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':before_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-handle_node/2-fun-1-'/3 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':coerce_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':run/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'__pipe_through0__'/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':prepare/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'-__match_route__/3-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'-__match_route__/3-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Schema.Loader':load_struct/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':do_normalize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':normalize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':pipeline/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-process/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-normalize/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':handle_node/3 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':set_children/3 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':update_context/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':handle_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':run/2 1 0.00 0 [ 0.00]
inet_tcp:send/2 2 0.00 0 [ 0.00]
'Elixir.Enumerable.Map':reduce/3 2 0.00 0 [ 0.00]
'Elixir.Jason':format_encode_opts/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':do_process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':handle_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_execute/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_prepare/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':maybe_savepoint/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':proxy/3 2 0.00 0 [ 0.00]
'Elixir.String.Chars.Atom':to_string/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':execute/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'execute!'/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':get_conn_or_pool/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':key/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':log/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':put_source/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':sql_call/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':with_log/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'-with_log/3-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':decode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':describe/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':encode/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':parse/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Query':decode/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Query':decode/2 2 0.00 0 [ 0.00]
'Elixir.String':downcase/1 1 0.00 0 [ 0.00]
'Elixir.String':downcase/2 1 0.00 0 [ 0.00]
'Elixir.String':upcase/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Subscription.SubscribeSelf':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable':'impl_for!'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable':to_query/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable':impl_for/1 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':generate_request_id/0 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':get_request_id/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':set_request_id/2 1 0.00 0 [ 0.00]
prim_inet:send/3 2 0.00 0 [ 0.00]
prim_inet:send_recv_reply/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':handle_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.Field':'__struct__'/0 3 0.00 0 [ 0.00]
'Elixir.MapSet':new/0 2 0.00 0 [ 0.00]
'Elixir.MapSet':size/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':format_result/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':list_data/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.List':keyfind/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':handle_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':coerce_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Static':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Status':code/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':handle_node/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':process/3 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':run/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Messages':'-parse/3-lc$^0/1-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Process':put/2 1 0.00 0 [ 0.00]
'Elixir.Process':whereis/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'assert_no_update!'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'assert_valid_combinations!'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':build_meta/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_insert/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_update/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cast_and_merge_params/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_assocs/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_fields/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':expr_to_cache/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':finalize_cache/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'get_source!'/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':merge_assocs/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':merge_cache/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize_query/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize_select/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_assocs/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_assocs/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_cache/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_combinations/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_ctes/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_from/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_joins/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_joins/8 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_source/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_sources/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prepend_if/3 3 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prewalk/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prewalk_source/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_lookup/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_prepare/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_with_cache/7 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_without_cache/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':remove_literals/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':select_dump/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':source_cache/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'source_take!'/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'take!'/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':traverse_cache/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':traverse_exprs/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-2-'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-query_with_cache/7-fun-2-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-prewalk/6-fun-0-'/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Dataloader':add_source/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader':new/0 1 0.00 0 [ 0.00]
'Elixir.Dataloader':new/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':run/1 1 0.00 0 [ 0.00]
absinthe_lexer:string/1 1 0.00 0 [ 0.00]
absinthe_lexer:string/2 1 0.00 0 [ 0.00]
absinthe_lexer:yyrev/1 1 0.00 0 [ 0.00]
'Elixir.Logger':into_metadata/2 1 0.00 0 [ 0.00]
'Elixir.Logger':metadata/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':after_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':before_resolution/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Macro':underscore/1 3 0.00 0 [ 0.00]
erl_anno:end_location/1 1 0.00 0 [ 0.00]
erl_anno:location/1 1 0.00 0 [ 0.00]
erl_anno:text/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Ecto':new/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plugin':defaults/0 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plugin':pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':'-run/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.SelectedCurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':convert/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':body_or_params/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':do_send/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_http_protocol/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_peer_data/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':maybe_flush/0 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':send_resp/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':split_path/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':stringify_kv/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-stringify_params/1-fun-2-'/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-split_path/1-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.OperationDefinition':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.CurrentOperation':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.CurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Enum':'all?'/2 1 0.00 0 [ 0.00]
'Elixir.Enum':all_list/2 2 0.00 0 [ 0.00]
'Elixir.Enum':at/2 1 0.00 0 [ 0.00]
'Elixir.Enum':at/3 1 0.00 0 [ 0.00]
'Elixir.Enum':dedup/1 1 0.00 0 [ 0.00]
'Elixir.Enum':dedup_by/2 1 0.00 0 [ 0.00]
'Elixir.Enum':filter_list/2 3 0.00 0 [ 0.00]
'Elixir.Enum':group_by/3 1 0.00 0 [ 0.00]
'Elixir.Enum':into/2 1 0.00 0 [ 0.00]
'Elixir.Enum':reduce_while/3 2 0.00 0 [ 0.00]
'Elixir.Enum':reject/2 1 0.00 0 [ 0.00]
'Elixir.Enum':reverse/2 1 0.00 0 [ 0.00]
'Elixir.Enum':slice_any/3 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_merge/3 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_merge/4 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_terminator/2 2 0.00 0 [ 0.00]
'Elixir.Enum':split/2 1 0.00 0 [ 0.00]
'Elixir.Enum':split_list/3 2 0.00 0 [ 0.00]
'Elixir.Enum':take_while/2 1 0.00 0 [ 0.00]
'Elixir.Enum':'-sort/2-fun-0-'/3 3 0.00 0 [ 0.00]
'Elixir.Enum':'-group_by/3-lists^foldl/2-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-anonymous-1-'/4 2 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-fun-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-dedup_by/2-lists^foldl/2-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':bind_execute/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':cached_query/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':close_parse_describe_flush/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':columns/1 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':decode_tags/1 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe/6 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe_params/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe_result/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':done/5 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':done/6 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':handle_execute/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':handle_execute_result/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':msg_recv/4 3 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':query_put/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_bind/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_close/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_describe/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_describe/4 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_execute/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_execute/5 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_parse/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_parse_describe/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_transaction/4 4 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':redescribe/5 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':rows_msg/3 1 0.00 0 [ 0.00]
'Elixir.String.Chars.Postgrex.Query':to_string/1 1 0.00 0 [ 0.00]
'Elixir.Regex':run/2 2 0.00 0 [ 0.00]
'Elixir.Regex':run/3 2 0.00 0 [ 0.00]
digraph:new/1 1 0.00 0 [ 0.00]
digraph:check_type/3 2 0.00 0 [ 0.00]
digraph:set_type/2 2 0.00 0 [ 0.00]
digraph:delete/1 1 0.00 0 [ 0.00]
digraph:vertices/1 2 0.00 0 [ 0.00]
erlang:port_command/3 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-handle_node/2-fun-3-'/5 3 0.00 0 [ 0.00]
'Elixir.Plug.MethodOverride':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.MethodOverride':override_method/2 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':encode/2 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':encode_map_function/1 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':escape_function/1 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':list/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source':'pending_batches?'/1 2 0.00 0 [ 0.00]
'Elixir.Dataloader.Source':impl_for/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Blueprint':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Head':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':pipeline/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':process/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Analysis':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Assoc':query/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres':prepare/2 1 0.00 0 [ 0.00]
'Elixir.String.Chars':impl_for/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':handle_node/1 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Router':'__call__'/2 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_endpoint_start/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_endpoint_stop/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_router_dispatch_start/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-2-'/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-1-'/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-0-'/4 1 0.00 0 [ 0.00]
absinthe_parser:extract_atom/1 1 0.00 0 [ 0.00]
absinthe_parser:parse/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars0/5 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars1/5 1 0.00 0 [ 0.00]
absinthe_parser:yecc_end/1 1 0.00 0 [ 0.00]
absinthe_parser:yecctoken_end_location/1 1 0.00 0 [ 0.00]
absinthe_parser:yecctoken_location/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_0/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_7/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_8/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_14/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_16/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_17/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_21/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_25/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_31/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_32/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_33/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_34/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_35/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_38/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_49/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_125/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_133/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_134/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_256/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definitions\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Document\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Field\''/7 3 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Name\''/7 3 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'NameWithoutOn\''/7 3 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationDefinition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationType\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Selection\''/7 3 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'SelectionSet\''/7 2 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Selections\''/7 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Schema':types/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'__absinthe_types__'/0 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':context/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':loader/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'-loader/1-fun-0-'/2 1 0.00 0 [ 0.00]
gen_tcp:send/2 2 0.00 0 [ 0.00]
'Elixir.Map':from_struct/1 2 0.00 0 [ 0.00]
maps:remove/2 2 0.00 0 [ 0.00]
maps:is_key/2 2 0.00 0 [ 0.00]
erlang:binary_to_integer/1 1 0.00 0 [ 0.00]
erlang:system_time/1 1 0.00 0 [ 0.00]
erlang:monotonic_time/1 3 0.00 0 [ 0.00]
erlang:unique_integer/1 1 0.00 0 [ 0.00]
erlang:unique_integer/0 1 0.00 0 [ 0.00]
erlang:list_to_tuple/1 2 0.00 0 [ 0.00]
erlang:binary_to_list/1 1 0.00 0 [ 0.00]
'Elixir.Application':fetch_env/2 2 0.00 1 [ 0.50]
'Elixir.Application':'fetch_env!'/2 2 0.00 1 [ 0.50]
'Elixir.DBConnection':decode/4 1 0.00 1 [ 1.00]
'Elixir.DBConnection':'-parsed_prepare_execute/5-fun-0-'/5 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':expr/3 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_qualified_name/3 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':'-select_fields/3-fun-0-'/3 6 0.00 1 [ 0.17]
'Elixir.Plug.Conn':fetch_query_params/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':put_resp_content_type/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':put_resp_header/3 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':run_before_send/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':'validate_header_key_if_test!'/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':'validate_header_value!'/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Registry':lookup/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Plug.Request.Query':to_pipeline_opts/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':do_batching/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.String.Casing':downcase/3 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Plug':encode/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':execute/2 1 0.00 1 [ 1.00]
'Elixir.Enumerable':reduce/3 4 0.00 1 [ 0.25]
'Elixir.Enumerable':impl_for/1 4 0.00 1 [ 0.25]
'Elixir.Ecto.Repo.Queryable':postprocessor/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Queryable':preprocessor/3 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':handle_node/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':source_location/1 3 0.00 1 [ 0.33]
'Elixir.Keyword':'has_key?'/2 8 0.00 1 [ 0.13]
'Elixir.Keyword':'keyword?'/1 12 0.00 1 [ 0.08]
'Elixir.Keyword':merge/2 4 0.00 1 [ 0.25]
'Elixir.Keyword':split/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':take/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':'-take/2-lists^filter/1-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Keyword':'-take/2-fun-0-'/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':'-merge/2-fun-0-'/3 8 0.00 1 [ 0.13]
lists:sublist/2 8 0.00 1 [ 0.13]
lists:unzip/3 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Postgrex.DefaultTypes':decode_rows/3 6 0.00 1 [ 0.17]
'Elixir.Access':get_and_update/3 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Adapter.LanguageConventions':to_internal_name/2 3 0.00 1 [ 0.33]
'Elixir.Ecto.Repo.Preloader':query/6 1 0.00 1 [ 1.00]
'Elixir.DBConnection.Holder':handle/4 2 0.00 1 [ 0.50]
'Elixir.DBConnection.Holder':holder_apply/4 2 0.00 1 [ 0.50]
'Elixir.Dataloader.Source.Dataloader.Ecto':'pending_batches?'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':perform_resolution/3 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run_callbacks/4 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Blueprint.Execution':get/2 1 0.00 1 [ 1.00]
'Elixir.System':monotonic_time/1 3 0.00 1 [ 0.33]
'Elixir.Kernel':struct/2 8 0.00 1 [ 0.13]
'Elixir.Resolvers.Book':index/3 1 0.00 1 [ 1.00]
'Elixir.URI':nillify/1 6 0.00 1 [ 0.17]
'Elixir.URI':parse/1 1 0.00 1 [ 1.00]
'Elixir.DBConnection.LogEntry':parse_time/2 4 0.00 1 [ 0.25]
'Elixir.DBConnection.Query.Postgrex.Query':decode_map/2 1 0.00 1 [ 1.00]
'Elixir.Postgrex':prepare_execute/5 1 0.00 1 [ 1.00]
'Elixir.Phoenix.Router.Route':call/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Parse':run/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Base':do_encode64url/2 1 0.00 1 [ 1.00]
'Elixir.Base':maybe_pad/4 1 0.00 1 [ 1.00]
'Elixir.Base':'-do_encode64url/2-lbc$^0/2-0-'/2 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Blueprint':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint':prewalk/3 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Blueprint':update_current/2 2 0.00 1 [ 0.50]
'Elixir.Phoenix.ConnTest':dispatch/5 1 0.00 1 [ 1.00]
'Elixir.Phoenix.ConnTest':dispatch_endpoint/5 1 0.00 1 [ 1.00]
'Elixir.Phoenix.ConnTest':ensure_recycled/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Directives':handle_node/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Directives':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.MissingLiterals':populate_node/3 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.MissingLiterals':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Postgrex.Types':fetch/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':handle_node/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.AbsintheTestWeb.Router':'__match_route__'/3 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Router':'-prepare/1-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':'-run/2-fun-0-'/3 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Arguments.Data':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.Enumerable.Map':reduce_list/3 4 0.00 1 [ 0.25]
'Elixir.Jason':do_encode/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Blueprint.Transform':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint.Transform':postwalk/3 4 0.00 1 [ 0.25]
'Elixir.Ecto.Adapters.SQL':log_measurements/3 4 0.00 1 [ 0.25]
'Elixir.AbsintheTest.Book':'__schema__'/1 5 0.00 1 [ 0.20]
'Elixir.DBConnection.Query':impl_for/1 4 0.00 1 [ 0.25]
'Elixir.String':upcase/1 2 0.00 1 [ 0.50]
prim_inet:recv/3 8 0.00 1 [ 0.13]
prim_inet:recv0/3 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.List':flatten/1 3 0.00 1 [ 0.33]
'Elixir.List':wrap/1 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':handle_node/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Postgrex.Messages':decode_row_field/1 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Messages':decode_row_fields/2 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Messages':encode_msg/1 8 0.00 1 [ 0.13]
'Elixir.Postgrex.Messages':format/1 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Messages':'-encode/1-fun-3-'/2 6 0.00 1 [ 0.17]
'Elixir.Kernel.Utils':destructure/2 2 0.00 1 [ 0.50]
'Elixir.Kernel.Utils':destructure_nil/1 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Resolution.Projector':collect/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':rectify_order/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':response_key/1 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-0-'/1 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':ensure_select/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':normalize/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':prewalk/6 4 0.00 1 [ 0.25]
'Elixir.Ecto.Query.Planner':query/5 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':select_field/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-select_dump/3-fun-0-'/4 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Dataloader':'pending_batches?'/1 2 0.00 1 [ 0.50]
'Elixir.Dataloader':'-pending_batches?/1-fun-0-'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Plugin':'-pipeline/2-fun-0-'/3 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':source_location/1 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':conn/4 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':get_from_adapter/3 2 0.00 1 [ 0.50]
'Elixir.Enum':'any?'/2 2 0.00 1 [ 0.50]
'Elixir.Enum':each/2 2 0.00 1 [ 0.50]
'Elixir.Enum':reject_list/2 7 0.00 1 [ 0.14]
'Elixir.Enum':sort_reducer/3 3 0.00 1 [ 0.33]
'Elixir.Enum':take_while_list/2 4 0.00 1 [ 0.25]
'Elixir.Enum':unzip/1 2 0.00 1 [ 0.50]
'Elixir.Enum':'-unzip/1-lists^foldl/2-0-'/3 8 0.00 1 [ 0.13]
'Elixir.Enum':'-unzip/1-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Enum':'-sort/2-anonymous-1-'/4 3 0.00 1 [ 0.33]
'Elixir.Enum':'-each/2-lists^foreach/1-0-'/2 3 0.00 1 [ 0.33]
'Elixir.Enum':'-any?/2-fun-0-'/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':do_send/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':done/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':fetch_type_info/2 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':fetch_type_info/4 8 0.00 1 [ 0.13]
'Elixir.Postgrex.Protocol':handle_prepare/3 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':mode/1 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':msg_send/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':notify/1 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':parse_describe_msgs/2 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':recv_transaction/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':'-msg_send/3-fun-0-'/2 8 0.00 1 [ 0.13]
'Elixir.Postgrex.Protocol':'-columns/1-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Regex':safe_run/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':handle_node/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Dataloader.Source':'impl_for!'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':handle_node/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':'-run/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Enumerable.List':reduce/3 4 0.00 1 [ 0.25]
'Elixir.Enumerable.List':slice/3 5 0.00 1 [ 0.20]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.Postgres':execute/5 1 0.00 1 [ 1.00]
'Elixir.String.Chars':to_string/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.MissingVariables':'-run/2-fun-0-'/1 5 0.00 1 [ 0.20]
application_controller:get_env/2 4 0.00 1 [ 0.25]
'Elixir.GenServer':whereis/1 3 0.00 1 [ 0.33]
absinthe_parser:extract_binary/1 3 0.00 1 [ 0.33]
absinthe_parser:yeccpars1/7 8 0.00 1 [ 0.13]
absinthe_parser:yeccpars2/7 9 0.00 1 [ 0.11]
'Elixir.AbsintheTest.Schema':plugins/0 2 0.00 1 [ 0.50]
'Elixir.Map':get_and_update/3 6 0.00 1 [ 0.17]
'Elixir.Map':'get_and_update!'/3 3 0.00 1 [ 0.33]
maps:values/1 6 0.00 1 [ 0.17]
erlang:integer_to_binary/1 2 0.00 1 [ 0.50]
erlang:list_to_bitstring/1 3 0.00 1 [ 0.33]
lists:keymember/3 10 0.00 1 [ 0.10]
re:version/0 2 0.00 1 [ 0.50]
erlang:system_info/1 2 0.00 1 [ 0.50]
erlang:start_timer/4 1 0.00 1 [ 1.00]
erlang:setelement/3 3 0.00 1 [ 0.33]
erlang:make_ref/0 3 0.00 1 [ 0.33]
erlang:list_to_binary/1 3 0.00 1 [ 0.33]
erlang:phash2/2 1 0.00 1 [ 1.00]
'Elixir.DBConnection':event/2 4 0.00 2 [ 0.50]
application:get_env/2 4 0.00 2 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_name/1 12 0.00 2 [ 0.17]
'Elixir.Plug.Conn':put_resp_content_type/3 1 0.00 2 [ 2.00]
'Elixir.Plug.Conn':resp/3 1 0.00 2 [ 2.00]
'Elixir.String.Casing':upcase/3 5 0.00 2 [ 0.40]
'Elixir.Logger.Config':compare_levels/2 5 0.00 2 [ 0.40]
'Elixir.Logger.Config':level_to_number/1 10 0.00 2 [ 0.20]
'Elixir.Logger.Config':log_data/1 5 0.00 2 [ 0.40]
'Elixir.Logger.Config':read_data/2 5 0.00 2 [ 0.40]
'Elixir.Enumerable':'impl_for!'/1 4 0.00 2 [ 0.50]
'Elixir.Keyword':delete_key/2 12 0.00 2 [ 0.17]
'Elixir.Keyword':get/2 6 0.00 2 [ 0.33]
'Elixir.Keyword':'-merge/2-lists^filter/1-0-'/2 9 0.00 2 [ 0.22]
lists:keystore2/4 6 0.00 2 [ 0.33]
lists:foreach/2 8 0.00 2 [ 0.25]
'Elixir.System':normalize_time_unit/1 4 0.00 2 [ 0.50]
'Elixir.Kernel':'validate_struct!'/3 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Blueprint':'-current_operation/1-fun-0-'/1 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Blueprint.Draft.List':convert/2 12 0.00 2 [ 0.17]
'Elixir.Absinthe.Phase.Schema':find_schema_field/4 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Schema':set_schema_node/4 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Phase.Schema':'-find_schema_field/4-fun-0-'/2 7 0.00 2 [ 0.29]
inet_tcp:recv/3 8 0.00 2 [ 0.25]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/2-fun-0-'/3 20 0.00 2 [ 0.10]
'Elixir.Ecto.Adapters.SQL':log_result/1 1 0.00 2 [ 2.00]
'Elixir.DBConnection.Query':'impl_for!'/1 4 0.00 2 [ 0.50]
'Elixir.String':'contains?'/2 7 0.00 2 [ 0.29]
'Elixir.List':keystore/4 3 0.00 2 [ 0.67]
'Elixir.Postgrex.Messages':encode/1 8 0.00 2 [ 0.25]
'Elixir.Absinthe.Resolution.Projector':do_collect/6 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Resolution.Projector':update_schema_node/2 3 0.00 2 [ 0.67]
absinthe_lexer:yypre/2 8 0.00 2 [ 0.25]
'Elixir.Logger':'__should_log__'/1 5 0.00 2 [ 0.40]
'Elixir.Plug.Adapters.Test.Conn':stringify_params/1 3 0.00 2 [ 0.67]
'Elixir.Enum':filter/2 4 0.00 2 [ 0.50]
'Elixir.Enum':sort/2 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':decode_tag/1 3 0.00 2 [ 0.67]
'Elixir.Postgrex.Protocol':maybe_encode_msg/1 8 0.00 2 [ 0.25]
'Elixir.Regex':version/0 2 0.00 2 [ 1.00]
erlang:min/2 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':possible_types/2 7 0.00 2 [ 0.29]
'Elixir.String.Chars':'impl_for!'/1 2 0.00 2 [ 1.00]
absinthe_parser:extract_line/1 9 0.00 2 [ 0.22]
'Elixir.Absinthe.Schema':lookup_type/3 20 0.00 2 [ 0.10]
'Elixir.Map':update/4 3 0.00 2 [ 0.67]
persistent_term:get/2 5 0.00 2 [ 0.40]
ets:give_away/3 1 0.00 2 [ 2.00]
erlang:atom_to_binary/2 8 0.00 2 [ 0.25]
erlang:iolist_size/1 8 0.00 2 [ 0.25]
ets:insert_new/2 1 0.00 2 [ 2.00]
ets:insert/2 2 0.00 2 [ 1.00]
erlang:'--'/2 2 0.00 2 [ 1.00]
erlang:atom_to_list/1 7 0.00 2 [ 0.29]
'Elixir.Plug.Session':fetch_session/1 1 0.00 3 [ 3.00]
'Elixir.Logger.Config':'read_data!'/1 5 0.00 3 [ 0.60]
telemetry_handler_table:list_for_event/1 5 0.00 3 [ 0.60]
'Elixir.Keyword':'-split/2-lists^foldl/2-0-'/3 26 0.00 3 [ 0.12]
'Elixir.Absinthe.Books.QueryTest':'-test books profiling with 10000/1-fun-0-'/1 1 0.00 3 [ 3.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-run_callbacks/4-fun-0-'/3 6 0.00 3 [ 0.50]
'Elixir.Absinthe.Blueprint':current_operation/1 5 0.00 3 [ 0.60]
'Elixir.Absinthe.Phase.Schema':'-set_children/3-fun-0-'/4 9 0.00 3 [ 0.33]
telemetry:execute/3 5 0.00 3 [ 0.60]
'Elixir.Ecto.Query.Planner':validate_and_increment/6 13 0.00 3 [ 0.23]
'Elixir.Ecto.Query.Planner':'-traverse_cache/4-fun-0-'/6 13 0.00 3 [ 0.23]
'Elixir.Ecto.Query.Planner':'-normalize_query/4-fun-0-'/6 13 0.00 3 [ 0.23]
'Elixir.Logger':into_metadata/3 2 0.00 3 [ 1.50]
'Elixir.Postgrex.Protocol':rows_recv/4 6 0.00 3 [ 0.50]
absinthe_parser:build_ast_node/3 9 0.00 3 [ 0.33]
'Elixir.Absinthe.Schema':lookup_type/2 20 0.00 3 [ 0.15]
binary:split/3 1 0.00 3 [ 3.00]
erlang:binary_to_atom/2 3 0.00 3 [ 1.00]
lists:member/2 26 0.00 3 [ 0.12]
ets:delete/1 5 0.00 3 [ 0.60]
erlang:cancel_timer/2 1 0.00 3 [ 3.00]
erlang:port_get_data/1 10 0.00 3 [ 0.30]
erlang:split_binary/2 9 0.00 3 [ 0.33]
'Elixir.Plug.Conn':put_private/3 3 0.00 4 [ 1.33]
'Elixir.Plug.Conn':'valid_header_key?'/1 26 0.00 4 [ 0.15]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-0-'/1 1 0.00 4 [ 4.00]
'Elixir.Absinthe.Blueprint.Draft':convert/2 17 0.00 4 [ 0.24]
'Elixir.Absinthe.Blueprint.Draft':impl_for/1 17 0.00 4 [ 0.24]
maps:fold/3 12 0.00 4 [ 0.33]
maps:fold_1/3 33 0.00 4 [ 0.12]
maps:iterator/1 12 0.00 4 [ 0.33]
'Elixir.Kernel':struct/3 15 0.00 4 [ 0.27]
'Elixir.Kernel':'-struct/2-fun-0-'/2 18 0.00 4 [ 0.22]
'Elixir.URI':unpercent/3 4 0.00 4 [ 1.00]
'Elixir.Base':enc64url_pair/1 10 0.00 4 [ 0.40]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/3-fun-0-'/2 20 0.00 4 [ 0.20]
telemetry:'-execute/3-fun-0-'/4 3 0.00 4 [ 1.33]
prim_inet:enc_time/1 8 0.00 4 [ 0.50]
prim_inet:ctl_cmd/3 8 0.00 4 [ 0.50]
'Elixir.Postgrex.Messages':decode_string/1 9 0.00 4 [ 0.44]
'Elixir.Process':get/2 10 0.00 4 [ 0.40]
'Elixir.Ecto.Query.Planner':merge_cache/6 13 0.00 4 [ 0.31]
absinthe_lexer:string/4 41 0.00 4 [ 0.10]
absinthe_lexer:string_cont/4 40 0.00 4 [ 0.10]
'Elixir.Macro':to_lower_char/1 21 0.00 4 [ 0.19]
'Elixir.Enum':'-reduce/3-fun-0-'/4 16 0.00 4 [ 0.25]
'Elixir.Postgrex.Protocol':decode_tag/2 18 0.00 4 [ 0.22]
'Elixir.Postgrex.Protocol':rows_recv/5 5 0.00 4 [ 0.80]
erlang:port_control/3 8 0.00 4 [ 0.50]
ets:select/2 2 0.00 4 [ 2.00]
ets:lookup_element/3 7 0.00 4 [ 0.57]
erlang:monotonic_time/0 9 0.00 4 [ 0.44]
'Elixir.Keyword':'-split/2-fun-0-'/3 24 0.00 5 [ 0.21]
'Elixir.Absinthe.Blueprint.Draft':'impl_for!'/1 17 0.00 5 [ 0.29]
'Elixir.Postgrex.Types':decode_rows/4 6 0.00 5 [ 0.83]
prim_inet:async_recv/3 8 0.00 5 [ 0.63]
'Elixir.Ecto.Query.Planner':'-traverse_exprs/4-fun-0-'/3 26 0.00 5 [ 0.19]
'Elixir.Enum':'member?'/2 26 0.00 5 [ 0.19]
'Elixir.Absinthe.Resolution.Helpers':dataloader/1 5 0.00 6 [ 1.20]
'Elixir.Absinthe.Blueprint':prewalk/2 26 0.00 6 [ 0.23]
'Elixir.Absinthe.Blueprint.Transform':prewalk/2 26 0.00 6 [ 0.23]
'Elixir.Postgrex.Messages':parse/3 10 0.00 6 [ 0.60]
inet_db:lookup_socket/1 10 0.00 6 [ 0.60]
'Elixir.Macro':do_underscore/2 21 0.00 6 [ 0.29]
'Elixir.Postgrex.Protocol':msg_recv/3 13 0.00 6 [ 0.46]
'Elixir.Absinthe.Schema':cached_lookup_type/2 19 0.00 6 [ 0.32]
maps:keys/1 1 0.00 6 [ 6.00]
ets:new/2 5 0.00 6 [ 1.20]
erlang:put/2 16 0.00 6 [ 0.38]
'Elixir.Absinthe.Blueprint.Transform':prewalk/3 29 0.00 7 [ 0.24]
absinthe_lexer:yystate/0 40 0.00 7 [ 0.17]
'Elixir.Postgrex.Protocol':msg_decode/1 13 0.00 7 [ 0.54]
'Elixir.Process':get/1 8 0.00 8 [ 1.00]
absinthe_lexer:yyaction/4 40 0.00 8 [ 0.20]
'Elixir.AbsintheTest.Schema':'__do_absinthe_middleware__'/3 59 0.00 8 [ 0.14]
gen_tcp:recv/3 8 0.00 8 [ 1.00]
'Elixir.Map':new/2 18 0.00 8 [ 0.44]
'Elixir.DBConnection.LogEntry':new/5 1 0.00 9 [ 9.00]
'Elixir.Kernel.Utils':destructure_list/2 12 0.00 9 [ 0.75]
erlang:send/2 5 0.00 9 [ 1.80]
erlang:list_to_atom/1 12 0.00 9 [ 0.75]
maps:next/1 33 0.00 10 [ 0.30]
'Elixir.Absinthe.Pipeline':run_phase/3 46 0.00 11 [ 0.24]
'Elixir.Absinthe.Type.BuiltIns.Introspection':'__absinthe_type__'/1 7 0.00 11 [ 1.57]
'Elixir.Absinthe.Schema':'-types/1-fun-0-'/2 15 0.00 11 [ 0.73]
'Elixir.AbsintheTest.Schema':middleware/3 59 0.00 12 [ 0.20]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/3-fun-0-'/2 124 0.00 13 [ 0.10]
'Elixir.Enum':to_list/1 19 0.00 13 [ 0.68]
'Elixir.Map':new_transform/3 79 0.00 13 [ 0.16]
'Elixir.Access':get/3 34 0.00 14 [ 0.41]
lists:keyfind/3 63 0.00 14 [ 0.22]
'Elixir.Enum':map/2 44 0.00 15 [ 0.34]
'Elixir.Absinthe.Schema':'__ensure_middleware__'/3 59 0.00 15 [ 0.25]
'Elixir.Keyword':get/3 41 0.00 16 [ 0.39]
lists:do_flatten/2 92 0.00 16 [ 0.17]
'Elixir.Absinthe.Blueprint.Transform':pass/2 144 0.00 16 [ 0.11]
'Elixir.AbsintheTest.Schema':'-__absinthe_lookup__/1-fun-0-'/2 59 0.00 16 [ 0.27]
ets:update_element/3 5 0.00 16 [ 3.20]
lists:sublist_2/2 38 0.00 17 [ 0.45]
absinthe_lexer:yystate/6 102 0.00 17 [ 0.17]
'Elixir.AbsintheTest.Schema':'__absinthe_middleware__'/3 59 0.00 17 [ 0.29]
code_server:call/1 103 0.00 19 [ 0.18]
binary:match/2 18 0.00 19 [ 1.06]
code:ensure_loaded/1 103 0.00 20 [ 0.19]
code:call/1 103 0.00 20 [ 0.19]
'Elixir.Absinthe.Pipeline':phase_invocation/1 45 0.00 21 [ 0.47]
'Elixir.Absinthe.Blueprint.Transform':'-walk/4-fun-0-'/4 111 0.00 23 [ 0.21]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/2-fun-0-'/3 114 0.00 28 [ 0.25]
ets:lookup/2 15 0.01 37 [ 2.47]
error_handler:undefined_function/3 103 0.01 39 [ 0.38]
erlang:module_loaded/1 103 0.01 39 [ 0.38]
re:run/3 2 0.01 40 [ 20.00]
'Elixir.Absinthe.Blueprint.Transform':walk_children/4 139 0.01 47 [ 0.34]
'Elixir.Enum':map_reduce/3 453 0.01 49 [ 0.11]
erlang:whereis/1 104 0.01 50 [ 0.48]
erlang:function_exported/3 108 0.01 51 [ 0.47]
error_handler:ensure_loaded/1 103 0.01 54 [ 0.52]
erts_internal:port_command/3 2 0.01 56 [ 28.00]
'Elixir.Enum':'-map_reduce/3-lists^mapfoldl/2-0-'/3 565 0.01 81 [ 0.14]
erlang:demonitor/2 105 0.01 93 [ 0.89]
'Elixir.Jason':'encode!'/2 1 0.02 121 [ 121.00]
'Elixir.Absinthe.Blueprint.Transform':walk/4 588 0.02 157 [ 0.27]
erlang:monitor/2 105 0.03 214 [ 2.04]
'Elixir.Jason.Encode':'-encode_map_function/1-fun-0-'/3 10002 0.15 972 [ 0.10]
'Elixir.Enum':find/3 10010 0.15 1004 [ 0.10]
'Elixir.Enum':find/2 10010 0.15 1015 [ 0.10]
'Elixir.Absinthe.Phase.Document.Result':field_data/2 10001 0.16 1033 [ 0.10]
'Elixir.Jason.Encode':map_naive/3 10002 0.16 1065 [ 0.11]
maps:to_list_internal/1 10022 0.16 1069 [ 0.11]
erlang:'++'/2 10028 0.18 1194 [ 0.12]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_results/6 10001 0.18 1212 [ 0.12]
erts_internal:port_control/3 8 0.20 1293 [ 161.63]
maps:find/2 10001 0.22 1436 [ 0.14]
'Elixir.Postgrex.DefaultTypes':decode_rows/4 10006 0.25 1656 [ 0.17]
erlang:iolist_to_binary/1 12 0.27 1774 [ 147.83]
'Elixir.Jason.Encode':list_loop/3 10000 0.29 1904 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-to_result/4-fun-0-'/4 10000 0.30 1952 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-propagate_null_trimming/1-fun-0-'/1 10000 0.30 1978 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-1-'/1 10000 0.30 2011 [ 0.20]
'Elixir.Ecto.Type':'-load_fun/1-fun-13-'/1 20000 0.31 2042 [ 0.10]
'Elixir.NaiveDateTime':'from_erl!'/2 20000 0.31 2061 [ 0.10]
maps:to_list/1 10022 0.32 2083 [ 0.21]
'Elixir.NaiveDateTime':'from_erl!'/3 20000 0.32 2091 [ 0.10]
'Elixir.Ecto.Repo.Queryable':'-postprocessor/4-fun-0-'/3 10000 0.32 2138 [ 0.21]
'Elixir.Postgrex.Extensions.Timestamp':split/2 20000 0.32 2146 [ 0.11]
'Elixir.Ecto.Repo.Queryable':'-preprocessor/3-fun-0-'/5 10000 0.33 2174 [ 0.22]
'Elixir.Jason.Encode':encode_string/2 20000 0.34 2239 [ 0.11]
'Elixir.AbsintheTest.Schema':'__absinthe_lookup__'/1 20021 0.34 2272 [ 0.11]
'Elixir.Ecto.Type':load_naive_datetime/1 20000 0.35 2318 [ 0.12]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_list_violation?'/1 10000 0.36 2374 [ 0.24]
'Elixir.Absinthe.Phase.Document.Result':list_data/3 10001 0.36 2378 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_concrete_type/3 10001 0.38 2492 [ 0.25]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'__absinthe_type__'/1 20007 0.38 2494 [ 0.12]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_fields/4 10001 0.38 2497 [ 0.25]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_field/4 20001 0.38 2544 [ 0.13]
'Elixir.Absinthe.Resolution.Projector':project/5 10001 0.39 2584 [ 0.26]
'Elixir.Absinthe.Type.BuiltIns':'__absinthe_type__'/1 20014 0.39 2584 [ 0.13]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':propagate_null_trimming/1 20002 0.39 2602 [ 0.13]
lists:reverse/2 10027 0.40 2611 [ 0.26]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_return_type/1 10001 0.41 2680 [ 0.27]
'Elixir.Absinthe.Middleware.MapGet':call/2 20000 0.41 2698 [ 0.13]
'Elixir.Map':get/3 20017 0.43 2845 [ 0.14]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Timestamp'/6 20000 0.44 2887 [ 0.14]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Raw'/6 20000 0.46 3024 [ 0.15]
'Elixir.Ecto.Repo.Queryable':preprocess/4 20000 0.48 3180 [ 0.16]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'-__absinthe_type__/1-fun-5-'/1 20000 0.49 3258 [ 0.16]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int8'/6 20000 0.50 3273 [ 0.16]
'Elixir.NaiveDateTime':convert/2 20000 0.51 3343 [ 0.17]
'Elixir.NaiveDateTime':new/8 20000 0.51 3376 [ 0.17]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-0-'/1 20001 0.56 3703 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_result/4 20001 0.58 3824 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_fields/6 30002 0.58 3858 [ 0.13]
'Elixir.Ecto.Type':'primitive?'/1 20000 0.59 3883 [ 0.19]
'Elixir.Jason.Encode':escape_json/3 40002 0.61 4043 [ 0.10]
'Elixir.Calendar.ISO':days_in_month/2 20000 0.62 4074 [ 0.20]
'Elixir.NaiveDateTime':new/7 20000 0.62 4087 [ 0.20]
'Elixir.Map':new/1 20010 0.62 4087 [ 0.20]
'Elixir.Jason.Encode':map_naive_loop/3 20002 0.62 4095 [ 0.20]
'Elixir.Ecto.Type':load/3 20000 0.62 4102 [ 0.21]
'Elixir.Ecto.Repo.Queryable':process/4 20000 0.62 4128 [ 0.21]
calendar:gregorian_days_to_date/1 20000 0.63 4165 [ 0.21]
'Elixir.Ecto.Adapters.Postgres':loaders/2 20000 0.63 4187 [ 0.21]
calendar:year_day_to_date/2 20000 0.63 4191 [ 0.21]
'Elixir.Ecto.Type':load_fun/1 20000 0.64 4223 [ 0.21]
'Elixir.Jason.Encode':key/2 20002 0.64 4240 [ 0.21]
'Elixir.Enum':reduce/3 30054 0.65 4264 [ 0.14]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':add_errors/3 20001 0.65 4317 [ 0.22]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':maybe_add_non_null_error/3 20001 0.66 4347 [ 0.22]
'Elixir.Absinthe.Phase.Document.Result':field_data/3 30002 0.66 4356 [ 0.15]
'Elixir.Absinthe.Type.Scalar':serialize/2 20000 0.66 4366 [ 0.22]
lists:reverse/1 20052 0.67 4396 [ 0.22]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_field/5 20001 0.69 4542 [ 0.23]
'Elixir.Enum':find_list/3 40015 0.69 4590 [ 0.11]
'Elixir.NaiveDateTime':from_erl/3 20000 0.70 4616 [ 0.23]
calendar:gregorian_seconds_to_datetime/1 20000 0.70 4630 [ 0.23]
'Elixir.Absinthe.Phase.Document.Result':field_name/1 20001 0.70 4633 [ 0.23]
calendar:day_to_year/1 20000 0.71 4672 [ 0.23]
'Elixir.Postgrex.Extensions.Timestamp':split/1 20000 0.71 4709 [ 0.24]
'Elixir.Ecto.Type':type/1 20000 0.72 4759 [ 0.24]
'Elixir.Postgrex.Extensions.Timestamp':microsecond_to_elixir/1 20000 0.73 4798 [ 0.24]
'Elixir.Ecto.Type':truncate_usec/1 20000 0.74 4903 [ 0.25]
'Elixir.Calendar.ISO':'valid_date?'/3 20000 0.75 4953 [ 0.25]
'Elixir.Jason.Encode':escape_json/4 40002 0.76 5048 [ 0.13]
calendar:is_leap_year1/1 40000 0.77 5067 [ 0.13]
'Elixir.AbsintheTest.Schema':'__absinthe_type__'/1 20021 0.77 5069 [ 0.25]
maps:get/2 40054 0.79 5192 [ 0.13]
calendar:seconds_to_time/1 20000 0.79 5251 [ 0.26]
'Elixir.Absinthe.Type':expand/2 20006 0.80 5260 [ 0.26]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_propagate_null_trimming/1 30002 0.80 5307 [ 0.18]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':call_middleware/2 20001 0.81 5377 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_violation?'/1 20001 0.82 5403 [ 0.27]
'Elixir.Ecto.Type':process_loaders/3 40000 0.83 5497 [ 0.14]
'Elixir.Calendar.ISO':'valid_time?'/4 20000 0.85 5607 [ 0.28]
calendar:dty/5 20000 0.86 5681 [ 0.28]
erts_internal:map_next/3 10034 0.88 5841 [ 0.58]
binary:copy/1 20000 0.91 6006 [ 0.30]
'Elixir.Jason.Encode':'-escape_function/1-fun-0-'/3 40002 0.91 6033 [ 0.15]
calendar:year_day_to_date2/2 20000 0.91 6034 [ 0.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-0-'/2 20001 0.92 6083 [ 0.30]
'Elixir.Absinthe.Resolution.Projector':'-project/5-fun-0-'/2 30001 0.96 6325 [ 0.21]
'Elixir.Enum':'-reduce/3-lists^foldl/2-0-'/3 60117 0.99 6513 [ 0.11]
'Elixir.Jason.Encode':value/3 30003 1.05 6911 [ 0.23]
'Elixir.Absinthe.Type':unwrap/1 40011 1.07 7046 [ 0.18]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_result/5 30002 1.09 7181 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':find_bad_child/1 30002 1.15 7602 [ 0.25]
'Elixir.Enum':'-map/2-lists^map/1-0-'/2 40081 1.23 8119 [ 0.20]
calendar:is_leap_year/1 40000 1.24 8192 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':to_result/4 30001 1.25 8265 [ 0.28]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_resolution_struct/5 20001 1.29 8543 [ 0.43]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':update_persisted_fields/2 20001 1.31 8661 [ 0.43]
'Elixir.Map':get/2 20000 1.32 8733 [ 0.44]
'Elixir.Enum':reverse/1 30021 1.35 8911 [ 0.30]
maps:merge/2 30015 1.37 9069 [ 0.30]
'Elixir.Absinthe.Phase.Document.Result':data/2 30002 1.38 9117 [ 0.30]
'Elixir.Ecto.Repo.Queryable':'struct_load!'/6 70000 1.42 9382 [ 0.13]
'Elixir.Map':take/2 20001 1.43 9481 [ 0.47]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':reduce_resolution/1 40002 1.45 9594 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-1-'/2 20001 1.65 10939 [ 0.55]
maps:from_list/1 40030 1.70 11220 [ 0.28]
'Elixir.Ecto.Type':'of_base_type?'/2 60000 2.07 13683 [ 0.23]
calendar:dy/1 60000 2.26 14936 [ 0.25]
'Elixir.Absinthe.Type.BuiltIns.Scalars':parse_with/2 20007 2.38 15731 [ 0.79]
'Elixir.Ecto.Type':adapter_load/3 60000 2.68 17708 [ 0.30]
'Elixir.Map':'update!'/3 40020 2.83 18703 [ 0.47]
'Elixir.Map':take/3 160008 3.29 21740 [ 0.14]
'Elixir.Jason.Encode':escape_json_chunk/5 454454 7.58 50121 [ 0.11]
--------------------------------------------------------------------------------------------- ------- ------- ------ [----------]
Total: 3342383 100.00% 661012 [ 0.20]
.
Finished in 5.5 seconds
1 test, 0 failures
Randomized with seed 529009
query {
books {
title
author {
name
}
}
}
FUNCTION CALLS % TIME [uS / CALLS]
-------- ----- ------- ---- [----------]
'Elixir.Plug.Session':call/2 1 0.00 0 [ 0.00]
'Elixir.Application':get_env/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection':checkin/1 2 0.00 0 [ 0.00]
'Elixir.DBConnection':checkout/3 2 0.00 0 [ 0.00]
'Elixir.DBConnection':decode/4 2 0.00 0 [ 0.00]
'Elixir.DBConnection':describe/4 2 0.00 0 [ 0.00]
'Elixir.DBConnection':encode/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection':handle_common_result/3 2 0.00 0 [ 0.00]
'Elixir.DBConnection':log/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection':log/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection':log_result/1 2 0.00 0 [ 0.00]
'Elixir.DBConnection':meter/1 2 0.00 0 [ 0.00]
'Elixir.DBConnection':parse/3 2 0.00 0 [ 0.00]
'Elixir.DBConnection':prepare/4 2 0.00 0 [ 0.00]
'Elixir.DBConnection':prepare_execute/4 2 0.00 0 [ 0.00]
'Elixir.DBConnection':run_execute/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection':run_prepare/4 2 0.00 0 [ 0.00]
'Elixir.DBConnection':run_prepare_execute/5 2 0.00 0 [ 0.00]
'Elixir.DBConnection':'-run/6-after$^0/0-0-'/1 2 0.00 0 [ 0.00]
erl_scan:location/1 1 0.00 0 [ 0.00]
application:get_env/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':all/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':boolean/4 4 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':combinations/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_name/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/3 4 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':cte/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':distinct/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':from/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':get_source/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':group_by/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':having/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':join/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':limit/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':lock/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':offset/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':order_by/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':paren_expr/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':prepare_execute/5 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_qualified_name/3 13 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':select/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':select_fields/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':where/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':window/2 2 0.00 0 [ 0.00]
'Elixir.Plug.Conn':fetch_query_params/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':get_req_header/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':merge_headers/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':put_resp_content_type/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':register_before_send/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':send_resp/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-run_before_send/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-get_req_header/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Telemetry':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Telemetry':'-call/2-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable.Ecto.Query':to_query/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':add_pipeline/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':calculate_document_providers/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_operation_name/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_variables/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':'ensure_document_providers!'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_raw_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':extract_variables/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':log/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':normalize_raw_document/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':parse/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':provide_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':pipeline/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-4-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-3-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':apply_before_send/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':default_document_providers/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':default_pipeline/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':encode/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document_provider/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_documents/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_processable/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':init/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':run_query/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':run_request/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_documents/2-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_document_provider/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Config':cache/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':attach_prefix/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':execute/4 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':before/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':for_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':insert_after/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':options/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':run_phase/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':upto/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':'-before/2-fun-0-'/2 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-3-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':run/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':'call (overridable 2)'/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':init/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':plug_builder_call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':config/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':config/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':script_name/0 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Keyword':fetch/2 3 0.00 0 [ 0.00]
'Elixir.Keyword':'fetch!'/2 2 0.00 0 [ 0.00]
'Elixir.Keyword':put_new/3 2 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':make_empty_if_unfetched/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':merge_params/3 1 0.00 0 [ 0.00]
lists:unzip/1 2 0.00 0 [ 0.00]
lists:flatten/1 4 0.00 0 [ 0.00]
lists:keydelete/3 1 0.00 0 [ 0.00]
lists:keydelete3/3 1 0.00 0 [ 0.00]
lists:keystore/4 3 0.00 0 [ 0.00]
lists:foldl/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':handle_node/2 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':handle_node/2 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Utils':'validate_utf8!'/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_list/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_params/2 2 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_params/3 3 0.00 0 [ 0.00]
'Elixir.Access':at/1 1 0.00 0 [ 0.00]
'Elixir.Access':at/4 1 0.00 0 [ 0.00]
'Elixir.Access':'-at/1-fun-0-'/4 1 0.00 0 [ 0.00]
digraph_utils:topsort/1 1 0.00 0 [ 0.00]
digraph_utils:forest/3 1 0.00 0 [ 0.00]
digraph_utils:forest/4 1 0.00 0 [ 0.00]
digraph_utils:revpostorder/1 1 0.00 0 [ 0.00]
digraph_utils:posttraverse/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Logger':log_run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':assoc_map/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':expand/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':normalize/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':normalize_and_preload_each/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':normalize_each/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':preload/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':preload_assoc/10 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':preload_prefix/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'query!'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':related_key_pos/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':related_key_to_field/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':take/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':wrap/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-1-'/6 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-normalize_each/4-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-fetch_query/8-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-expand/3-fun-2-'/3 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':abs_timeout/2 4 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':cancel_deadline/1 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkin/1 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout/5 4 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout_call/5 4 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout_result/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':done/4 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':handle_or_cleanup/5 4 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':start_deadline/5 2 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Loader':data/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Loader':query/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Loader':'-data/1-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':all/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':all/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Repo':prepare_query/3 2 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run_batch/2 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run_batches/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':timeout/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batches/1-fun-2-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batches/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batches/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_current/3 2 0.00 0 [ 0.00]
'Elixir.Enumerable.Function':reduce/3 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':handle_node/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Association':combine_assoc_query/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Association':combine_assoc_where/2 1 0.00 0 [ 0.00]
'Elixir.System':schedulers_online/0 2 0.00 0 [ 0.00]
'Elixir.System':system_time/1 1 0.00 0 [ 0.00]
'Elixir.Stream':do_zip/3 2 0.00 0 [ 0.00]
'Elixir.Stream':do_zip_close/1 1 0.00 0 [ 0.00]
'Elixir.Stream':do_zip_step/2 2 0.00 0 [ 0.00]
'Elixir.Stream':prepare_zip/3 1 0.00 0 [ 0.00]
'Elixir.Stream':zip/1 1 0.00 0 [ 0.00]
'Elixir.Stream':'-zip/1-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Stream':'-prepare_zip/3-fun-2-'/2 2 0.00 0 [ 0.00]
'Elixir.Stream':'-prepare_zip/3-fun-1-'/3 2 0.00 0 [ 0.00]
'Elixir.Stream':'-prepare_zip/3-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Stream':'-do_zip_close/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable.Atom':to_query/1 2 0.00 0 [ 0.00]
'Elixir.Kernel':get_in/2 1 0.00 0 [ 0.00]
'Elixir.Kernel':put_in/3 1 0.00 0 [ 0.00]
'Elixir.Kernel':struct/1 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-get_in/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Task':async/3 2 0.00 0 [ 0.00]
'Elixir.Task':async_stream/3 2 0.00 0 [ 0.00]
'Elixir.Task':build_stream/3 2 0.00 0 [ 0.00]
'Elixir.Task':get_callers/1 2 0.00 0 [ 0.00]
'Elixir.Task':'-build_stream/3-fun-1-'/5 2 0.00 0 [ 0.00]
'Elixir.URI':decode/1 1 0.00 0 [ 0.00]
'Elixir.URI':nillify_query/1 1 0.00 0 [ 0.00]
'Elixir.URI':parse/1 1 0.00 0 [ 0.00]
'Elixir.URI':split_authority/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.LogEntry':parse_times/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.LogEntry':'-parse_times/2-fun-0-'/2 8 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':decode/3 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':decode_map/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':describe/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':encode/3 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':parse/2 2 0.00 0 [ 0.00]
'Elixir.Phoenix.Router.Route':init/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Parse':parse/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Parse':tokenize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':handle_node/2 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':get_provided_values/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':handle_node/2 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':run/2 1 0.00 0 [ 0.00]
'Elixir.Base':url_encode64/1 1 0.00 0 [ 0.00]
'Elixir.Base':url_encode64/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Type':'wrapped?'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':handle_node/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-3-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint':'-update_current/2-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Enumerable.MapSet':reduce/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert_definition/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.Document':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':dispatch/5 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':dispatch_endpoint/5 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':ensure_recycled/1 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':from_set_to_sent/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.SelectionSet':'__struct__'/0 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_context/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_root_value/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':log/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':parse/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':uploaded_files/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':'-log/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':add_uses/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Directives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':'-check/1-after$^2/0-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':handle_node/2 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operation/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operations/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':'-update_operations/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':run/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Types':encode_params/3 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':after_resolution/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':before_resolution/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':pipeline/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-1-'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':handle_node/2 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':handle_node/2 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':run/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'__pipe_through0__'/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':prepare/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':call/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.Router':'-__match_route__/3-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Schema.Loader':load_struct/3 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':do_normalize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':normalize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':pipeline/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-process/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-normalize/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':handle_node/1 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':run/2 1 0.00 0 [ 0.00]
'Elixir.Jason':format_encode_opts/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':do_process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_execute/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_prepare/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':proxy/3 4 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':check_binds/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':maybe_apply_as/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':maybe_apply_hints/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':maybe_apply_prefix/2 1 0.00 0 [ 0.00]
'Elixir.String.Chars.Atom':to_string/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':execute/5 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'execute!'/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':get_conn_or_pool/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':log/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':put_source/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':with_log/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'-with_log/3-fun-0-'/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'-log/4-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Book':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':describe/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':encode/3 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':parse/2 2 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Query':decode/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Query':decode/2 2 0.00 0 [ 0.00]
'Elixir.String':downcase/1 1 0.00 0 [ 0.00]
'Elixir.String':downcase/2 1 0.00 0 [ 0.00]
'Elixir.String':upcase/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Subscription.SubscribeSelf':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':generate_request_id/0 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':get_request_id/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':set_request_id/2 1 0.00 0 [ 0.00]
prim_inet:send/3 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.Field':'__struct__'/0 4 0.00 0 [ 0.00]
'Elixir.MapSet':new/0 4 0.00 0 [ 0.00]
'Elixir.MapSet':size/1 4 0.00 0 [ 0.00]
'Elixir.MapSet':to_list/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':list_data/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Task.Supervised':get_callers/0 2 0.00 0 [ 0.00]
'Elixir.Task.Supervised':initial_call/1 4 0.00 0 [ 0.00]
'Elixir.Task.Supervised':put_callers/1 4 0.00 0 [ 0.00]
'Elixir.Task.Supervised':reply/4 4 0.00 0 [ 0.00]
'Elixir.Task.Supervised':reply/5 4 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream/6 2 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_cleanup_inbox/1 2 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_cleanup_inbox/2 2 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_close/3 2 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_spawn/6 2 0.00 0 [ 0.00]
'Elixir.Task.Supervised':'-stream/6-fun-2-'/5 2 0.00 0 [ 0.00]
'Elixir.Task.Supervised':'-stream/6-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.List':keyfind/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':coerce_node/1 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Static':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Status':code/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':process/3 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':run/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Messages':'-parse/3-lc$^0/1-0-'/1 3 0.00 0 [ 0.00]
'Elixir.Postgrex.Messages':'-encode/1-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Process':put/2 9 0.00 0 [ 0.00]
'Elixir.Process':whereis/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'assert_no_update!'/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'assert_valid_combinations!'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':build_meta/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_insert/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_update/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cast_param/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_args/6 3 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_assocs/6 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'field_type!'/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':merge_assocs/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize_param/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':normalize_query/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_assocs/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_assocs/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_cache/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_combinations/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_ctes/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_from/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_joins/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_joins/8 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_source/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_sources/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prepend_if/3 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prewalk/5 3 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':prewalk_source/6 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_prepare/6 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_with_cache/7 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_without_cache/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':remove_literals/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':select_dump/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':source_cache/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'source_take!'/5 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'take!'/5 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':traverse_cache/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':traverse_exprs/4 4 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':validate_in/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-validate_and_increment/6-fun-0-'/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-2-'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-1-'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-query_with_cache/7-fun-2-'/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-prewalk/6-fun-0-'/6 4 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-merge_cache/6-fun-0-'/5 1 0.00 0 [ 0.00]
'Elixir.Dataloader':add_source/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader':dataloader_timeout/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':default_timeout/0 1 0.00 0 [ 0.00]
'Elixir.Dataloader':new/0 1 0.00 0 [ 0.00]
'Elixir.Dataloader':new/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':run_tasks/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader':'-run_tasks/3-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':'-run/1-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':'-run/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':'-dataloader_timeout/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':'-async_safely/3-fun-0-'/3 2 0.00 0 [ 0.00]
absinthe_lexer:string/1 1 0.00 0 [ 0.00]
absinthe_lexer:string/2 1 0.00 0 [ 0.00]
absinthe_lexer:yyrev/1 1 0.00 0 [ 0.00]
'Elixir.Logger':into_metadata/2 1 0.00 0 [ 0.00]
'Elixir.Logger':metadata/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':after_resolution/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':before_resolution/1 2 0.00 0 [ 0.00]
erl_anno:end_location/1 1 0.00 0 [ 0.00]
erl_anno:location/1 1 0.00 0 [ 0.00]
erl_anno:text/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Ecto':new/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plugin':pipeline/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':'-run/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.SelectedCurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':convert/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':conn/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':do_send/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_http_protocol/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_peer_data/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':maybe_flush/0 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':send_resp/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':split_path/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':stringify_kv/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-stringify_params/1-fun-2-'/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-split_path/1-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.OperationDefinition':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.CurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Enum':aggregate_list/3 1 0.00 0 [ 0.00]
'Elixir.Enum':'all?'/2 1 0.00 0 [ 0.00]
'Elixir.Enum':all_list/2 2 0.00 0 [ 0.00]
'Elixir.Enum':at/2 1 0.00 0 [ 0.00]
'Elixir.Enum':at/3 1 0.00 0 [ 0.00]
'Elixir.Enum':dedup_by/2 2 0.00 0 [ 0.00]
'Elixir.Enum':filter_list/2 4 0.00 0 [ 0.00]
'Elixir.Enum':max/1 1 0.00 0 [ 0.00]
'Elixir.Enum':max/2 1 0.00 0 [ 0.00]
'Elixir.Enum':reduce_while/3 2 0.00 0 [ 0.00]
'Elixir.Enum':reject/2 2 0.00 0 [ 0.00]
'Elixir.Enum':slice_any/3 2 0.00 0 [ 0.00]
'Elixir.Enum':sort_merge/3 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_merge/4 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_terminator/2 3 0.00 0 [ 0.00]
'Elixir.Enum':split/2 1 0.00 0 [ 0.00]
'Elixir.Enum':split_list/3 2 0.00 0 [ 0.00]
'Elixir.Enum':take_while/2 1 0.00 0 [ 0.00]
'Elixir.Enum':take_while_list/2 4 0.00 0 [ 0.00]
'Elixir.Enum':uniq_by/2 1 0.00 0 [ 0.00]
'Elixir.Enum':zip/1 1 0.00 0 [ 0.00]
'Elixir.Enum':'-zip/1-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Enum':'-group_by/3-lists^foldl/2-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-anonymous-1-'/4 2 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-fun-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-dedup_by/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Enum':'-dedup/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':bind_execute/4 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':cached_query/2 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':close_parse_describe_flush/3 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':columns/1 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':decode_tags/1 4 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe/6 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe_params/3 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe_result/4 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':done/5 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':done/6 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':handle_execute_result/4 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':msg_recv/4 6 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':parse_describe_msgs/2 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':query_put/2 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_close/3 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_describe/3 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_describe/4 4 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_execute/5 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_parse/3 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':redescribe/5 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':rows_msg/3 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Extensions.Array':encode/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Extensions.Array':encode/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Extensions.Array':'-encode/3-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.String.Chars.Postgrex.Query':to_string/1 2 0.00 0 [ 0.00]
'Elixir.Regex':run/2 2 0.00 0 [ 0.00]
'Elixir.Regex':run/3 2 0.00 0 [ 0.00]
digraph:new/1 1 0.00 0 [ 0.00]
digraph:set_type/2 2 0.00 0 [ 0.00]
digraph:delete/1 1 0.00 0 [ 0.00]
digraph:vertices/1 2 0.00 0 [ 0.00]
erlang:spawn_opt/4 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.MethodOverride':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.MethodOverride':override_method/2 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':encode/2 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':encode_map_function/1 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':escape_function/1 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':list/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source':run/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source':timeout/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Type':cast/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Type':cast_fun/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Type':'-cast_fun/1-fun-18-'/2 1 0.00 0 [ 0.00]
'Elixir.Enumerable.List':slice/3 7 0.00 0 [ 0.00]
'Elixir.Enumerable.List':'-reduce/3-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Blueprint':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Head':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':pipeline/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':process/2 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Analysis':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Assoc':query/4 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres':prepare/2 2 0.00 0 [ 0.00]
'Elixir.String.Chars':impl_for/1 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.Filter':apply/3 1 0.00 0 [ 0.00]
timer:seconds/1 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_endpoint_start/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_endpoint_stop/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_router_dispatch_start/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-2-'/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-1-'/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-0-'/4 1 0.00 0 [ 0.00]
proc_lib:init_p_do_apply/3 4 0.00 0 [ 0.00]
proc_lib:get_my_name/0 4 0.00 0 [ 0.00]
proc_lib:proc_info/2 4 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder':'field!'/1 1 0.00 0 [ 0.00]
absinthe_parser:extract_atom/1 1 0.00 0 [ 0.00]
absinthe_parser:parse/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars0/5 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars1/5 1 0.00 0 [ 0.00]
absinthe_parser:yecc_end/1 1 0.00 0 [ 0.00]
absinthe_parser:yecctoken_end_location/1 1 0.00 0 [ 0.00]
absinthe_parser:yecctoken_location/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_0/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_7/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_8/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_14/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_16/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_17/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_21/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_25/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_31/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_32/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_33/7 4 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_34/7 4 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_35/7 4 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_38/7 4 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_49/7 4 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_125/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_133/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_134/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_256/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definitions\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Document\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Field\''/7 4 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Name\''/7 4 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'NameWithoutOn\''/7 4 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationDefinition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationType\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Selection\''/7 4 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'SelectionSet\''/7 3 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Selections\''/7 4 0.00 0 [ 0.00]
'Elixir.Absinthe.Schema':types/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'__absinthe_types__'/0 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':context/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':loader/1 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'-loader/1-fun-0-'/2 1 0.00 0 [ 0.00]
gen_tcp:send/2 4 0.00 0 [ 0.00]
'Elixir.Map':pop/3 2 0.00 0 [ 0.00]
maps:take/2 2 0.00 0 [ 0.00]
maps:is_key/2 2 0.00 0 [ 0.00]
erlang:binary_to_integer/1 2 0.00 0 [ 0.00]
erlang:system_time/1 1 0.00 0 [ 0.00]
erlang:unique_integer/1 2 0.00 0 [ 0.00]
erlang:unique_integer/0 1 0.00 0 [ 0.00]
erlang:exit/1 2 0.00 0 [ 0.00]
erlang:binary_to_list/1 1 0.00 0 [ 0.00]
'Elixir.Application':fetch_env/2 2 0.00 1 [ 0.50]
'Elixir.Application':'fetch_env!'/2 2 0.00 1 [ 0.50]
'Elixir.Application':get_env/3 2 0.00 1 [ 0.50]
'Elixir.DBConnection':entry_result/1 2 0.00 1 [ 0.50]
'Elixir.DBConnection':log/4 2 0.00 1 [ 0.50]
'Elixir.DBConnection':parsed_prepare_execute/5 2 0.00 1 [ 0.50]
'Elixir.DBConnection':run/6 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':create_alias/1 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':fetch_query_params/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':put_resp_header/3 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':run_before_send/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':send_resp/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':'validate_header_key_if_test!'/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':'validate_header_value!'/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Plug.Request.Query':extract_operation_name/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request.Query':to_pipeline_opts/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':after_resolution/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':before_resolution/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-2-'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-1-'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-0-'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-2-'/2 2 0.00 1 [ 0.50]
'Elixir.String.Casing':downcase/3 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Plug':call/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':execute/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':get_schema/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':update_config/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Queryable':all/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Pipeline':'match_phase?'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.Result':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':convert/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':selections/1 4 0.00 1 [ 0.25]
'Elixir.Keyword':merge/2 4 0.00 1 [ 0.25]
'Elixir.Keyword':put/3 4 0.00 1 [ 0.25]
'Elixir.Keyword':split/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':'-take/2-lists^filter/1-0-'/2 4 0.00 1 [ 0.25]
lists:sublist/2 11 0.00 1 [ 0.09]
lists:unzip/3 14 0.00 1 [ 0.07]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Access':fetch/2 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Adapter.LanguageConventions':to_internal_name/2 4 0.00 1 [ 0.25]
'Elixir.Ecto.Repo.Preloader':'association_from_schema!'/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':fetch_ids/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':fetch_query/8 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':maybe_pmap/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':preload_each/4 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Preloader':'-maybe_pmap/4-fun-0-'/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':'-fetch_query/8-fun-2-'/2 1 0.00 1 [ 1.00]
'Elixir.DBConnection.Holder':checkout/2 4 0.00 1 [ 0.25]
'Elixir.Ecto.Association.BelongsTo':assoc_query/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Association.BelongsTo':preload_info/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':perform_resolution/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Blueprint.Execution':get/2 2 0.00 1 [ 0.50]
'Elixir.Stream':do_zip_next_tuple/5 4 0.00 1 [ 0.25]
'Elixir.Kernel':get_and_update_in/3 2 0.00 1 [ 0.50]
'Elixir.Kernel':'-put_in/3-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Resolvers.Book':index/3 1 0.00 1 [ 1.00]
'Elixir.Phoenix.Router.Route':call/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Parse':run/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Base':do_encode64url/2 1 0.00 1 [ 1.00]
'Elixir.Base':maybe_pad/4 1 0.00 1 [ 1.00]
'Elixir.Base':'-do_encode64url/2-lbc$^0/2-0-'/2 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Blueprint':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint':prewalk/3 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Blueprint':update_current/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert_definition/3-fun-0-'/3 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request':build_request/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request':extract_body_and_params/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request':'-uploaded_files/1-fun-0-'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Uses':handle_use/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Uses':'-add_uses/2-fun-0-'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Directives':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Directives':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.MissingLiterals':fill_missing_nodes/6 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.MissingLiterals':find_missing_schema_nodes/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.MissingLiterals':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-0-'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-handle_node/2-fun-1-'/3 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':coerce_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.AbsintheTestWeb.Router':'__match_route__'/3 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Router':'-__match_route__/3-fun-0-'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':handle_node/3 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Schema':set_children/3 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Schema':update_context/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':'-run/2-fun-0-'/3 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Arguments.Data':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
inet_tcp:send/2 4 0.00 1 [ 0.25]
'Elixir.Enumerable.Map':'-reduce_list/3-fun-0-'/3 3 0.00 1 [ 0.33]
'Elixir.Jason':do_encode/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':maybe_savepoint/2 4 0.00 1 [ 0.25]
'Elixir.Ecto.Query.Builder.From':apply/5 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.Transform':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint.Transform':postwalk/3 4 0.00 1 [ 0.25]
'Elixir.Ecto.Adapters.SQL':key/1 2 0.00 1 [ 0.50]
'Elixir.DBConnection.Query':decode/3 2 0.00 1 [ 0.50]
'Elixir.String':upcase/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Queryable':impl_for/1 4 0.00 1 [ 0.25]
prim_inet:send_recv_reply/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Result':format_result/1 1 0.00 1 [ 1.00]
'Elixir.Task.Supervised':stream_monitor/5 2 0.00 1 [ 0.50]
'Elixir.Task.Supervised':'-stream/6-fun-1-'/2 2 0.00 1 [ 0.50]
'Elixir.List':flatten/1 4 0.00 1 [ 0.25]
'Elixir.List':keystore/4 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Kernel.Utils':destructure/2 2 0.00 1 [ 0.50]
'Elixir.Kernel.Utils':destructure_nil/1 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Resolution.Projector':collect/3 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-0-'/1 4 0.00 1 [ 0.25]
'Elixir.Ecto.Query.Planner':cast_and_merge_params/5 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':cast_param/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':cast_param/6 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':dump_param/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':expr_to_cache/1 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':field_source/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':finalize_cache/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':merge_cache/3 5 0.00 1 [ 0.20]
'Elixir.Ecto.Query.Planner':normalize_select/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':query/5 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':query_lookup/6 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-1-'/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-0-'/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'-cast_and_merge_params/5-fun-0-'/6 1 0.00 1 [ 1.00]
'Elixir.Dataloader':run/1 2 0.00 1 [ 0.50]
'Elixir.AbsintheTest.Author':'__schema__'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Middleware.Dataloader':pipeline/2 2 0.00 1 [ 0.50]
'Elixir.Macro':underscore/1 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Plugin':defaults/0 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':source_location/1 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':body_or_params/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':get_from_adapter/3 2 0.00 1 [ 0.50]
'Elixir.Enum':dedup/1 2 0.00 1 [ 0.50]
'Elixir.Enum':each/2 2 0.00 1 [ 0.50]
'Elixir.Enum':group_by/3 2 0.00 1 [ 0.50]
'Elixir.Enum':reverse/2 4 0.00 1 [ 0.25]
'Elixir.Enum':sort_reducer/3 4 0.00 1 [ 0.25]
'Elixir.Enum':zip/2 3 0.00 1 [ 0.33]
'Elixir.Enum':'-sort/2-anonymous-1-'/4 4 0.00 1 [ 0.25]
'Elixir.Enum':'-sort/2-fun-0-'/3 4 0.00 1 [ 0.25]
'Elixir.Enum':'-map/2-anonymous-2-'/4 3 0.00 1 [ 0.33]
'Elixir.Enum':'-each/2-lists^foreach/1-0-'/2 3 0.00 1 [ 0.33]
'Elixir.Enum':'-dedup_by/2-lists^foldl/2-0-'/3 3 0.00 1 [ 0.33]
'Elixir.Postgrex.Protocol':do_send/3 4 0.00 1 [ 0.25]
'Elixir.Postgrex.Protocol':recv_bind/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':recv_execute/4 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':recv_parse_describe/4 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':recv_transaction/4 8 0.00 1 [ 0.13]
'Elixir.Regex':safe_run/3 2 0.00 1 [ 0.50]
'Elixir.Regex':version/0 2 0.00 1 [ 0.50]
digraph:check_type/3 2 0.00 1 [ 0.50]
erlang:spawn_opt/2 2 0.00 1 [ 0.50]
erlang:port_command/3 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-handle_node/2-fun-3-'/5 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':'-run/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres':execute/5 2 0.00 1 [ 0.50]
'Elixir.String.Chars':to_string/1 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.MissingVariables':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.MissingVariables':'-run/2-fun-0-'/1 6 0.00 1 [ 0.17]
application_controller:get_env/2 4 0.00 1 [ 0.25]
'Elixir.Phoenix.Router':'__call__'/2 1 0.00 1 [ 1.00]
proc_lib:get_ancestors/0 4 0.00 1 [ 0.25]
'Elixir.Map':from_struct/1 2 0.00 1 [ 0.50]
maps:remove/2 4 0.00 1 [ 0.25]
re:version/0 2 0.00 1 [ 0.50]
erlang:setelement/3 5 0.00 1 [ 0.20]
erlang:phash2/2 1 0.00 1 [ 1.00]
erlang:fun_info/2 4 0.00 1 [ 0.25]
'Elixir.DBConnection':'-parsed_prepare_execute/5-fun-0-'/5 2 0.00 2 [ 1.00]
application:get_env/2 4 0.00 2 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':expr/3 14 0.00 2 [ 0.14]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/4 12 0.00 2 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':'-select_fields/3-fun-0-'/3 12 0.00 2 [ 0.17]
'Elixir.Plug.Conn':put_resp_content_type/3 1 0.00 2 [ 2.00]
'Elixir.Plug.Conn':resp/3 1 0.00 2 [ 2.00]
'Elixir.Ecto.Repo.Registry':lookup/1 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':do_batching/1 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-1-'/2 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-0-'/2 2 0.00 2 [ 1.00]
'Elixir.String.Casing':upcase/3 5 0.00 2 [ 0.40]
'Elixir.Logger.Config':compare_levels/2 6 0.00 2 [ 0.33]
'Elixir.Logger.Config':level_to_number/1 12 0.00 2 [ 0.17]
'Elixir.Logger.Config':log_data/1 6 0.00 2 [ 0.33]
'Elixir.Logger.Config':read_data/2 6 0.00 2 [ 0.33]
'Elixir.Ecto.Repo.Queryable':postprocessor/4 2 0.00 2 [ 1.00]
'Elixir.Ecto.Repo.Queryable':preprocessor/3 2 0.00 2 [ 1.00]
'Elixir.Keyword':delete_key/2 12 0.00 2 [ 0.17]
'Elixir.Keyword':'has_key?'/2 8 0.00 2 [ 0.25]
'Elixir.Keyword':'keyword?'/1 12 0.00 2 [ 0.17]
'Elixir.Keyword':'-take/2-fun-0-'/2 2 0.00 2 [ 1.00]
'Elixir.Keyword':'-merge/2-lists^filter/1-0-'/2 9 0.00 2 [ 0.22]
'Elixir.Keyword':'-merge/2-fun-0-'/3 8 0.00 2 [ 0.25]
'Elixir.Absinthe.Books.QueryTest':'-test books profiling with 10000/1-fun-0-'/1 1 0.00 2 [ 2.00]
lists:keystore2/4 6 0.00 2 [ 0.33]
lists:foreach/2 11 0.00 2 [ 0.18]
'Elixir.Postgrex.DefaultTypes':decode_rows/3 10 0.00 2 [ 0.20]
'Elixir.Ecto.Repo.Preloader':query/6 2 0.00 2 [ 1.00]
'Elixir.DBConnection.Holder':handle/4 4 0.00 2 [ 0.50]
'Elixir.DBConnection.Holder':holder_apply/4 4 0.00 2 [ 0.50]
'Elixir.AbsintheTest.Repo':preload/3 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Blueprint.Document.SourceLocation':at/1 4 0.00 2 [ 0.50]
'Elixir.System':monotonic_time/1 6 0.00 2 [ 0.33]
'Elixir.Kernel':'-get_and_update_in/3-fun-1-'/3 1 0.00 2 [ 2.00]
'Elixir.Task':async/1 2 0.00 2 [ 1.00]
'Elixir.Task':get_owner/1 4 0.00 2 [ 0.50]
'Elixir.Task':'-build_stream/3-fun-0-'/2 2 0.00 2 [ 1.00]
'Elixir.URI':nillify/1 6 0.00 2 [ 0.33]
'Elixir.DBConnection.LogEntry':parse_time/2 8 0.00 2 [ 0.25]
'Elixir.Postgrex':prepare_execute/5 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Blueprint':'-current_operation/1-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Blueprint.Draft.List':'-convert/2-fun-0-'/2 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Phase.Document.MissingLiterals':populate_node/3 6 0.00 2 [ 0.33]
'Elixir.Postgrex.Types':fetch/2 13 0.00 2 [ 0.15]
'Elixir.AbsintheTestWeb.Router':'-prepare/1-fun-0-'/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Schema':set_schema_node/4 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Schema':'-find_schema_field/4-fun-0-'/2 9 0.00 2 [ 0.22]
'Elixir.Ecto.Adapters.SQL':log_measurements/3 8 0.00 2 [ 0.25]
'Elixir.Ecto.Adapters.SQL':log_result/1 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.SQL':sql_call/5 2 0.00 2 [ 1.00]
'Elixir.DBConnection.Query':impl_for/1 8 0.00 2 [ 0.25]
'Elixir.Ecto.Queryable':'impl_for!'/1 4 0.00 2 [ 0.50]
'Elixir.Ecto.Queryable':to_query/1 4 0.00 2 [ 0.50]
prim_inet:recv/3 14 0.00 2 [ 0.14]
prim_inet:recv0/3 14 0.00 2 [ 0.14]
'Elixir.Task.Supervised':handle_stop_or_parent_down/3 2 0.00 2 [ 1.00]
'Elixir.Task.Supervised':normalize_mfa_with_arg/2 2 0.00 2 [ 1.00]
'Elixir.Task.Supervised':stream_deliver/7 4 0.00 2 [ 0.50]
'Elixir.List':wrap/1 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Messages':decode_row_field/1 12 0.00 2 [ 0.17]
'Elixir.Postgrex.Messages':decode_row_fields/2 14 0.00 2 [ 0.14]
'Elixir.Postgrex.Messages':encode_msg/1 16 0.00 2 [ 0.13]
'Elixir.Postgrex.Messages':format/1 13 0.00 2 [ 0.15]
'Elixir.Postgrex.Messages':'-encode/1-fun-3-'/2 12 0.00 2 [ 0.17]
'Elixir.Absinthe.Resolution.Projector':response_key/1 4 0.00 2 [ 0.50]
'Elixir.Ecto.Query.Planner':collect_fields/5 4 0.00 2 [ 0.50]
'Elixir.Ecto.Query.Planner':ensure_select/2 3 0.00 2 [ 0.67]
'Elixir.Ecto.Query.Planner':'get_source!'/3 8 0.00 2 [ 0.25]
'Elixir.Ecto.Query.Planner':'type!'/5 4 0.00 2 [ 0.50]
'Elixir.Ecto.Query.Planner':'-select_dump/3-fun-0-'/4 11 0.00 2 [ 0.18]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-0-'/1 12 0.00 2 [ 0.17]
absinthe_lexer:yypre/2 11 0.00 2 [ 0.18]
'Elixir.Logger':'__should_log__'/1 6 0.00 2 [ 0.33]
'Elixir.Logger':into_metadata/3 2 0.00 2 [ 1.00]
'Elixir.AbsintheTest.Author':'__schema__'/1 5 0.00 2 [ 0.40]
'Elixir.Plug.Adapters.Test.Conn':stringify_params/1 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Phase.Document.CurrentOperation':process/2 1 0.00 2 [ 2.00]
'Elixir.Enum':filter/2 5 0.00 2 [ 0.40]
'Elixir.Enum':reject_list/2 14 0.00 2 [ 0.14]
'Elixir.Enum':uniq/1 1 0.00 2 [ 2.00]
'Elixir.Enum':'-unzip/1-lists^foldl/2-0-'/3 17 0.00 2 [ 0.12]
'Elixir.Enum':'-map/2-anonymous-4-'/3 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':done/3 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':fetch_type_info/4 17 0.00 2 [ 0.12]
'Elixir.Postgrex.Protocol':handle_execute/4 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':handle_prepare/3 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':mode/1 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':notify/1 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':recv_transaction/3 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':'-columns/1-fun-0-'/1 12 0.00 2 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':possible_types/2 9 0.00 2 [ 0.22]
'Elixir.String.Chars':'impl_for!'/1 3 0.00 2 [ 0.67]
'Elixir.GenServer':whereis/1 6 0.00 2 [ 0.33]
absinthe_parser:extract_binary/1 4 0.00 2 [ 0.50]
absinthe_parser:yeccpars1/7 11 0.00 2 [ 0.18]
absinthe_parser:yeccpars2/7 12 0.00 2 [ 0.17]
'Elixir.AbsintheTest.Schema':plugins/0 4 0.00 2 [ 0.50]
'Elixir.Map':merge/3 1 0.00 2 [ 2.00]
'Elixir.Map':pop/2 2 0.00 2 [ 1.00]
persistent_term:get/2 6 0.00 2 [ 0.33]
lists:keymember/3 12 0.00 2 [ 0.17]
erlang:'--'/2 2 0.00 2 [ 1.00]
erlang:monotonic_time/1 6 0.00 2 [ 0.33]
erlang:make_ref/0 5 0.00 2 [ 0.40]
erlang:list_to_binary/1 4 0.00 2 [ 0.50]
'Elixir.Plug.Session':fetch_session/1 1 0.00 3 [ 3.00]
'Elixir.Logger.Config':'read_data!'/1 6 0.00 3 [ 0.50]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':source_location/1 4 0.00 3 [ 0.75]
'Elixir.Keyword':take/2 2 0.00 3 [ 1.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run_callbacks/4 4 0.00 3 [ 0.75]
'Elixir.System':normalize_time_unit/1 7 0.00 3 [ 0.43]
'Elixir.DBConnection.LogEntry':new/5 2 0.00 3 [ 1.50]
'Elixir.Base':enc64url_pair/1 10 0.00 3 [ 0.30]
'Elixir.Absinthe.Blueprint.Draft.List':convert/2 15 0.00 3 [ 0.20]
inet_tcp:recv/3 14 0.00 3 [ 0.21]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/2-fun-0-'/3 24 0.00 3 [ 0.13]
telemetry:execute/3 6 0.00 3 [ 0.50]
'Elixir.Task.Supervised':get_initial_call/1 4 0.00 3 [ 0.75]
'Elixir.Absinthe.Resolution.Projector':do_collect/6 7 0.00 3 [ 0.43]
'Elixir.Absinthe.Resolution.Projector':rectify_order/1 3 0.00 3 [ 1.00]
'Elixir.Absinthe.Resolution.Projector':update_schema_node/2 4 0.00 3 [ 0.75]
'Elixir.Absinthe.Plugin':'-pipeline/2-fun-0-'/3 6 0.00 3 [ 0.50]
'Elixir.Enum':sort/2 3 0.00 3 [ 1.00]
'Elixir.Enum':'-map/2-fun-0-'/3 5 0.00 3 [ 0.60]
'Elixir.Postgrex.Protocol':maybe_encode_msg/1 16 0.00 3 [ 0.19]
'Elixir.Postgrex.Protocol':msg_send/3 4 0.00 3 [ 0.75]
'Elixir.Postgrex.Protocol':'-msg_send/3-fun-0-'/2 16 0.00 3 [ 0.19]
absinthe_parser:extract_line/1 12 0.00 3 [ 0.25]
'Elixir.Absinthe.Schema':lookup_type/2 21 0.00 3 [ 0.14]
'Elixir.Absinthe.Schema':lookup_type/3 21 0.00 3 [ 0.14]
binary:split/3 1 0.00 3 [ 3.00]
ets:insert/2 3 0.00 3 [ 1.00]
erlang:system_info/1 4 0.00 3 [ 0.75]
erlang:start_timer/4 2 0.00 3 [ 1.50]
'Elixir.DBConnection':event/2 8 0.00 4 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_name/1 26 0.00 4 [ 0.15]
'Elixir.Plug.Conn':'valid_header_key?'/1 26 0.00 4 [ 0.15]
telemetry_handler_table:list_for_event/1 6 0.00 4 [ 0.67]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-0-'/1 1 0.00 4 [ 4.00]
'Elixir.Keyword':'-split/2-lists^foldl/2-0-'/3 26 0.00 4 [ 0.15]
'Elixir.Absinthe.Blueprint':current_operation/1 6 0.00 4 [ 0.67]
'Elixir.Absinthe.Phase.Schema':find_schema_field/4 7 0.00 4 [ 0.57]
'Elixir.Absinthe.Phase.Schema':'-set_children/3-fun-0-'/4 11 0.00 4 [ 0.36]
'Elixir.String':'contains?'/2 15 0.00 4 [ 0.27]
'Elixir.Task.Supervised':start_link/4 4 0.00 4 [ 1.00]
'Elixir.Ecto.Query.Planner':prewalk/6 14 0.00 4 [ 0.29]
'Elixir.Dataloader':async_safely/3 2 0.00 4 [ 2.00]
'Elixir.Macro':to_lower_char/1 20 0.00 4 [ 0.20]
'Elixir.Enum':unzip/1 5 0.00 4 [ 0.80]
'Elixir.Postgrex.Protocol':decode_tag/1 6 0.00 4 [ 0.67]
erlang:min/2 10 0.00 4 [ 0.40]
proc_lib:spawn_link/3 4 0.00 4 [ 1.00]
proc_lib:trans_init/3 4 0.00 4 [ 1.00]
absinthe_parser:build_ast_node/3 11 0.00 4 [ 0.36]
maps:values/1 10 0.00 4 [ 0.40]
erlang:integer_to_binary/1 5 0.00 4 [ 0.80]
ets:give_away/3 2 0.00 4 [ 2.00]
erlang:list_to_bitstring/1 6 0.00 4 [ 0.67]
ets:delete/1 5 0.00 4 [ 0.80]
erlang:process_flag/2 6 0.00 4 [ 0.67]
'Elixir.Plug.Conn':put_private/3 3 0.00 5 [ 1.67]
'Elixir.Keyword':'-split/2-fun-0-'/3 24 0.00 5 [ 0.21]
'Elixir.Absinthe.Blueprint.Draft':convert/2 21 0.00 5 [ 0.24]
'Elixir.Kernel':'-struct/2-fun-0-'/2 23 0.00 5 [ 0.22]
'Elixir.Task':await/2 2 0.00 5 [ 2.50]
'Elixir.URI':unpercent/3 4 0.00 5 [ 1.25]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/3-fun-0-'/2 24 0.00 5 [ 0.21]
telemetry:'-execute/3-fun-0-'/4 3 0.00 5 [ 1.67]
'Elixir.Postgrex.Protocol':rows_recv/5 8 0.00 5 [ 0.63]
erlang:binary_to_atom/2 5 0.00 5 [ 1.00]
'Elixir.Absinthe.Blueprint.Draft':impl_for/1 21 0.00 6 [ 0.29]
'Elixir.Absinthe.Resolution.Helpers':dataloader/1 5 0.00 6 [ 1.20]
maps:fold_1/3 54 0.00 6 [ 0.11]
'Elixir.DBConnection.Query':'impl_for!'/1 8 0.00 6 [ 0.75]
'Elixir.Task.Supervised':invoke_mfa/2 4 0.00 6 [ 1.50]
'Elixir.Postgrex.Messages':encode/1 16 0.00 6 [ 0.38]
'Elixir.Process':get/2 15 0.00 6 [ 0.40]
'Elixir.Ecto.Query.Planner':validate_and_increment/6 26 0.00 6 [ 0.23]
'Elixir.Ecto.Query.Planner':'-normalize_query/4-fun-0-'/6 26 0.00 6 [ 0.23]
'Elixir.Enum':'-reduce/3-fun-0-'/4 21 0.00 6 [ 0.29]
ets:new/2 5 0.00 6 [ 1.20]
erlang:send_after/3 2 0.00 6 [ 3.00]
erlang:port_get_data/1 18 0.00 6 [ 0.33]
erlang:split_binary/2 18 0.00 6 [ 0.33]
'Elixir.Absinthe.Blueprint.Draft':'impl_for!'/1 21 0.00 7 [ 0.33]
maps:fold/3 24 0.00 7 [ 0.29]
maps:iterator/1 24 0.00 7 [ 0.29]
'Elixir.Absinthe.Blueprint.Transform':prewalk/2 27 0.00 7 [ 0.26]
prim_inet:ctl_cmd/3 14 0.00 7 [ 0.50]
'Elixir.Ecto.Query.Planner':'-traverse_cache/4-fun-0-'/6 26 0.00 7 [ 0.27]
absinthe_lexer:string/4 61 0.00 7 [ 0.11]
absinthe_lexer:string_cont/4 60 0.00 7 [ 0.12]
'Elixir.Macro':do_underscore/2 20 0.00 7 [ 0.35]
'Elixir.Postgrex.Protocol':rows_recv/4 10 0.00 7 [ 0.70]
erlang:port_control/3 14 0.00 7 [ 0.50]
ets:select/2 2 0.00 7 [ 3.50]
ets:insert_new/2 2 0.00 7 [ 3.50]
erlang:monotonic_time/0 14 0.00 7 [ 0.50]
lists:sublist_2/2 42 0.00 8 [ 0.19]
'Elixir.Absinthe.Blueprint.Transform':prewalk/3 30 0.00 8 [ 0.27]
prim_inet:enc_time/1 14 0.00 8 [ 0.57]
'Elixir.Postgrex.Messages':decode_string/1 18 0.00 8 [ 0.44]
'Elixir.Kernel.Utils':destructure_list/2 12 0.00 8 [ 0.67]
'Elixir.Postgrex.Protocol':decode_tag/2 36 0.00 8 [ 0.22]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-run_callbacks/4-fun-0-'/3 12 0.00 9 [ 0.75]
'Elixir.Absinthe.Blueprint':prewalk/2 27 0.00 9 [ 0.33]
'Elixir.Process':get/1 11 0.00 9 [ 0.82]
'Elixir.Ecto.Query.Planner':merge_cache/6 26 0.00 9 [ 0.35]
'Elixir.Ecto.Query.Planner':select_field/2 11 0.00 9 [ 0.82]
'Elixir.Postgrex.Types':decode_rows/4 10 0.00 10 [ 1.00]
prim_inet:async_recv/3 14 0.00 10 [ 0.71]
'Elixir.Postgrex.Protocol':fetch_type_info/2 4 0.00 10 [ 2.50]
ets:lookup_element/3 15 0.00 10 [ 0.67]
erlang:process_info/2 10 0.00 10 [ 1.00]
'Elixir.Ecto.Query.Planner':'-traverse_exprs/4-fun-0-'/3 52 0.00 11 [ 0.21]
inet_db:lookup_socket/1 18 0.00 11 [ 0.61]
erlang:cancel_timer/2 4 0.00 11 [ 2.75]
erlang:list_to_atom/1 16 0.00 11 [ 0.69]
'Elixir.Postgrex.DefaultTypes':'-encode_params/3-anonymous-2-'/2 1 0.00 12 [ 12.00]
'Elixir.Postgrex.Messages':parse/3 20 0.00 12 [ 0.60]
'Elixir.Postgrex.Protocol':msg_recv/3 26 0.00 12 [ 0.46]
erlang:apply/2 6 0.00 12 [ 2.00]
'Elixir.Absinthe.Pipeline':run_phase/3 47 0.00 13 [ 0.28]
absinthe_lexer:yystate/0 60 0.00 13 [ 0.22]
absinthe_lexer:yyaction/4 60 0.00 14 [ 0.23]
gen_tcp:recv/3 14 0.00 15 [ 1.07]
erlang:put/2 32 0.00 15 [ 0.47]
proc_lib:init_p/5 4 0.00 16 [ 4.00]
'Elixir.Absinthe.Schema':'-types/1-fun-0-'/2 15 0.00 16 [ 1.07]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/3-fun-0-'/2 149 0.00 17 [ 0.11]
'Elixir.Task.Supervised':stream_monitor_loop/2 8 0.00 17 [ 2.13]
'Elixir.Postgrex.Protocol':msg_decode/1 26 0.00 17 [ 0.65]
maps:next/1 54 0.00 18 [ 0.33]
lists:do_flatten/2 94 0.00 19 [ 0.20]
'Elixir.Absinthe.Type.BuiltIns.Introspection':'__absinthe_type__'/1 7 0.00 20 [ 2.86]
'Elixir.Absinthe.Blueprint.Transform':pass/2 173 0.00 20 [ 0.12]
code_server:call/1 109 0.00 23 [ 0.21]
code:ensure_loaded/1 109 0.00 24 [ 0.22]
'Elixir.Enum':'fetch!'/2 1 0.00 24 [ 24.00]
'Elixir.Absinthe.Pipeline':phase_invocation/1 46 0.00 27 [ 0.59]
code:call/1 109 0.00 27 [ 0.25]
'Elixir.Absinthe.Blueprint.Transform':'-walk/4-fun-0-'/4 139 0.00 32 [ 0.23]
binary:match/2 35 0.00 32 [ 0.91]
re:run/3 2 0.00 34 [ 17.00]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/2-fun-0-'/3 137 0.00 37 [ 0.27]
ets:update_element/3 10 0.00 37 [ 3.70]
absinthe_lexer:yystate/6 140 0.00 38 [ 0.27]
erlang:module_loaded/1 109 0.00 46 [ 0.42]
'Elixir.Absinthe.Schema':cached_lookup_type/2 20 0.00 54 [ 2.70]
error_handler:undefined_function/3 109 0.00 62 [ 0.57]
erlang:function_exported/3 115 0.00 65 [ 0.57]
erlang:whereis/1 111 0.00 67 [ 0.60]
error_handler:ensure_loaded/1 109 0.00 79 [ 0.72]
'Elixir.Absinthe.Blueprint.Transform':walk_children/4 167 0.00 82 [ 0.49]
erlang:iolist_size/1 17 0.00 109 [ 6.41]
maps:keys/1 2 0.01 186 [ 93.00]
'Elixir.Absinthe.Blueprint.Transform':walk/4 701 0.01 191 [ 0.27]
erlang:monitor/2 119 0.01 275 [ 2.31]
erts_internal:port_command/3 4 0.02 370 [ 92.50]
'Elixir.Ecto.Type':'-dump_fun/1-fun-6-'/1 10000 0.04 976 [ 0.10]
'Elixir.Ecto.Type':same_integer/1 10000 0.04 1006 [ 0.10]
'Elixir.Ecto.Type':cast_integer/1 10000 0.04 1016 [ 0.10]
'Elixir.Ecto.Repo.Preloader':unzip_ids/3 10001 0.05 1116 [ 0.11]
'Elixir.Ecto.Type':adapter_dump/3 10001 0.05 1118 [ 0.11]
'Elixir.Enum':map_reduce/3 10546 0.05 1126 [ 0.11]
erlang:list_to_tuple/1 10005 0.05 1141 [ 0.11]
'Elixir.Dataloader.Source.Dataloader.Ecto':load/3 10000 0.05 1161 [ 0.12]
'Elixir.Ecto.Type':array/4 10001 0.05 1182 [ 0.12]
'Elixir.Inspect.Map':inspect/2 10000 0.05 1202 [ 0.12]
'Elixir.Ecto.Type':array/3 10001 0.05 1208 [ 0.12]
'Elixir.Enumerable.List':reduce/3 10008 0.05 1222 [ 0.12]
'Elixir.Dataloader':do_get/2 10000 0.05 1258 [ 0.13]
'Elixir.Dataloader.Source':load/3 10000 0.05 1270 [ 0.13]
'Elixir.Map':get_and_update/3 10011 0.05 1276 [ 0.13]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch_item_from_batch/2 10000 0.05 1284 [ 0.13]
erlang:'++'/2 10043 0.05 1284 [ 0.13]
'Elixir.Ecto.Repo.Preloader':load_assoc/2 10000 0.06 1300 [ 0.13]
'Elixir.Kernel':'validate_struct!'/3 10010 0.06 1302 [ 0.13]
'Elixir.Dataloader.Source':'pending_batches?'/1 10004 0.06 1314 [ 0.13]
'Elixir.Enumerable.Map':reduce/3 10007 0.06 1335 [ 0.13]
'Elixir.Absinthe.Resolution.Helpers':on_load/2 10000 0.06 1373 [ 0.14]
'Elixir.Inspect.Map':inspect/3 10000 0.06 1399 [ 0.14]
'Elixir.Dataloader':load_many/4 10000 0.06 1417 [ 0.14]
'Elixir.Access':get_and_update/3 10011 0.06 1506 [ 0.15]
'Elixir.Inspect.PID':inspect/2 10000 0.07 1542 [ 0.15]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int4'/6 10000 0.07 1552 [ 0.16]
'Elixir.Dataloader.Source.Dataloader.Ecto':'pending_batches?'/1 10004 0.07 1561 [ 0.16]
'Elixir.Inspect.Tuple':inspect/2 10000 0.07 1574 [ 0.16]
'Elixir.Kernel':inspect/2 10000 0.07 1578 [ 0.16]
'Elixir.Absinthe.Resolution.Helpers':do_dataloader/6 10000 0.07 1584 [ 0.16]
'Elixir.Postgrex.DefaultTypes':encode_list/3 10001 0.07 1584 [ 0.16]
'Elixir.Absinthe.Phase.Document.Result':list_data/3 10001 0.07 1652 [ 0.17]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-1-'/1 10000 0.08 1806 [ 0.18]
'Elixir.Inspect.Algebra':nest/3 10000 0.08 1811 [ 0.18]
erlang:tuple_to_list/1 10000 0.08 1843 [ 0.18]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-2-'/2 10000 0.08 1853 [ 0.19]
'Elixir.Enum':'any?'/2 10004 0.08 1903 [ 0.19]
'Elixir.Ecto.Type':'-cast_fun/1-fun-6-'/1 10000 0.08 1907 [ 0.19]
'Elixir.Jason.Encode':list_loop/3 10000 0.08 1922 [ 0.19]
'Elixir.Ecto':'assoc_loaded?'/1 10000 0.08 1954 [ 0.20]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-2-'/2 10000 0.08 1963 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-to_result/4-fun-0-'/4 10000 0.08 1967 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-propagate_null_trimming/1-fun-0-'/1 10000 0.08 1973 [ 0.20]
'Elixir.Ecto.Type':dump/3 10001 0.08 1983 [ 0.20]
'Elixir.Ecto.Repo.Preloader':'-fetch_ids/4-fun-0-'/7 10000 0.09 2002 [ 0.20]
'Elixir.Jason.Encode':'-encode_map_function/1-fun-0-'/3 20002 0.09 2005 [ 0.10]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-4-'/4 10000 0.09 2011 [ 0.20]
'Elixir.Enum':'-unzip/1-anonymous-2-'/3 10000 0.09 2045 [ 0.20]
'Elixir.Ecto.Type':'-process_dumpers/3-fun-0-'/3 10000 0.09 2053 [ 0.21]
'Elixir.Kernel':struct/3 10020 0.09 2054 [ 0.20]
'Elixir.Map':update/4 10005 0.09 2068 [ 0.21]
'Elixir.Ecto.Adapters.Postgres':dumpers/2 10002 0.09 2109 [ 0.21]
'Elixir.Jason':'encode!'/2 1 0.09 2113 [ 2113.00]
'Elixir.Inspect.List':'keyword?'/1 10000 0.09 2114 [ 0.21]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_list_violation?'/1 10000 0.09 2123 [ 0.21]
'Elixir.Absinthe.Phase.Document.Result':field_data/2 20001 0.09 2126 [ 0.11]
'Elixir.Absinthe.Resolution':call/2 10001 0.09 2131 [ 0.21]
'Elixir.Ecto.Type':dump_fun/1 10000 0.09 2137 [ 0.21]
'Elixir.Jason.Encode':map_naive/3 20002 0.09 2160 [ 0.11]
'Elixir.Absinthe.Middleware.Dataloader':get_result/2 10000 0.09 2162 [ 0.22]
'Elixir.Ecto.Repo.Preloader':'assert_struct!'/2 10000 0.09 2169 [ 0.22]
'Elixir.Inspect.Algebra':nest/2 10000 0.09 2207 [ 0.22]
'Elixir.Enum':find/3 20014 0.09 2227 [ 0.11]
'Elixir.Enumerable':reduce/3 10013 0.10 2238 [ 0.22]
'Elixir.Enum':'-unzip/1-fun-0-'/2 10013 0.10 2248 [ 0.22]
'Elixir.Enum':find/2 20014 0.10 2259 [ 0.11]
'Elixir.Inspect.Opts':'__struct__'/0 10000 0.10 2263 [ 0.23]
'Elixir.Enum':zip_list/2 10003 0.10 2269 [ 0.23]
'Elixir.Ecto.Repo.Queryable':process_args/4 10000 0.10 2293 [ 0.23]
'Elixir.Jason.Encode':encode_string/2 20000 0.10 2343 [ 0.12]
erts_internal:port_control/3 14 0.10 2347 [ 167.64]
'Elixir.Inspect.Algebra':apply_nesting/3 10000 0.10 2375 [ 0.24]
'Elixir.Enumerable':impl_for/1 10013 0.10 2414 [ 0.24]
'Elixir.Dataloader':'-pending_batches?/1-fun-0-'/1 10004 0.10 2463 [ 0.25]
'Elixir.Inspect.Algebra':group/2 20000 0.10 2466 [ 0.12]
'Elixir.Enum':'-any?/2-fun-0-'/3 10004 0.11 2470 [ 0.25]
'Elixir.Dataloader.Source':fetch/3 10000 0.11 2486 [ 0.25]
'Elixir.String.Tokenizer':validate/2 20000 0.11 2567 [ 0.13]
'Elixir.Absinthe.Resolution.Helpers':use_parent/6 10000 0.11 2568 [ 0.26]
'Elixir.Map':'get_and_update!'/3 10006 0.11 2587 [ 0.26]
'Elixir.Dataloader':get/4 10000 0.11 2609 [ 0.26]
'Elixir.Absinthe.Resolution.Helpers':'-do_dataloader/6-fun-0-'/5 10000 0.11 2671 [ 0.27]
'Elixir.Dataloader':'-do_load/3-fun-0-'/3 10000 0.12 2731 [ 0.27]
'Elixir.Inspect.Algebra':format/2 10000 0.12 2776 [ 0.28]
'Elixir.Map':new/2 10021 0.12 2780 [ 0.28]
erlang:spawn_opt/1 2 0.12 2872 [ 1436.00]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'-__absinthe_type__/1-fun-5-'/1 20000 0.12 2875 [ 0.14]
'Elixir.MapSet':new/1 10000 0.12 2898 [ 0.29]
'Elixir.Kernel':struct/2 10011 0.12 2928 [ 0.29]
'Elixir.Inspect.Map':traverse_fun/2 10000 0.13 2966 [ 0.30]
'Elixir.Enumerable.Map':reduce_list/3 20017 0.13 2966 [ 0.15]
'Elixir.Enumerable':'impl_for!'/1 10013 0.13 3016 [ 0.30]
'Elixir.Dataloader':load/4 10000 0.13 3062 [ 0.31]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'__absinthe_type__'/1 20007 0.13 3069 [ 0.15]
'Elixir.Dataloader':do_load/3 10000 0.13 3102 [ 0.31]
'Elixir.Absinthe.Middleware.MapGet':call/2 20000 0.13 3102 [ 0.16]
'Elixir.Absinthe.Type.BuiltIns':'__absinthe_type__'/1 20014 0.13 3104 [ 0.16]
'Elixir.Absinthe.Middleware.Dataloader':call/2 20000 0.13 3119 [ 0.16]
'Elixir.Postgrex.DefaultTypes':decode_rows/4 20010 0.14 3205 [ 0.16]
'Elixir.Dataloader':'-load_many/4-fun-0-'/2 10000 0.14 3213 [ 0.32]
'Elixir.Dataloader':'-load_many/4-fun-1-'/3 10000 0.14 3299 [ 0.33]
'Elixir.Ecto.Type':process_dumpers/3 20002 0.14 3300 [ 0.16]
'Elixir.Enum':'-uniq/1-fun-0-'/1 10000 0.14 3350 [ 0.34]
'Elixir.Absinthe.Resolution.Helpers':'-dataloader/1-fun-0-'/4 10000 0.14 3381 [ 0.34]
'Elixir.Inspect.Algebra':group/1 20000 0.14 3397 [ 0.17]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-1-'/3 10000 0.15 3427 [ 0.34]
'Elixir.AbsintheTest.Schema':'__do_absinthe_middleware__'/3 30065 0.15 3456 [ 0.11]
'Elixir.AbsintheTest.Schema':'__absinthe_lookup__'/1 30023 0.15 3587 [ 0.12]
'Elixir.Inspect.Algebra':container_doc/6 20000 0.15 3596 [ 0.18]
'Elixir.Ecto.Repo.Queryable':'-process_args/4-fun-0-'/4 20000 0.17 3967 [ 0.20]
'Elixir.Ecto.Type':'-load_fun/1-fun-13-'/1 40000 0.17 4058 [ 0.10]
'Elixir.NaiveDateTime':'from_erl!'/3 40000 0.18 4181 [ 0.10]
'Elixir.Ecto.Repo.Queryable':'-postprocessor/4-fun-0-'/3 20000 0.18 4201 [ 0.21]
'Elixir.NaiveDateTime':'from_erl!'/2 40000 0.18 4227 [ 0.11]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':propagate_null_trimming/1 30003 0.18 4269 [ 0.14]
'Elixir.Postgrex.Extensions.Timestamp':split/2 40000 0.19 4383 [ 0.11]
'Elixir.MapSet':new_from_list/2 20000 0.19 4413 [ 0.22]
'Elixir.Kernel':inspect/1 10000 0.19 4416 [ 0.44]
'Elixir.Absinthe.Type.Scalar':serialize/2 20000 0.19 4527 [ 0.23]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-0-'/2 9999 0.20 4613 [ 0.46]
'Elixir.Enum':to_list/1 20025 0.20 4656 [ 0.23]
'Elixir.Ecto.Type':load_naive_datetime/1 40000 0.20 4729 [ 0.12]
'Elixir.Absinthe.Resolution':put_result/2 20001 0.20 4736 [ 0.24]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch/3 20000 0.21 4874 [ 0.24]
'Elixir.Process':info/2 6 0.21 4945 [ 824.17]
'Elixir.Dataloader':'pending_batches?'/1 10004 0.21 4989 [ 0.50]
'Elixir.Inspect.Atom':inspect/2 40000 0.21 5003 [ 0.13]
'Elixir.Inspect.Algebra':'-container_doc/6-fun-0-'/4 50000 0.22 5096 [ 0.10]
'Elixir.Jason.Encode':escape_json/3 50002 0.22 5121 [ 0.10]
'Elixir.Inspect.Algebra':flex_glue/2 50000 0.22 5129 [ 0.10]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_field/4 40001 0.22 5200 [ 0.13]
'Elixir.Ecto.Repo.Queryable':'-preprocessor/3-fun-0-'/5 20000 0.22 5205 [ 0.26]
'Elixir.Map':new_transform/3 40088 0.22 5212 [ 0.13]
binary:copy/1 30000 0.23 5305 [ 0.18]
'Elixir.Enum':'-map_reduce/3-lists^mapfoldl/2-0-'/3 30690 0.24 5537 [ 0.18]
'Elixir.Inspect.Algebra':flex_glue/3 50000 0.24 5585 [ 0.11]
erlang:pid_to_list/1 10000 0.24 5669 [ 0.57]
'Elixir.Dataloader':get_source/2 20000 0.24 5734 [ 0.29]
maps:to_list_internal/1 50030 0.25 5798 [ 0.12]
'Elixir.AbsintheTest.Schema':middleware/3 30065 0.25 5832 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_concrete_type/3 20001 0.25 5834 [ 0.29]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_fields/4 20001 0.25 5846 [ 0.29]
'Elixir.Inspect.Algebra':join/4 50000 0.25 5873 [ 0.12]
ets:lookup/2 20020 0.25 5943 [ 0.30]
elixir_config:get/2 20000 0.25 5989 [ 0.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-0-'/1 30002 0.26 5994 [ 0.20]
'Elixir.Jason.Encode':map_naive_loop/3 30002 0.26 6056 [ 0.20]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Timestamp'/6 40000 0.26 6065 [ 0.15]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_return_type/1 20001 0.26 6074 [ 0.30]
'Elixir.Absinthe.Resolution.Projector':project/5 20001 0.26 6115 [ 0.31]
'Elixir.Jason.Encode':escape_json/4 50002 0.26 6190 [ 0.12]
'Elixir.Ecto.Repo.Queryable':preprocess/4 40000 0.27 6288 [ 0.16]
'Elixir.String.Tokenizer':tokenize/1 20000 0.27 6392 [ 0.32]
'Elixir.Jason.Encode':key/2 30002 0.27 6408 [ 0.21]
'Elixir.Absinthe.Type.BuiltIns.Scalars':parse_with/2 20007 0.27 6455 [ 0.32]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-3-'/3 10000 0.28 6502 [ 0.65]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_result/4 30001 0.29 6694 [ 0.22]
'Elixir.Dataloader.Source':impl_for/1 30006 0.29 6745 [ 0.22]
'Elixir.AbsintheTest.Book':'__info__'/1 30000 0.29 6801 [ 0.23]
'Elixir.Jason.Encode':'-escape_function/1-fun-0-'/3 50002 0.29 6849 [ 0.14]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':add_errors/3 30001 0.29 6900 [ 0.23]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int8'/6 40000 0.30 6929 [ 0.17]
'Elixir.Task.Supervised':stream_reduce/7 10 0.30 6955 [ 695.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':maybe_add_non_null_error/3 30001 0.30 6996 [ 0.23]
'Elixir.AbsintheTest.Book':'__schema__'/2 30001 0.30 7010 [ 0.23]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-get_keys/2-fun-0-'/2 30000 0.30 7012 [ 0.23]
erts_internal:map_next/3 50054 0.30 7122 [ 0.14]
'Elixir.Enum':find_list/3 60021 0.30 7159 [ 0.12]
'Elixir.Absinthe.Schema':'__ensure_middleware__'/3 30065 0.31 7173 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_fields/6 50002 0.31 7189 [ 0.14]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_violation?'/1 30002 0.31 7206 [ 0.24]
'Elixir.AbsintheTest.Schema':'-__absinthe_lookup__/1-fun-0-'/2 30065 0.31 7250 [ 0.24]
lists:member/2 50026 0.31 7250 [ 0.14]
'Elixir.Code.Identifier':'valid_alias_piece?'/1 60000 0.31 7272 [ 0.12]
'Elixir.Enum':uniq_list/3 10001 0.31 7352 [ 0.74]
'Elixir.Access':get/3 30048 0.31 7361 [ 0.24]
'Elixir.Enum':'member?'/2 30026 0.31 7381 [ 0.25]
'Elixir.Absinthe.Phase.Document.Result':field_data/3 50002 0.32 7409 [ 0.15]
'Elixir.Enum':map/2 30068 0.32 7478 [ 0.25]
'Elixir.Absinthe.Phase.Document.Result':field_name/1 30001 0.32 7515 [ 0.25]
'Elixir.AbsintheTest.Book':'__schema__'/1 30005 0.32 7554 [ 0.25]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_field/5 30001 0.33 7708 [ 0.26]
erlang:atom_to_binary/2 40015 0.33 7713 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_propagate_null_trimming/1 40003 0.33 7775 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_results/6 50004 0.34 8086 [ 0.16]
'Elixir.Dataloader.Source.Dataloader.Ecto':normalize_key/2 30000 0.35 8107 [ 0.27]
'Elixir.Dataloader.Source':'impl_for!'/1 30006 0.35 8188 [ 0.27]
'Elixir.Enum':into/2 30001 0.35 8197 [ 0.27]
'Elixir.Inspect':impl_for/1 70000 0.35 8294 [ 0.12]
'Elixir.NaiveDateTime':new/8 40000 0.35 8322 [ 0.21]
'Elixir.Ecto.Type':load/3 40000 0.35 8332 [ 0.21]
'Elixir.Calendar.ISO':days_in_month/2 40000 0.36 8429 [ 0.21]
'Elixir.Inspect':inspect/2 70000 0.36 8430 [ 0.12]
'Elixir.Ecto.Type':load_fun/1 40000 0.36 8484 [ 0.21]
'Elixir.Map':new/1 40015 0.36 8522 [ 0.21]
calendar:year_day_to_date/2 40000 0.36 8552 [ 0.21]
'Elixir.Ecto.Adapters.Postgres':loaders/2 40000 0.36 8566 [ 0.21]
'Elixir.Code.Identifier':unary_op/1 40000 0.37 8576 [ 0.21]
'Elixir.NaiveDateTime':new/7 40000 0.37 8596 [ 0.21]
'Elixir.Code.Identifier':binary_op/1 40000 0.37 8671 [ 0.22]
'Elixir.AbsintheTest.Schema':'__absinthe_type__'/1 30023 0.37 8706 [ 0.29]
'Elixir.Absinthe.Type':unwrap/1 50013 0.38 8843 [ 0.18]
'Elixir.Dataloader.Source.Dataloader.Ecto':get_keys/2 30000 0.38 8848 [ 0.29]
'Elixir.Inspect.Atom':color_key/1 40000 0.38 8972 [ 0.22]
'Elixir.Dataloader.Source.Dataloader.Ecto':chase_down_queryable/2 30000 0.39 9107 [ 0.30]
'Elixir.Absinthe.Type':expand/2 30007 0.39 9150 [ 0.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_resolution_struct/5 30001 0.40 9447 [ 0.31]
calendar:gregorian_seconds_to_datetime/1 40000 0.41 9531 [ 0.24]
'Elixir.Map':get/2 60000 0.41 9587 [ 0.16]
'Elixir.Code.Identifier':'valid_alias?'/1 40000 0.41 9600 [ 0.24]
'Elixir.Postgrex.Extensions.Timestamp':split/1 40000 0.41 9651 [ 0.24]
'Elixir.Postgrex.Extensions.Timestamp':microsecond_to_elixir/1 40000 0.41 9698 [ 0.24]
'Elixir.Ecto.Type':'primitive?'/1 50001 0.41 9716 [ 0.19]
'Elixir.Dataloader.Source.Dataloader.Ecto':validate_queryable/1 30000 0.42 9753 [ 0.33]
calendar:day_to_year/1 40000 0.42 9900 [ 0.25]
calendar:is_leap_year1/1 80000 0.43 10022 [ 0.13]
'Elixir.Code.Identifier':inspect_as_atom/1 40000 0.43 10048 [ 0.25]
'Elixir.Jason.Encode':value/3 40003 0.44 10284 [ 0.26]
'Elixir.Calendar.ISO':'valid_time?'/4 40000 0.44 10439 [ 0.26]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':find_bad_child/1 40003 0.45 10587 [ 0.26]
'Elixir.Calendar.ISO':'valid_date?'/3 40000 0.45 10653 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-1-'/2 30001 0.45 10662 [ 0.36]
calendar:seconds_to_time/1 40000 0.46 10692 [ 0.27]
'Elixir.Ecto.Type':process_loaders/3 80000 0.46 10895 [ 0.14]
'Elixir.Map':get/3 70028 0.47 10985 [ 0.16]
'Elixir.Inspect.Algebra':flex_break/1 50000 0.47 10997 [ 0.22]
maps:find/2 50001 0.48 11181 [ 0.22]
maps:to_list/1 50030 0.48 11303 [ 0.23]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Raw'/6 30000 0.49 11482 [ 0.38]
'Elixir.Inspect.Algebra':container_each/6 70000 0.51 11894 [ 0.17]
'Elixir.Ecto.Type':type/1 50001 0.51 11986 [ 0.24]
calendar:year_day_to_date2/2 40000 0.52 12116 [ 0.30]
'Elixir.Absinthe.Phase.Document.Result':data/2 40002 0.52 12178 [ 0.30]
'Elixir.Ecto.Repo.Queryable':process/4 60000 0.52 12315 [ 0.21]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':to_result/4 40001 0.53 12423 [ 0.31]
'Elixir.Ecto.Type':truncate_usec/1 40000 0.54 12582 [ 0.31]
'Elixir.Map':'update!'/3 70026 0.54 12726 [ 0.18]
'Elixir.Enum':reduce/3 80091 0.55 12913 [ 0.16]
'Elixir.Inspect.Algebra':fold_doc/2 60000 0.56 13150 [ 0.22]
'Elixir.Ecto.Repo.Preloader':one_assoc_map/3 10001 0.57 13283 [ 1.33]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':update_persisted_fields/2 50001 0.62 14575 [ 0.29]
'Elixir.NaiveDateTime':convert/2 40000 0.62 14583 [ 0.36]
'Elixir.Enum':reverse/1 50044 0.63 14705 [ 0.29]
maps:get/2 90091 0.64 15039 [ 0.17]
erlang:spawn_link/3 4 0.64 15067 [ 3766.75]
'Elixir.String.Tokenizer':continue/5 110000 0.64 15084 [ 0.14]
'Elixir.NaiveDateTime':from_erl/3 40000 0.65 15190 [ 0.38]
calendar:dty/5 40000 0.65 15307 [ 0.38]
'Elixir.MapSet':put/2 9999 0.66 15465 [ 1.55]
'Elixir.Absinthe.Resolution.Projector':'-project/5-fun-0-'/2 70001 0.67 15622 [ 0.22]
'Elixir.Inspect.Algebra':decrement/1 60000 0.67 15707 [ 0.26]
calendar:gregorian_days_to_date/1 40000 0.68 16006 [ 0.40]
erlang:send/2 25 0.68 16074 [ 642.96]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':call_middleware/2 50001 0.71 16565 [ 0.33]
calendar:is_leap_year/1 80000 0.71 16683 [ 0.21]
lists:keyfind/3 150104 0.74 17402 [ 0.12]
'Elixir.Inspect':'impl_for!'/1 70000 0.77 18080 [ 0.26]
'Elixir.Ecto.Repo.Queryable':'struct_load!'/6 130000 0.78 18379 [ 0.14]
erlang:atom_to_list/1 40009 0.79 18635 [ 0.47]
'Elixir.Inspect.Algebra':to_doc/2 70000 0.80 18764 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':reduce_resolution/1 80002 0.81 19115 [ 0.24]
maps:from_list/1 90038 0.82 19321 [ 0.21]
'Elixir.Map':take/2 30001 0.83 19576 [ 0.65]
'Elixir.AbsintheTest.Schema':'__absinthe_middleware__'/3 30065 0.87 20347 [ 0.68]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_result/5 70004 0.87 20359 [ 0.29]
'Elixir.Keyword':get/2 100010 0.88 20583 [ 0.21]
maps:merge/2 90015 0.90 21023 [ 0.23]
'Elixir.Keyword':get/3 140069 0.91 21375 [ 0.15]
'Elixir.Inspect.Algebra':color/3 100000 0.91 21434 [ 0.21]
'Elixir.Enum':'-reduce/3-lists^foldl/2-0-'/3 190212 0.94 22001 [ 0.12]
'Elixir.Ecto.Type':'of_base_type?'/2 120000 1.05 24619 [ 0.21]
lists:reverse/2 60046 1.06 24892 [ 0.41]
lists:reverse/1 90080 1.11 26163 [ 0.29]
'Elixir.Enum':'-map/2-lists^map/1-0-'/2 140113 1.14 26741 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-0-'/2 30001 1.16 27265 [ 0.91]
calendar:dy/1 120000 1.24 29185 [ 0.24]
'Elixir.Code.Identifier':classify/1 40000 1.26 29658 [ 0.74]
erlang:iolist_to_binary/1 20863 1.35 31632 [ 1.52]
erlang:demonitor/2 115 1.60 37637 [ 327.28]
'Elixir.Code.Identifier':trim_leading_while_valid_identifier/1 340000 1.62 38122 [ 0.11]
'Elixir.Map':take/3 240008 1.65 38765 [ 0.16]
'Elixir.Jason.Encode':escape_json_chunk/5 358899 1.72 40474 [ 0.11]
'Elixir.Ecto.Type':adapter_load/3 120000 1.84 43289 [ 0.36]
'Elixir.Inspect.Algebra':concat/2 180000 2.34 54863 [ 0.30]
'Elixir.Inspect.Algebra':format/3 410000 3.97 93284 [ 0.23]
--------------------------------------------------------------------------------------------- -------- ------- ------- [----------]
Total: 10510520 100.00% 2348754 [ 0.22]
.
Finished in 7.3 seconds
1 test, 0 failures
Randomized with seed 422188
FUNCTION CALLS % TIME [uS / CALLS]
-------- ----- ------- ---- [----------]
application:get_env/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.Join':apply/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.Join':'join!'/1 2 0.00 0 [ 0.00]
erl_scan:location/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Session':before_send/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Session':put_cookie/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Session':put_session/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Session':'-fetch_session/1-fun-0-'/5 1 0.00 0 [ 0.00]
'Elixir.Plug.Session':'-before_send/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Application':get_env/2 1 0.00 0 [ 0.00]
'Elixir.Timber.JSON':'encode_to_binary!'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':execute/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':having/2 6 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':join_on/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':join_qual/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':lock/1 6 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':operator_to_boolean/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':prepare_execute/5 6 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':'-order_by/3-fun-1-'/3 5 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':'-order_by/3-fun-0-'/1 5 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':'-expr/3-fun-3-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres.Connection':'-boolean/4-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':fetch_cookies/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':fetch_query_params/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':fetch_session/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':fetch_session/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':get_session/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':merge_headers/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':put_resp_content_type/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':put_resp_cookie/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':put_session/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':send_resp/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':update_cookies/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'verify_cookie!'/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-put_resp_cookie/4-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn':'-merge_headers/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AddExtension':run/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection':execute/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':handle_common_result/3 6 0.00 0 [ 0.00]
'Elixir.DBConnection':log/5 7 0.00 0 [ 0.00]
'Elixir.DBConnection':log_result/1 7 0.00 0 [ 0.00]
'Elixir.DBConnection':maybe_encode/4 1 0.00 0 [ 0.00]
'Elixir.DBConnection':prepare_execute/4 6 0.00 0 [ 0.00]
'Elixir.DBConnection':run_execute/5 7 0.00 0 [ 0.00]
'Elixir.DBConnection':run_prepare_execute/5 6 0.00 0 [ 0.00]
'Elixir.DBConnection':'-execute/4-fun-0-'/5 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_operation_name/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':decode_variables/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':log/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':normalize_raw_document/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':parse/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request.Query':provide_document/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Queryable.Ecto.Query':to_query/1 11 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':after_resolution/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':pipeline/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-4-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-3-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-2-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-1-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':apply_before_send/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':default_document_providers/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_document_provider/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':ensure_processable/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':execute/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':init/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':run_query/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':update_config/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_documents/2-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug':'-ensure_document_provider/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Timber.Plug':handle_request_id/1 3 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.CreateTracing':run/2 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Config':cache/3 1 0.00 0 [ 0.00]
'Elixir.ApolloTracing.Pipeline':add_phases/1 1 0.00 0 [ 0.00]
'Elixir.ApolloTracing.Pipeline':plug/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':insert_before/3 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':run_phase/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':one/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':process_args/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':'-process_args/4-fun-0-'/4 4 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':'-preprocessor/3-fun-2-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Queryable':'-postprocessor/4-fun-2-'/3 1 0.00 0 [ 0.00]
'Elixir.Timber.LocalContext':add/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-3-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':run/2 1 0.00 0 [ 0.00]
digraph_utils:topsort/1 1 0.00 0 [ 0.00]
digraph_utils:forest/3 1 0.00 0 [ 0.00]
digraph_utils:forest/4 1 0.00 0 [ 0.00]
digraph_utils:revpostorder/1 1 0.00 0 [ 0.00]
digraph_utils:posttraverse/4 1 0.00 0 [ 0.00]
'Elixir.Re.Developments.Typologies':data/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Parsers':merge_params/3 1 0.00 0 [ 0.00]
'Elixir.Re.Addresses':data/1 1 0.00 0 [ 0.00]
'Elixir.Re.Addresses':query/2 1 0.00 0 [ 0.00]
'Elixir.Re.Addresses':'-data/1-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_list/2 3 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':encode_params/2 7 0.00 0 [ 0.00]
'Elixir.Postgrex.DefaultTypes':'-encode_params/3-anonymous-2-'/2 3 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Utils':'validate_utf8!'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Access':'-at/1-fun-0-'/4 3 0.00 0 [ 0.00]
'Elixir.Re.OwnerContacts':data/1 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AddCacheHints':run/2 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AddCacheHints':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AddCacheHints':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AddCacheHints':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Re.Interests':data/1 1 0.00 0 [ 0.00]
lists:duplicate/2 1 0.00 0 [ 0.00]
lists:unzip/1 6 0.00 0 [ 0.00]
lists:foldl/3 1 0.00 0 [ 0.00]
prometheus_metric:mf_duration_unit/1 1 0.00 0 [ 0.00]
prometheus_metric:mf_data/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.KeyGenerator':generate/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.KeyGenerator':mac_fun/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.KeyGenerator':with_cache/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.KeyGenerator':'-generate/3-fun-0-'/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':assoc_map/3 5 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':expand/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':fetch_ids/4 5 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':many_assoc_map/3 3 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':maybe_pmap/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':normalize/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':normalize_and_preload_each/5 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':one_assoc_map/3 4 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':preload/4 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':preload_each/4 7 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':preload_prefix/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'query!'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':related_key_pos/2 5 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':related_key_to_field/2 5 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':unzip_ids/3 7 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-1-'/6 5 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-0-'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-maybe_pmap/4-fun-2-'/3 4 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-maybe_pmap/4-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':'-fetch_query/8-fun-1-'/2 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Logger':log_run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.MessageVerifier':encode_token/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.MessageVerifier':hmac_sha2_sign/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.MessageVerifier':hmac_sha2_to_protected/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.MessageVerifier':sign/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.MessageVerifier':sign/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Crypto.MessageVerifier':signing_input/2 1 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkin/1 7 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':checkout_result/2 7 0.00 0 [ 0.00]
'Elixir.DBConnection.Holder':done/4 7 0.00 0 [ 0.00]
'Elixir.Code.Identifier':escape/4 4 0.00 0 [ 0.00]
'Elixir.Inspect.Algebra':glue/2 2 0.00 0 [ 0.00]
'Elixir.Inspect.Algebra':'simple?'/1 1 0.00 0 [ 0.00]
crypto:strong_rand_bytes/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run/1 16 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run_batch/2 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run_batches/1 16 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batches/1-fun-2-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batches/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batches/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Association.BelongsTo':preload_info/1 2 0.00 0 [ 0.00]
'Elixir.Calendar.ISO':datetime_to_iso8601/12 2 0.00 0 [ 0.00]
'Elixir.Calendar.ISO':seconds_to_time/1 2 0.00 0 [ 0.00]
'Elixir.Calendar.ISO':time_to_string_format/4 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_current/3 2 0.00 0 [ 0.00]
'Elixir.Ecto.Association':combine_assoc_query/2 5 0.00 0 [ 0.00]
'Elixir.Ecto.Association':combine_assoc_where/2 5 0.00 0 [ 0.00]
'Elixir.Enumerable.Function':reduce/3 18 0.00 0 [ 0.00]
prometheus_histogram:insert_metric/5 1 0.00 0 [ 0.00]
prometheus_histogram:insert_placeholders/3 1 0.00 0 [ 0.00]
prometheus_histogram:'-observe/4-fun-0-'/4 1 0.00 0 [ 0.00]
'Elixir.Stream':do_zip_close/1 1 0.00 0 [ 0.00]
'Elixir.Stream':prepare_zip/3 1 0.00 0 [ 0.00]
'Elixir.Stream':zip/1 1 0.00 0 [ 0.00]
'Elixir.Stream':'-zip/1-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Stream':'-prepare_zip/3-fun-2-'/2 2 0.00 0 [ 0.00]
'Elixir.Stream':'-prepare_zip/3-fun-1-'/3 2 0.00 0 [ 0.00]
'Elixir.Stream':'-do_zip_close/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.System':schedulers_online/0 18 0.00 0 [ 0.00]
'Elixir.Kernel':struct/1 1 0.00 0 [ 0.00]
'Elixir.Kernel':'-get_in/2-fun-0-'/1 3 0.00 0 [ 0.00]
'Elixir.Task':async/3 17 0.00 0 [ 0.00]
'Elixir.Task':async_stream/3 18 0.00 0 [ 0.00]
'Elixir.Task':build_stream/3 18 0.00 0 [ 0.00]
'Elixir.Task':get_callers/1 17 0.00 0 [ 0.00]
'Elixir.Task':'-build_stream/3-fun-1-'/5 18 0.00 0 [ 0.00]
'Elixir.URI':decode/1 1 0.00 0 [ 0.00]
'Elixir.URI':nillify_query/1 1 0.00 0 [ 0.00]
'Elixir.DBConnection.LogEntry':parse_times/2 7 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':describe/2 6 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':parse/2 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.OrderBy':apply/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex':execute/4 1 0.00 0 [ 0.00]
'Elixir.Re.Listing':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.CORSPlug':call/2 1 0.00 0 [ 0.00]
'Elixir.CORSPlug':cors_headers/2 1 0.00 0 [ 0.00]
'Elixir.CORSPlug':vary_header/2 1 0.00 0 [ 0.00]
'Elixir.ApolloTracing':version/0 1 0.00 0 [ 0.00]
'Elixir.Re.ListingTag':'__schema__'/1 2 0.00 0 [ 0.00]
'Elixir.Re.ListingTag':'__schema__'/2 2 0.00 0 [ 0.00]
'Elixir.Re.Tag':'__schema__'/2 1 0.00 0 [ 0.00]
'Elixir.Base':url_encode64/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Session.COOKIE':derive/3 1 0.00 0 [ 0.00]
'Elixir.Plug.Session.COOKIE':encode/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Session.COOKIE':get_mfa/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Session.COOKIE':put/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Session.COOKIE':validate_secret_key_base/1 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Router.Route':call/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.DateTime':'from_unix!'/3 2 0.00 0 [ 0.00]
'Elixir.DateTime':utc_now/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':get_provided_values/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':extract_context/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':parse/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':uploaded_files/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':'-uploaded_files/1-fun-0-'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.Request':'-log/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.Select':apply/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Changeset':apply_changes/1 1 0.00 0 [ 0.00]
'Elixir.Enumerable.MapSet':reduce/3 1 0.00 0 [ 0.00]
'Elixir.Timber.Plug.Event':body_bytes/1 1 0.00 0 [ 0.00]
'Elixir.Timber.Plug.Event':call/2 1 0.00 0 [ 0.00]
'Elixir.Timber.Plug.Event':log_response_event/1 1 0.00 0 [ 0.00]
'Elixir.Timber.Plug.Event':'-call/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':handle_node/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.Document':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':convert_definition/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Phoenix.ConnTest':from_set_to_sent/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Re.SellerJourneys':data/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operation/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':update_operations/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Variables':'-update_operations/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueVariableNames':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingLiterals':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Directives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':after_resolution/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':before_resolution/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':pipeline/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-1-'/1 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Uses':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':active/0 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':active/1 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':count/1 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':excluding/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':limit/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':order_by/1 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':order_by/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Queries':preload_relations/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':do_run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':'-check/1-after$^3/0-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Re.Shortlists':data/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Filters':'__changeset__'/0 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Filters':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Filters':apply/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Filters':build_query/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Filters':cast/1 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Filters':changeset/2 1 0.00 0 [ 0.00]
'Elixir.Re.Districts':data/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Schema.Loader':load_struct/3 6 0.00 0 [ 0.00]
'Elixir.Absinthe.Lexer':do_tokenize/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Lexer':do_tokenize__1/6 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Lexer':do_tokenize__156/6 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Lexer':tokenize/1 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Router':'__pipe_through2__'/1 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Router':'call (overridable 2)'/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Router':'-__match_route__/3-fun-33-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':do_normalize/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-normalize/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':run/2 1 0.00 0 [ 0.00]
'Elixir.Appsignal.Ecto':do_handle_event/3 7 0.00 0 [ 0.00]
'Elixir.Appsignal.Ecto':handle_event/4 7 0.00 0 [ 0.00]
'Elixir.Re.Repo':all/2 1 0.00 0 [ 0.00]
'Elixir.Re.Repo':one/1 1 0.00 0 [ 0.00]
'Elixir.Re.Repo':one/2 1 0.00 0 [ 0.00]
'Elixir.Re.Repo':preload/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':do_process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':check_binds/2 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':maybe_apply_as/2 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':maybe_apply_hints/2 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.From':maybe_apply_prefix/2 6 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':execute/5 7 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':get_conn/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'in_transaction?'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':log/4 7 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'-with_log/3-fun-0-'/4 7 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.SQL':'-log/4-fun-0-'/1 5 0.00 0 [ 0.00]
erts_internal:flush_monitor_messages/3 17 0.00 0 [ 0.00]
binary:replace/4 2 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Query':decode/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':decode/3 7 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':describe/2 6 0.00 0 [ 0.00]
'Elixir.DBConnection.Query':encode/3 7 0.00 0 [ 0.00]
'Elixir.String':downcase/1 1 0.00 0 [ 0.00]
'Elixir.String':downcase/2 1 0.00 0 [ 0.00]
'Elixir.String':split/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Subscription.SubscribeSelf':run/2 1 0.00 0 [ 0.00]
'Elixir.Timber.Contextable':to_context/1 2 0.00 0 [ 0.00]
unicode:characters_to_binary/1 1 0.00 0 [ 0.00]
inet_parse:ntoa/1 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AccumulateResult':'-run/2-fun-2-'/2 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AccumulateResult':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.ApolloTracer.Phase.AccumulateResult':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Timber.Plug.SessionContext':call/2 1 0.00 0 [ 0.00]
'Elixir.Timber.Plug.SessionContext':initialize_session_id/1 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':call/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':generate_request_id/0 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':get_request_id/2 1 0.00 0 [ 0.00]
'Elixir.Plug.RequestId':set_request_id/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':format_result/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':list_data/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':process/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':run/2 1 0.00 0 [ 0.00]
'Elixir.Task.Supervised':get_callers/0 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':handle_stop_or_parent_down/3 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':initial_call/1 38 0.00 0 [ 0.00]
'Elixir.Task.Supervised':put_callers/1 38 0.00 0 [ 0.00]
'Elixir.Task.Supervised':reply/5 38 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream/6 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_cleanup_inbox/1 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_cleanup_inbox/2 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_close/3 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':stream_monitor/5 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':'-stream/6-fun-2-'/5 18 0.00 0 [ 0.00]
'Elixir.Task.Supervised':'-stream/6-fun-1-'/2 18 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':run/2 1 0.00 0 [ 0.00]
'Elixir.MapSet':to_list/1 1 0.00 0 [ 0.00]
'Elixir.List':'ascii_printable?'/2 1 0.00 0 [ 0.00]
'Elixir.List':'ascii_printable_guarded?'/2 1 0.00 0 [ 0.00]
'Elixir.List':to_string/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':'-run/2-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Opts':'__changeset__'/0 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.Opts':build/1 1 0.00 0 [ 0.00]
'Elixir.Re.Favorites':data/1 1 0.00 0 [ 0.00]
'Elixir.Re.Tags':data/1 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Messages':'-parse/3-lc$^0/1-0-'/1 10 0.00 0 [ 0.00]
'Elixir.Postgrex.Messages':'-encode/1-fun-2-'/2 5 0.00 0 [ 0.00]
'Elixir.Re.Statistics':data/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Status':code/1 2 0.00 0 [ 0.00]
'Elixir.Re.Listings':data/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':run/2 1 0.00 0 [ 0.00]
'Elixir.Timber':add_context/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_insert/3 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cache_update/3 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':cast_param/3 5 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_args/6 12 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':collect_assocs/6 5 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':dump_param/3 8 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_assocs/3 7 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_prepare/6 6 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':query_with_cache/7 7 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':select_dump/3 5 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'source_take!'/5 5 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'take!'/5 5 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':validate_in/5 3 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-validate_and_increment/6-fun-1-'/4 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'-cast_and_merge_params/5-fun-0-'/6 5 0.00 0 [ 0.00]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-1-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Middleware.Dataloader':after_resolution/1 2 0.00 0 [ 0.00]
'Elixir.Timber.Timer':divide_by_milliseconds/1 1 0.00 0 [ 0.00]
'Elixir.Timber.Timer':duration_ms/1 1 0.00 0 [ 0.00]
'Elixir.Timber.Timer':duration_ms/2 1 0.00 0 [ 0.00]
'Elixir.Timber.Timer':start/0 1 0.00 0 [ 0.00]
'Elixir.Dataloader':async_safely/3 17 0.00 0 [ 0.00]
'Elixir.Dataloader':dataloader_timeout/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':default_timeout/0 16 0.00 0 [ 0.00]
'Elixir.Dataloader':new/0 1 0.00 0 [ 0.00]
'Elixir.Dataloader':new/1 1 0.00 0 [ 0.00]
'Elixir.Dataloader':run_tasks/3 1 0.00 0 [ 0.00]
'Elixir.Dataloader':'-run/1-fun-0-'/1 16 0.00 0 [ 0.00]
'Elixir.Dataloader':'-async_safely/3-fun-0-'/3 17 0.00 0 [ 0.00]
'Elixir.ReWeb.Schema':'__absinthe_types__'/0 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Schema':sources/0 1 0.00 0 [ 0.00]
'Elixir.Timber.Contextable.Map':to_context/1 2 0.00 0 [ 0.00]
erl_anno:end_location/1 1 0.00 0 [ 0.00]
erl_anno:location/1 1 0.00 0 [ 0.00]
erl_anno:text/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.OnlyOneSubscription':'-run/2-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Language.OperationDefinition':'__struct__'/0 1 0.00 0 [ 0.00]
'Elixir.Appsignal.Transaction':set_action/1 1 0.00 0 [ 0.00]
'Elixir.Appsignal.Transaction':set_action/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':do_send/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_http_protocol/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':get_peer_data/1 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':send_resp/4 1 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':stringify_kv/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-stringify_params/1-fun-2-'/1 2 0.00 0 [ 0.00]
'Elixir.Plug.Adapters.Test.Conn':'-split_path/1-fun-0-'/2 2 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.SelectedCurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':convert/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.CurrentOperation':run/2 1 0.00 0 [ 0.00]
'Elixir.Enum':'all?'/2 1 0.00 0 [ 0.00]
'Elixir.Enum':all_list/2 2 0.00 0 [ 0.00]
'Elixir.Enum':flat_map/2 4 0.00 0 [ 0.00]
'Elixir.Enum':max/1 1 0.00 0 [ 0.00]
'Elixir.Enum':max/2 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_merge/3 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_merge/4 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_terminator/2 3 0.00 0 [ 0.00]
'Elixir.Enum':split/2 1 0.00 0 [ 0.00]
'Elixir.Enum':split_list/3 2 0.00 0 [ 0.00]
'Elixir.Enum':uniq_by/2 5 0.00 0 [ 0.00]
'Elixir.Enum':zip/1 1 0.00 0 [ 0.00]
'Elixir.Enum':zip/2 18 0.00 0 [ 0.00]
'Elixir.Enum':'-group_by/3-lists^foldl/2-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-anonymous-1-'/4 2 0.00 0 [ 0.00]
'Elixir.Enum':'-filter/2-fun-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-dedup/1-fun-0-'/1 1 0.00 0 [ 0.00]
'Elixir.Enum':'-count/2-lists^foldl/2-0-'/3 2 0.00 0 [ 0.00]
'Elixir.Enum':'-count/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe/6 6 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':'query_member?'/2 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':rebind_execute/4 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':recv_describe/4 12 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':redescribe/5 6 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':rows_msg/3 7 0.00 0 [ 0.00]
'Elixir.Ecto.Association.ManyToMany':assoc_query/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Association.ManyToMany':preload_info/1 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Extensions.Array':encode/3 3 0.00 0 [ 0.00]
'Elixir.Postgrex.Extensions.Array':encode/4 3 0.00 0 [ 0.00]
'Elixir.Postgrex.Extensions.Array':'-encode/3-fun-0-'/2 3 0.00 0 [ 0.00]
'Elixir.String.Chars.Postgrex.Query':to_string/1 7 0.00 0 [ 0.00]
digraph:new/1 1 0.00 0 [ 0.00]
digraph:set_type/2 2 0.00 0 [ 0.00]
digraph:delete/1 1 0.00 0 [ 0.00]
'Elixir.Regex':parts_to_index/1 1 0.00 0 [ 0.00]
'Elixir.Regex':split/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Type':cast/2 5 0.00 0 [ 0.00]
'Elixir.Ecto.Type':same_binary/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Type':same_boolean/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Type':'-dump_fun/1-fun-4-'/1 2 0.00 0 [ 0.00]
'Elixir.Ecto.Type':'-dump_fun/1-fun-2-'/1 1 0.00 0 [ 0.00]
'Elixir.Ecto.Type':'-cast_fun/1-fun-17-'/2 3 0.00 0 [ 0.00]
re:check_for_unicode/2 1 0.00 0 [ 0.00]
re:check_for_crlf/2 1 0.00 0 [ 0.00]
re:postprocess/5 1 0.00 0 [ 0.00]
re:grun/3 1 0.00 0 [ 0.00]
re:grun2/3 1 0.00 0 [ 0.00]
re:do_grun/6 1 0.00 0 [ 0.00]
re:to_binary/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':run/2 1 0.00 0 [ 0.00]
'Elixir.Jason.Encode':encode/2 3 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.MethodOverride':override_method/2 1 0.00 0 [ 0.00]
'Elixir.Dataloader.Source':run/1 16 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Builder.Preload':apply/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Init':'-run/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Inspect.List':inspect/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':call/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':'call (overridable 1)'/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':'call (overridable 3)'/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':init/1 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':plug_builder_call/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':config/1 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':config/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Endpoint':script_name/0 1 0.00 0 [ 0.00]
'Elixir.Float':decompose/2 1 0.00 0 [ 0.00]
'Elixir.Float':round/2 1 0.00 0 [ 0.00]
'Elixir.Float':rounding/4 1 0.00 0 [ 0.00]
'Elixir.ReWeb.Schema.Compiled':'__absinthe_types__'/0 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Blueprint':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':pipeline/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Plug.DocumentProvider.Default':process/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Adapters.Postgres':'in_transaction?'/1 1 0.00 0 [ 0.00]
'Elixir.Re.Accounts':data/1 1 0.00 0 [ 0.00]
'Elixir.Re.Listings.History.Prices':data/1 1 0.00 0 [ 0.00]
'Elixir.Re.Units':data/1 1 0.00 0 [ 0.00]
'Elixir.Re.Images':data/1 1 0.00 0 [ 0.00]
'Elixir.Re.Developments':data/1 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Complexity.Analysis':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedFragments':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Cookies':encode/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':'duplicate?'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':process/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':'-run/2-fun-0-'/3 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueOperationNames':'-duplicate?/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownDirectives':run/2 1 0.00 0 [ 0.00]
'Elixir.ReWeb.PlugPipelineInstrumenter':'-call/2-fun-0-'/2 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':phoenix_router_dispatch_start/4 1 0.00 0 [ 0.00]
'Elixir.Phoenix.Logger':'-install/0-fun-2-'/4 1 0.00 0 [ 0.00]
timer:seconds/1 1 0.00 0 [ 0.00]
absinthe_parser:extract_atom/1 1 0.00 0 [ 0.00]
absinthe_parser:parse/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars0/5 1 0.00 0 [ 0.00]
absinthe_parser:yecc_end/1 1 0.00 0 [ 0.00]
absinthe_parser:yecctoken_location/1 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_0/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_7/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_8/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_14/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_17/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_18/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_27/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_34/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_35/7 3 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_128/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_136/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_291/7 1 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_302/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Definitions\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Document\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationDefinition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationType\''/7 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Schema':types/1 1 0.00 0 [ 0.00]
erlang:float_to_binary/2 1 0.00 0 [ 0.00]
erlang:binary_to_integer/1 7 0.00 0 [ 0.00]
erlang:system_time/1 1 0.00 0 [ 0.00]
erlang:fun_info/2 34 0.00 0 [ 0.00]
erlang:exit/1 18 0.00 0 [ 0.00]
'Elixir.Plug.Session':fetch_session/1 1 0.00 1 [ 1.00]
'Elixir.Application':get_env/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':all/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':boolean/4 12 0.00 1 [ 0.08]
'Elixir.Ecto.Adapters.Postgres.Connection':combinations/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':distinct/3 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':escape_string/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':group_by/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':join/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':limit/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':offset/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':order_by_expr/3 5 0.00 1 [ 0.20]
'Elixir.Ecto.Adapters.Postgres.Connection':paren_expr/3 7 0.00 1 [ 0.14]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/1 8 0.00 1 [ 0.13]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/2 8 0.00 1 [ 0.13]
'Elixir.Ecto.Adapters.Postgres.Connection':select/3 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':select_fields/3 6 0.00 1 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':window/2 6 0.00 1 [ 0.17]
'Elixir.Plug.Conn':fetch_cookies/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':fetch_query_params/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':maybe_secure_cookie/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':merge_resp_headers/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':put_session/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':resp/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':run_before_send/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':send_resp/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':session_key/1 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn':'-put_session/3-fun-0-'/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':'-merge_resp_headers/2-fun-0-'/3 3 0.00 1 [ 0.33]
'Elixir.Plug.Conn':'-fetch_cookies/2-fun-1-'/2 2 0.00 1 [ 0.50]
'Elixir.DBConnection':checkin/1 7 0.00 1 [ 0.14]
'Elixir.DBConnection':describe/4 6 0.00 1 [ 0.17]
'Elixir.DBConnection':encode/5 6 0.00 1 [ 0.17]
'Elixir.DBConnection':log/4 7 0.00 1 [ 0.14]
'Elixir.DBConnection':meter/1 7 0.00 1 [ 0.14]
'Elixir.DBConnection':parse/3 6 0.00 1 [ 0.17]
'Elixir.DBConnection':prepare/4 6 0.00 1 [ 0.17]
'Elixir.DBConnection':run_prepare/4 6 0.00 1 [ 0.17]
'Elixir.DBConnection':'-run/6-after$^0/0-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Telemetry':run/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query':do_exclude/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Plug.Request.Query':add_pipeline/3 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request.Query':calculate_document_providers/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request.Query':'ensure_document_providers!'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request.Query':extract_raw_document/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request.Query':extract_variables/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':before_resolution/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':do_batching/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-0-'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-2-'/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-1-'/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Plug':default_pipeline/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':encode/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':ensure_documents/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':get_schema/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':put_options/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':run_request/4 1 0.00 1 [ 1.00]
'Elixir.Timber.Plug':get_client_ip/1 1 0.00 1 [ 1.00]
'Elixir.ApolloTracer.Phase.CreateTracing':'-run/2-fun-1-'/2 1 0.00 1 [ 1.00]
'Elixir.ApolloTracer.Phase.CreateTracing':'-run/2-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Pipeline':for_document/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Pipeline':insert_after/3 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Pipeline':options/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Pipeline':run/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Pipeline':upto/2 3 0.00 1 [ 0.33]
'Elixir.Ecto.Repo.Queryable':attach_prefix/2 7 0.00 1 [ 0.14]
'Elixir.Ecto.Repo.Queryable':execute/4 7 0.00 1 [ 0.14]
'Elixir.Keyword':pop/3 2 0.00 1 [ 0.50]
'Elixir.Keyword':split/2 2 0.00 1 [ 0.50]
'Elixir.Timber.LocalContext':extract_from_metadata/1 2 0.00 1 [ 0.50]
'Elixir.Timber.LocalContext':save/1 2 0.00 1 [ 0.50]
'Elixir.ReWeb.Auth.Context':build_context/1 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Auth.Context':call/2 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Auth.Context':extract_details/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Validation.HTTPMethod':do_run/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':convert/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':selections/1 4 0.00 1 [ 0.25]
'Elixir.Timber.Context':merge/2 2 0.00 1 [ 0.50]
'Elixir.Timber.Context':new/0 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Plug.Parsers':call/2 1 0.00 1 [ 1.00]
'Elixir.ReWeb.AbsintheHelpers':query_wrapper/1 1 0.00 1 [ 1.00]
'Elixir.ReWeb.AbsintheHelpers':query_wrapper/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Postgrex.DefaultTypes':decode_rows/3 10 0.00 1 [ 0.10]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Access':at/1 3 0.00 1 [ 0.33]
'Elixir.Access':at/4 3 0.00 1 [ 0.33]
'Elixir.Re.Address':'__schema__'/2 5 0.00 1 [ 0.20]
lists:keydelete/3 3 0.00 1 [ 0.33]
lists:keydelete3/3 4 0.00 1 [ 0.25]
lists:keystore/4 6 0.00 1 [ 0.17]
prometheus_metric:check_mf_exists/4 4 0.00 1 [ 0.25]
'Elixir.Plug.Crypto.KeyGenerator':generate/7 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Preloader':normalize_each/4 8 0.00 1 [ 0.13]
'Elixir.Ecto.Repo.Preloader':preload_assoc/10 5 0.00 1 [ 0.20]
'Elixir.Ecto.Repo.Preloader':query/6 7 0.00 1 [ 0.14]
'Elixir.Ecto.Repo.Preloader':take/2 5 0.00 1 [ 0.20]
'Elixir.Ecto.Repo.Preloader':'-normalize_each/4-fun-0-'/4 6 0.00 1 [ 0.17]
'Elixir.Ecto.Repo.Preloader':'-maybe_pmap/4-fun-1-'/1 4 0.00 1 [ 0.25]
'Elixir.Ecto.Repo.Preloader':'-fetch_query/8-fun-3-'/2 3 0.00 1 [ 0.33]
'Elixir.Ecto.Repo.Preloader':'-expand/3-fun-2-'/3 5 0.00 1 [ 0.20]
'Elixir.DBConnection.Holder':cancel_deadline/1 7 0.00 1 [ 0.14]
'Elixir.DBConnection.Holder':checkout_call/5 14 0.00 1 [ 0.07]
'Elixir.DBConnection.Holder':handle_or_cleanup/5 13 0.00 1 [ 0.08]
'Elixir.Inspect.Integer':base_to_value/1 4 0.00 1 [ 0.25]
'Elixir.Inspect.Integer':inspect/2 4 0.00 1 [ 0.25]
'Elixir.Inspect.Integer':prepend_prefix/2 4 0.00 1 [ 0.25]
'Elixir.Timber.Ecto':get_query_time/2 7 0.00 1 [ 0.14]
'Elixir.Timber.Ecto':handle_event/4 7 0.00 1 [ 0.14]
'Elixir.Calendar.ISO':date_from_iso_days/1 2 0.00 1 [ 0.50]
'Elixir.Calendar.ISO':date_to_string/4 2 0.00 1 [ 0.50]
'Elixir.Calendar.ISO':days_to_year/1 2 0.00 1 [ 0.50]
'Elixir.Calendar.ISO':days_to_year/3 6 0.00 1 [ 0.17]
'Elixir.Calendar.ISO':iso_seconds_to_datetime/1 2 0.00 1 [ 0.50]
'Elixir.Calendar.ISO':'leap_year?'/1 2 0.00 1 [ 0.50]
'Elixir.Calendar.ISO':precision_for_unit/1 2 0.00 1 [ 0.50]
'Elixir.Calendar.ISO':time_to_string/5 2 0.00 1 [ 0.50]
'Elixir.Calendar.ISO':year_day_to_year_date/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedAnOperation':handle_node/1 1 0.00 1 [ 1.00]
'Elixir.System':system_time/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Queryable.Atom':to_query/1 5 0.00 1 [ 0.20]
'Elixir.Kernel':'-get_and_update_in/3-fun-1-'/3 1 0.00 1 [ 1.00]
'Elixir.Task':async/1 17 0.00 1 [ 0.06]
'Elixir.URI':parse/1 1 0.00 1 [ 1.00]
'Elixir.URI':split_authority/1 1 0.00 1 [ 1.00]
'Elixir.DBConnection.Query.Postgrex.Query':decode/3 7 0.00 1 [ 0.14]
'Elixir.DBConnection.Query.Postgrex.Query':decode_map/2 7 0.00 1 [ 0.14]
'Elixir.DBConnection.Query.Postgrex.Query':encode/3 7 0.00 1 [ 0.14]
'Elixir.CORSPlug':headers/2 1 0.00 1 [ 1.00]
'Elixir.CORSPlug':origin/2 2 0.00 1 [ 0.50]
'Elixir.Inspect.BitString':inspect/2 4 0.00 1 [ 0.25]
'Elixir.Re.Image':'__schema__'/1 4 0.00 1 [ 0.25]
'Elixir.Base':enc64url_char/1 2 0.00 1 [ 0.50]
'Elixir.Phoenix.Router.Route':init/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Parse':parse/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Parse':run/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Parse':tokenize/1 1 0.00 1 [ 1.00]
'Elixir.Re.Favorite':'__schema__'/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Type':'wrapped?'/1 3 0.00 1 [ 0.33]
'Elixir.DateTime':convert/2 2 0.00 1 [ 0.50]
'Elixir.DateTime':from_unix/3 2 0.00 1 [ 0.50]
'Elixir.DateTime':to_iso8601/1 2 0.00 1 [ 0.50]
'Elixir.DateTime':to_iso8601/2 2 0.00 1 [ 0.50]
'Elixir.DateTime':utc_now/0 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Plug.Request':build_request/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request':extract_body_and_params/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request':extract_root_value/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request':log/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Ecto.Changeset':cast/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Changeset':cast/6 2 0.00 1 [ 0.50]
'Elixir.Ecto.Changeset':'-convert_params/1-fun-0-'/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Blueprint.Draft.List':'-convert/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Timber.Plug.Event':request_id_from_header/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Language.SelectionSet':'__struct__'/0 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-3-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Document':'-convert_definition/3-fun-0-'/3 1 0.00 1 [ 1.00]
'Elixir.Phoenix.ConnTest':dispatch/5 1 0.00 1 [ 1.00]
'Elixir.Phoenix.ConnTest':dispatch_endpoint/5 1 0.00 1 [ 1.00]
'Elixir.Phoenix.ConnTest':ensure_recycled/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-handle_node/2-fun-1-'/3 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.MissingLiterals':fill_missing_nodes/6 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.MissingLiterals':find_missing_schema_nodes/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.MissingLiterals':'-fill_missing_nodes/6-fun-0-'/6 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.Directives':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-0-'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':coerce_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Uses':handle_use/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Uses':run/2 1 0.00 1 [ 1.00]
'Elixir.Re.Listings.Queries':remaining_count/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.NoFragmentCycles':check/2 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Resolvers.Listings':index/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':handle_node/2 5 0.00 1 [ 0.20]
'Elixir.Integer':mod/2 2 0.00 1 [ 0.50]
'Elixir.Re.Repo.Instrumenter':append_latency_to_metadata/2 7 0.00 1 [ 0.14]
'Elixir.Re.Repo.Instrumenter':handle_event/4 7 0.00 1 [ 0.14]
'Elixir.Re.Repo.Instrumenter':log/1 7 0.00 1 [ 0.14]
'Elixir.Re.Repo.Instrumenter':total_value/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Lexer':do_tokenize__0/6 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Lexer':do_tokenize__10/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__102/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__103/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__104/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__11/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__114/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__117/6 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Lexer':do_tokenize__118/6 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Lexer':do_tokenize__12/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__13/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__142/6 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Lexer':do_tokenize__148/6 8 0.00 1 [ 0.13]
'Elixir.Absinthe.Lexer':do_tokenize__19/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__23/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__24/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__25/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__27/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__28/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__34/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__4/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__40/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__41/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__42/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__43/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__45/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__49/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__58/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__60/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__66/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__7/6 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Lexer':do_tokenize__78/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__79/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__80/6 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Lexer':do_tokenize__9/6 6 0.00 1 [ 0.17]
'Elixir.ReWeb.PlugExporter':call/2 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Router':graphql/2 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Router':prepare/1 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Router':call/2 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Router':'-__match_route__/3-fun-32-'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.DocumentProvider':normalize/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.DocumentProvider':pipeline/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':apply_settings/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':handle_node/3 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Schema':run/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':set_children/3 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Schema':update_context/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':handle_node/1 6 0.00 1 [ 0.17]
inet_tcp:send/2 13 0.00 1 [ 0.08]
prometheus_http:status_class/1 1 0.00 1 [ 1.00]
'Elixir.Appsignal.Ecto':transaction/0 7 0.00 1 [ 0.14]
'Elixir.Re.Repo':all/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Jason':'encode!'/2 3 0.00 1 [ 0.33]
'Elixir.Ecto.Repo.Transaction':'in_transaction?'/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_execute/4 7 0.00 1 [ 0.14]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':proxy/3 13 0.00 1 [ 0.08]
'Elixir.Ecto.Query.Builder.From':apply/5 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Blueprint.Transform':postwalk/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Blueprint.Transform':postwalk/3 4 0.00 1 [ 0.25]
'Elixir.String.Chars.Atom':to_string/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.SQL':'execute!'/4 7 0.00 1 [ 0.14]
'Elixir.Ecto.Adapters.SQL':get_conn_or_pool/1 7 0.00 1 [ 0.14]
'Elixir.Ecto.Adapters.SQL':key/1 8 0.00 1 [ 0.13]
'Elixir.Ecto.Adapters.SQL':log_result/1 7 0.00 1 [ 0.14]
'Elixir.Ecto.Adapters.SQL':put_source/2 7 0.00 1 [ 0.14]
binary:do_replace/4 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn.Query':decode/1 2 0.00 1 [ 0.50]
'Elixir.DBConnection.Query':parse/2 6 0.00 1 [ 0.17]
'Elixir.ReWeb.AppsignalAbsinthePlug':call/2 1 0.00 1 [ 1.00]
'Elixir.String':'printable?'/2 4 0.00 1 [ 0.25]
'Elixir.String':split/3 1 0.00 1 [ 1.00]
'Elixir.String':upcase/1 2 0.00 1 [ 0.50]
'Elixir.String':upcase/2 2 0.00 1 [ 0.50]
'Elixir.Timber.Contextable':impl_for/1 2 0.00 1 [ 0.50]
'Elixir.ApolloTracer.Phase.AccumulateResult':run/2 1 0.00 1 [ 1.00]
'Elixir.Task.Supervised':get_initial_call/1 38 0.00 1 [ 0.03]
'Elixir.Task.Supervised':reply/4 38 0.00 1 [ 0.03]
prim_inet:recv/3 23 0.00 1 [ 0.04]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.MapSet':new/0 12 0.00 1 [ 0.08]
'Elixir.List':keyfind/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':handle_node/2 5 0.00 1 [ 0.20]
'Elixir.Re.Listings.Opts':'__struct__'/0 1 0.00 1 [ 1.00]
'Elixir.Process':whereis/1 8 0.00 1 [ 0.13]
'Elixir.Kernel.Utils':destructure/2 2 0.00 1 [ 0.50]
'Elixir.Re.Listings':build_query/1 1 0.00 1 [ 1.00]
'Elixir.Re.Listings':calculate_remaining/2 1 0.00 1 [ 1.00]
'Elixir.Re.Listings':paginated/1 1 0.00 1 [ 1.00]
'Elixir.Re.Listings':remaining_count/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':coerce_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':process/3 4 0.00 1 [ 0.25]
'Elixir.Timber':add_context/2 2 0.00 1 [ 0.50]
'Elixir.Timber':duration_ms/1 1 0.00 1 [ 1.00]
'Elixir.Timber':format_duration_ms/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':'assert_no_update!'/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'assert_valid_combinations!'/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':build_meta/2 7 0.00 1 [ 0.14]
'Elixir.Ecto.Query.Planner':cast_param/4 5 0.00 1 [ 0.20]
'Elixir.Ecto.Query.Planner':cast_param/6 5 0.00 1 [ 0.20]
'Elixir.Ecto.Query.Planner':dump_param/4 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':dump_param/6 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':'field_type!'/4 8 0.00 1 [ 0.13]
'Elixir.Ecto.Query.Planner':merge_assocs/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':normalize_param/3 8 0.00 1 [ 0.13]
'Elixir.Ecto.Query.Planner':normalize_query/4 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':plan/4 7 0.00 1 [ 0.14]
'Elixir.Ecto.Query.Planner':plan_assocs/1 7 0.00 1 [ 0.14]
'Elixir.Ecto.Query.Planner':plan_cache/4 7 0.00 1 [ 0.14]
'Elixir.Ecto.Query.Planner':plan_joins/4 7 0.00 1 [ 0.14]
'Elixir.Ecto.Query.Planner':plan_joins/8 9 0.00 1 [ 0.11]
'Elixir.Ecto.Query.Planner':plan_sources/2 7 0.00 1 [ 0.14]
'Elixir.Ecto.Query.Planner':remove_literals/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':traverse_exprs/4 13 0.00 1 [ 0.08]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-1-'/1 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-2-'/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-1-'/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Query.Planner':'-merge_cache/6-fun-1-'/4 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':collect/3 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-0-'/1 4 0.00 1 [ 0.25]
'Elixir.Logger':metadata/0 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Dataloader':before_resolution/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Dataloader':pipeline/2 2 0.00 1 [ 0.50]
'Elixir.Dataloader':run/1 2 0.00 1 [ 0.50]
'Elixir.ReWeb.Schema':context/1 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Schema':default_params/1 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Schema':loader/1 1 0.00 1 [ 1.00]
'Elixir.Macro':underscore/1 4 0.00 1 [ 0.25]
'Elixir.Appsignal.Transaction':lookup/0 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plugin':defaults/0 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Plugin':pipeline/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Adapters.Test.Conn':body_or_params/3 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':conn/4 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':maybe_flush/0 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':split_path/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.OperationDefinition':source_location/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.SourceLocation':at/1 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.CurrentOperation':process/2 1 0.00 1 [ 1.00]
'Elixir.Enum':count/2 1 0.00 1 [ 1.00]
'Elixir.Enum':dedup_by/2 2 0.00 1 [ 0.50]
'Elixir.Enum':each/2 2 0.00 1 [ 0.50]
'Elixir.Enum':group_by/3 2 0.00 1 [ 0.50]
'Elixir.Enum':reduce_while/3 2 0.00 1 [ 0.50]
'Elixir.Enum':reject/2 7 0.00 1 [ 0.14]
'Elixir.Enum':sort_reducer/3 4 0.00 1 [ 0.25]
'Elixir.Enum':'-sort/2-anonymous-1-'/4 4 0.00 1 [ 0.25]
'Elixir.Enum':'-sort/2-fun-0-'/3 4 0.00 1 [ 0.25]
'Elixir.Enum':'-each/2-lists^foreach/1-0-'/2 3 0.00 1 [ 0.33]
'Elixir.Enum':'-dedup_by/2-fun-0-'/3 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':bind_execute/4 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Protocol':cached_query/2 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Protocol':close_parse_describe_flush/3 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Protocol':columns/1 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Protocol':describe_result/4 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Protocol':done/5 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Protocol':done/6 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Protocol':handle_execute/4 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Protocol':handle_execute_result/4 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Protocol':recv_bind/3 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Protocol':recv_close/3 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Protocol':recv_execute/4 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Protocol':recv_execute/5 7 0.00 1 [ 0.14]
'Elixir.Postgrex.Protocol':recv_parse/3 6 0.00 1 [ 0.17]
'Elixir.Postgrex.Protocol':rows_recv/5 3 0.00 1 [ 0.33]
'Elixir.Appsignal.TransactionRegistry':lookup/1 8 0.00 1 [ 0.13]
digraph:check_type/3 2 0.00 1 [ 0.50]
digraph:vertices/1 2 0.00 1 [ 0.50]
'Elixir.Regex':run/2 2 0.00 1 [ 0.50]
'Elixir.Regex':run/3 2 0.00 1 [ 0.50]
erlang:spawn_opt/2 18 0.00 1 [ 0.06]
'Elixir.Appsignal.Config':'do_active?'/1 9 0.00 1 [ 0.11]
'Elixir.Ecto.Type':'base?'/1 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Jason.Encode':encode_map_function/1 3 0.00 1 [ 0.33]
'Elixir.Jason.Encode':escape_function/1 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-handle_node/2-fun-3-'/5 4 0.00 1 [ 0.25]
'Elixir.Plug.MethodOverride':call/2 1 0.00 1 [ 1.00]
'Elixir.Dataloader.Source':timeout/1 16 0.00 1 [ 0.06]
'Elixir.Absinthe.Phase.Init':run/2 1 0.00 1 [ 1.00]
'Elixir.Plug.Head':call/2 1 0.00 1 [ 1.00]
inet:ntoa/1 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Endpoint':'call (overridable 4)'/2 1 0.00 1 [ 1.00]
'Elixir.ReWeb.Endpoint':'-call (overridable 4)/2-fun-1-'/1 1 0.00 1 [ 1.00]
'Elixir.Timber.Plug.HTTPContext':call/2 1 0.00 1 [ 1.00]
'Elixir.Float':decimal_to_float/4 1 0.00 1 [ 1.00]
'Elixir.Float':power_of_10/1 2 0.00 1 [ 0.50]
'Elixir.Float':round/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.Postgres':prepare/2 6 0.00 1 [ 0.17]
'Elixir.Ecto.Repo.Assoc':query/4 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.MissingVariables':handle_node/1 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedFragments':handle_node/2 6 0.00 1 [ 0.17]
'Elixir.Plug.Conn.Cookies':emit_if/2 5 0.00 1 [ 0.20]
'Elixir.Ecto.Association.Has':assoc_query/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Association.Has':preload_info/1 2 0.00 1 [ 0.50]
'Elixir.ReWeb.PlugPipelineInstrumenter':call/2 1 0.00 1 [ 1.00]
proc_lib:init_p_do_apply/3 38 0.00 1 [ 0.03]
proc_lib:trans_init/3 38 0.00 1 [ 0.03]
'Elixir.Phoenix.Router':'__call__'/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Builder':count_binds/1 2 0.00 1 [ 0.50]
absinthe_parser:yeccpars1/5 1 0.00 1 [ 1.00]
absinthe_parser:yecctoken_end_location/1 1 0.00 1 [ 1.00]
absinthe_parser:yeccpars2_23/7 4 0.00 1 [ 0.25]
absinthe_parser:yeccpars2_36/7 4 0.00 1 [ 0.25]
absinthe_parser:yeccpars2_37/7 5 0.00 1 [ 0.20]
absinthe_parser:yeccpars2_38/7 4 0.00 1 [ 0.25]
absinthe_parser:yeccpars2_41/7 4 0.00 1 [ 0.25]
absinthe_parser:yeccpars2_52/7 5 0.00 1 [ 0.20]
absinthe_parser:yeccpars2_137/7 3 0.00 1 [ 0.33]
absinthe_parser:'yeccgoto_\'Field\''/7 4 0.00 1 [ 0.25]
absinthe_parser:'yeccgoto_\'Name\''/7 5 0.00 1 [ 0.20]
absinthe_parser:'yeccgoto_\'NameWithoutOn\''/7 5 0.00 1 [ 0.20]
absinthe_parser:'yeccgoto_\'Selection\''/7 4 0.00 1 [ 0.25]
absinthe_parser:'yeccgoto_\'SelectionSet\''/7 3 0.00 1 [ 0.33]
absinthe_parser:'yeccgoto_\'Selections\''/7 4 0.00 1 [ 0.25]
'Elixir.Map':merge/3 16 0.00 1 [ 0.06]
erlang:integer_to_binary/2 4 0.00 1 [ 0.25]
maps:is_key/2 2 0.00 1 [ 0.50]
os:system_time/0 2 0.00 1 [ 0.50]
erlang:process_flag/2 53 0.00 1 [ 0.02]
erlang:monotonic_time/1 21 0.00 1 [ 0.05]
erlang:unique_integer/1 6 0.00 1 [ 0.17]
erlang:integer_to_list/1 4 0.00 1 [ 0.25]
'Elixir.Plug.Session':call/2 1 0.00 2 [ 2.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_name/2 8 0.00 2 [ 0.25]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/3 14 0.00 2 [ 0.14]
'Elixir.Ecto.Adapters.Postgres.Connection':from/2 6 0.00 2 [ 0.33]
'Elixir.Ecto.Adapters.Postgres.Connection':get_source/4 8 0.00 2 [ 0.25]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/3 12 0.00 2 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':op_to_binary/3 12 0.00 2 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':order_by/3 6 0.00 2 [ 0.33]
'Elixir.Ecto.Adapters.Postgres.Connection':where/2 6 0.00 2 [ 0.33]
'Elixir.Ecto.Adapters.Postgres.Connection':'-join/2-fun-0-'/3 2 0.00 2 [ 1.00]
'Elixir.Plug.Conn':get_resp_header/2 4 0.00 2 [ 0.50]
'Elixir.Plug.Conn':get_session/1 2 0.00 2 [ 1.00]
'Elixir.Plug.Conn':put_resp_content_type/3 1 0.00 2 [ 2.00]
'Elixir.Plug.Conn':put_resp_header/3 2 0.00 2 [ 1.00]
'Elixir.Plug.Conn':register_before_send/2 3 0.00 2 [ 0.67]
'Elixir.Plug.Conn':'validate_header_key_if_test!'/2 5 0.00 2 [ 0.40]
'Elixir.Plug.Conn':'-run_before_send/2-fun-0-'/2 3 0.00 2 [ 0.67]
'Elixir.DBConnection':decode/4 7 0.00 2 [ 0.29]
'Elixir.DBConnection':entry_result/1 7 0.00 2 [ 0.29]
'Elixir.DBConnection':parsed_prepare_execute/5 6 0.00 2 [ 0.33]
'Elixir.DBConnection':run/6 7 0.00 2 [ 0.29]
'Elixir.Ecto.Query':exclude/2 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Plug.Request.Query':to_pipeline_opts/1 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-0-'/2 2 0.00 2 [ 1.00]
'Elixir.String.Casing':downcase/3 5 0.00 2 [ 0.40]
'Elixir.Logger.Config':read_data/2 11 0.00 2 [ 0.18]
'Elixir.Absinthe.Pipeline':before/2 5 0.00 2 [ 0.40]
'Elixir.Ecto.Repo.Queryable':all/3 7 0.00 2 [ 0.29]
'Elixir.Keyword':merge/2 4 0.00 2 [ 0.50]
'Elixir.Keyword':put/3 9 0.00 2 [ 0.22]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Access':fetch/2 10 0.00 2 [ 0.20]
lists:duplicate/3 21 0.00 2 [ 0.10]
'Elixir.Absinthe.Adapter.LanguageConventions':to_internal_name/2 4 0.00 2 [ 0.50]
'Elixir.Ecto.Repo.Preloader':wrap/2 5 0.00 2 [ 0.40]
'Elixir.Code.Identifier':escape/3 4 0.00 2 [ 0.50]
'Elixir.Dataloader.Source.Dataloader.Ecto':timeout/1 16 0.00 2 [ 0.13]
'Elixir.Ecto.Association.BelongsTo':assoc_query/3 2 0.00 2 [ 1.00]
'Elixir.Calendar.ISO':days_in_previous_years/1 6 0.00 2 [ 0.33]
'Elixir.Calendar.ISO':offset_to_string/4 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':perform_resolution/3 2 0.00 2 [ 1.00]
'Elixir.Stream':do_zip/3 17 0.00 2 [ 0.12]
'Elixir.Kernel':get_in/2 5 0.00 2 [ 0.40]
'Elixir.Re.Tag':'__schema__'/1 5 0.00 2 [ 0.40]
'Elixir.Re.Image':'__schema__'/2 8 0.00 2 [ 0.25]
'Elixir.Base':encode16/2 1 0.00 2 [ 2.00]
'Elixir.Base':url_encode64/2 4 0.00 2 [ 0.50]
'Elixir.Base':'-do_encode16/2-lbc$^1/2-0-'/2 5 0.00 2 [ 0.40]
prometheus_time:maybe_convert_to_native/2 20 0.00 2 [ 0.10]
prometheus_time:to_native/1 19 0.00 2 [ 0.11]
prometheus_time:to_native/2 19 0.00 2 [ 0.11]
'Elixir.Re.Favorite':'__schema__'/1 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Blueprint':prewalk/3 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Blueprint':update_current/2 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Blueprint':'-update_current/2-fun-0-'/2 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Blueprint':'-current_operation/1-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Ecto.Changeset':convert_params/1 2 0.00 2 [ 1.00]
'Elixir.Timber.Plug.Event':headers_to_headers_json/1 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':handle_node/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.MissingLiterals':populate_node/3 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.MissingLiterals':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Directives':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Uses':add_uses/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Document.Uses':'-add_uses/2-fun-0-'/2 5 0.00 2 [ 0.40]
'Elixir.Postgrex.Types':encode_params/3 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':atom_token/5 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Lexer':convert_token_column/2 12 0.00 2 [ 0.17]
'Elixir.Absinthe.Lexer':do_tokenize__105/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__115/6 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__119/6 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__125/6 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__131/6 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__134/6 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__140/6 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__146/6 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__15/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__20/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__30/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__35/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__5/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__50/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__59/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__62/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__67/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Lexer':do_tokenize__81/6 7 0.00 2 [ 0.29]
'Elixir.ReWeb.Router':'-prepare/1-fun-0-'/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Plug.DocumentProvider':'-process/2-fun-0-'/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Schema':'-run/2-fun-0-'/3 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Arguments.Data':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Jason':format_encode_opts/1 3 0.00 2 [ 0.67]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_prepare/3 6 0.00 2 [ 0.33]
'Elixir.Ecto.Adapters.SQL':with_log/3 7 0.00 2 [ 0.29]
binary:get_opts_replace/2 4 0.00 2 [ 0.50]
'Elixir.Ecto.Queryable':impl_for/1 16 0.00 2 [ 0.13]
'Elixir.Timber.Contextable':'impl_for!'/1 2 0.00 2 [ 1.00]
'Elixir.Timber.Plug.SessionContext':generate_session_id/0 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Language.Field':'__struct__'/0 4 0.00 2 [ 0.50]
prim_inet:send/3 13 0.00 2 [ 0.15]
prim_inet:recv0/3 23 0.00 2 [ 0.09]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.MapSet':size/1 12 0.00 2 [ 0.17]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':'-run/2-fun-0-'/2 5 0.00 2 [ 0.40]
'Elixir.Process':put/2 79 0.00 2 [ 0.03]
'Elixir.Kernel.Utils':destructure_nil/1 8 0.00 2 [ 0.25]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Ecto.Query.Planner':finalize_cache/4 7 0.00 2 [ 0.29]
'Elixir.Ecto.Query.Planner':plan_combinations/4 7 0.00 2 [ 0.29]
'Elixir.Ecto.Query.Planner':plan_from/2 7 0.00 2 [ 0.29]
'Elixir.Ecto.Query.Planner':prewalk_source/6 8 0.00 2 [ 0.25]
'Elixir.Ecto.Query.Planner':query/5 7 0.00 2 [ 0.29]
'Elixir.Ecto.Query.Planner':query_lookup/6 7 0.00 2 [ 0.29]
'Elixir.Ecto.Query.Planner':query_without_cache/4 6 0.00 2 [ 0.33]
'Elixir.Ecto.Query.Planner':'-validate_and_increment/6-fun-0-'/5 12 0.00 2 [ 0.17]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-2-'/1 6 0.00 2 [ 0.33]
'Elixir.Ecto.Query.Planner':'-query_with_cache/7-fun-2-'/3 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Resolution.Projector':do_collect/6 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Resolution.Projector':rectify_order/1 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Resolution.Projector':response_key/1 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':update_schema_node/2 4 0.00 2 [ 0.50]
prometheus_counter:insert_metric/5 3 0.00 2 [ 0.67]
'Elixir.Logger':into_metadata/2 3 0.00 2 [ 0.67]
'Elixir.Logger':metadata/1 3 0.00 2 [ 0.67]
'Elixir.Plug.Adapters.Test.Conn':stringify_params/1 3 0.00 2 [ 0.67]
'Elixir.Enum':aggregate_list/3 16 0.00 2 [ 0.13]
'Elixir.Enum':dedup/1 2 0.00 2 [ 1.00]
'Elixir.Enum':into/2 3 0.00 2 [ 0.67]
'Elixir.Enum':sort/2 3 0.00 2 [ 0.67]
'Elixir.Enum':take_while/2 5 0.00 2 [ 0.40]
'Elixir.Enum':uniq/1 5 0.00 2 [ 0.40]
'Elixir.Enum':'-dedup_by/2-lists^foldl/2-0-'/3 3 0.00 2 [ 0.67]
'Elixir.Postgrex.Protocol':describe_params/3 6 0.00 2 [ 0.33]
'Elixir.Postgrex.Protocol':recv_describe/3 6 0.00 2 [ 0.33]
'Elixir.Regex':safe_run/3 3 0.00 2 [ 0.67]
'Elixir.Ecto.Type':cast_fun/1 8 0.00 2 [ 0.25]
re:process_parameters/6 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.String.Unicode':length/1 12 0.00 2 [ 0.17]
'Elixir.Absinthe.Phase.Init':make_blueprint/1 1 0.00 2 [ 2.00]
'Elixir.Float':power_of_5/1 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedFragments':'-run/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.KnownDirectives':handle_node/1 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.KnownDirectives':'-run/2-fun-0-'/1 6 0.00 2 [ 0.33]
'Elixir.Ecto.Query.Builder':'not_nil!'/1 2 0.00 2 [ 1.00]
'Elixir.Map':put_new/3 22 0.00 2 [ 0.09]
'Elixir.Map':take/2 3 0.00 2 [ 0.67]
binary:matches/3 2 0.00 2 [ 1.00]
unicode:characters_to_binary/2 1 0.00 2 [ 2.00]
erlang:list_to_binary/1 5 0.00 2 [ 0.40]
erlang:phash2/2 1 0.00 2 [ 2.00]
'Elixir.Ecto.Adapters.Postgres.Connection':handle_call/2 7 0.00 3 [ 0.43]
'Elixir.DBConnection':checkout/3 7 0.00 3 [ 0.43]
'Elixir.DBConnection':log/2 7 0.00 3 [ 0.43]
'Elixir.DBConnection':'-parsed_prepare_execute/5-fun-0-'/5 6 0.00 3 [ 0.50]
'Elixir.Timber.Plug':get_request_id/2 3 0.00 3 [ 1.00]
'Elixir.Logger.Config':compare_levels/2 11 0.00 3 [ 0.27]
'Elixir.Keyword':fetch/2 11 0.00 3 [ 0.27]
'Elixir.Keyword':'has_key?'/2 8 0.00 3 [ 0.38]
'Elixir.Keyword':'keyword?'/1 12 0.00 3 [ 0.25]
'Elixir.Keyword':'-merge/2-lists^filter/1-0-'/2 9 0.00 3 [ 0.33]
'Elixir.Keyword':'-merge/2-fun-0-'/3 8 0.00 3 [ 0.38]
'Elixir.Re.Address':'__schema__'/1 8 0.00 3 [ 0.38]
lists:flatten/1 10 0.00 3 [ 0.30]
'Elixir.Ecto.Repo.Preloader':fetch_query/8 5 0.00 3 [ 0.60]
'Elixir.Ecto.Repo.Preloader':'-fetch_query/8-fun-2-'/2 5 0.00 3 [ 0.60]
'Elixir.DBConnection.Holder':abs_timeout/2 14 0.00 3 [ 0.21]
'Elixir.DBConnection.Holder':start_deadline/5 7 0.00 3 [ 0.43]
'Elixir.Calendar.ISO':div_mod/2 6 0.00 3 [ 0.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run/2 2 0.00 3 [ 1.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run_callbacks/4 4 0.00 3 [ 0.75]
'Elixir.Absinthe.Blueprint.Execution':get/2 2 0.00 3 [ 1.50]
'Elixir.Stream':do_zip_step/2 32 0.00 3 [ 0.09]
'Elixir.URI':nillify/1 6 0.00 3 [ 0.50]
'Elixir.Base':do_encode16/2 1 0.00 3 [ 3.00]
'Elixir.Base':maybe_pad/4 4 0.00 3 [ 0.75]
'Elixir.Ecto.Changeset':cast/4 2 0.00 3 [ 1.50]
'Elixir.Absinthe.Blueprint.Draft.List':convert/2 15 0.00 3 [ 0.20]
prometheus_buckets:position/2 29 0.00 3 [ 0.10]
'Elixir.Absinthe.Lexer':do_tokenize__120/6 13 0.00 3 [ 0.23]
'Elixir.Absinthe.Lexer':do_tokenize__129/6 13 0.00 3 [ 0.23]
'Elixir.Absinthe.Lexer':do_tokenize__132/6 13 0.00 3 [ 0.23]
'Elixir.Absinthe.Lexer':do_tokenize__135/6 13 0.00 3 [ 0.23]
'Elixir.Absinthe.Lexer':do_tokenize__143/6 13 0.00 3 [ 0.23]
'Elixir.ReWeb.Router':'__match_route__'/3 1 0.00 3 [ 3.00]
inet_tcp:recv/3 23 0.00 3 [ 0.13]
'Elixir.Jason':do_encode/2 3 0.00 3 [ 1.00]
'Elixir.Ecto.Adapters.SQL':sql_call/5 7 0.00 3 [ 0.43]
'Elixir.Task.Supervised':invoke_mfa/2 38 0.00 3 [ 0.08]
'Elixir.List':keystore/4 6 0.00 3 [ 0.50]
'Elixir.Ecto.Query.Planner':normalize/4 6 0.00 3 [ 0.50]
'Elixir.Ecto.Query.Planner':prepend_if/3 21 0.00 3 [ 0.14]
'Elixir.Ecto.Query.Planner':'-merge_cache/6-fun-0-'/5 13 0.00 3 [ 0.23]
'Elixir.Logger':into_metadata/3 6 0.00 3 [ 0.50]
'Elixir.Dataloader':'-run_tasks/3-fun-0-'/1 16 0.00 3 [ 0.19]
'Elixir.Dataloader':'-run/1-fun-1-'/1 16 0.00 3 [ 0.19]
'Elixir.Dataloader':'-dataloader_timeout/1-fun-0-'/1 16 0.00 3 [ 0.19]
'Elixir.ReWeb.Schema':plugins/0 4 0.00 3 [ 0.75]
'Elixir.Plug.Adapters.Test.Conn':get_from_adapter/3 2 0.00 3 [ 1.50]
'Elixir.Enum':at/3 15 0.00 3 [ 0.20]
'Elixir.Enum':flat_map_list/2 9 0.00 3 [ 0.33]
'Elixir.Enum':'-zip/1-fun-0-'/2 16 0.00 3 [ 0.19]
'Elixir.Postgrex.Protocol':done/3 14 0.00 3 [ 0.21]
'Elixir.Postgrex.Protocol':msg_recv/4 20 0.00 3 [ 0.15]
'Elixir.Postgrex.Protocol':notify/1 13 0.00 3 [ 0.23]
'Elixir.Postgrex.Protocol':parse_describe_msgs/2 6 0.00 3 [ 0.50]
'Elixir.Postgrex.Protocol':query_put/2 6 0.00 3 [ 0.50]
'Elixir.Postgrex.Protocol':recv_parse_describe/4 6 0.00 3 [ 0.50]
'Elixir.Postgrex.Protocol':recv_transaction/4 28 0.00 3 [ 0.11]
'Elixir.Regex':version/0 3 0.00 3 [ 1.00]
'Elixir.Appsignal.Config':'active?'/0 9 0.00 3 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':possible_types/2 9 0.00 3 [ 0.33]
'Elixir.Ecto.Query.Builder.Filter':apply/3 7 0.00 3 [ 0.43]
application_controller:get_env/2 16 0.00 3 [ 0.19]
absinthe_parser:extract_binary/1 5 0.00 3 [ 0.60]
absinthe_parser:yeccpars1/7 12 0.00 3 [ 0.25]
gen_tcp:send/2 13 0.00 3 [ 0.23]
'Elixir.Map':new_transform/3 8 0.00 3 [ 0.38]
persistent_term:get/2 11 0.00 3 [ 0.27]
binary:part/2 2 0.00 3 [ 1.50]
re:version/0 3 0.00 3 [ 1.00]
erlang:term_to_binary/1 1 0.00 3 [ 3.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_alias/1 8 0.00 4 [ 0.50]
'Elixir.Plug.Conn':'validate_header_value!'/2 6 0.00 4 [ 0.67]
'Elixir.String.Casing':upcase/3 5 0.00 4 [ 0.80]
'Elixir.Logger.Config':level_to_number/1 22 0.00 4 [ 0.18]
'Elixir.Logger.Config':log_data/1 11 0.00 4 [ 0.36]
'Elixir.Logger.Config':'read_data!'/1 11 0.00 4 [ 0.36]
'Elixir.Keyword':delete_key/2 12 0.00 4 [ 0.33]
'Elixir.Ecto.Repo.Preloader':'association_from_schema!'/2 5 0.00 4 [ 0.80]
prometheus_histogram:'-insert_placeholders/3-fun-0-'/2 20 0.00 4 [ 0.20]
'Elixir.URI':unpercent/3 12 0.00 4 [ 0.33]
'Elixir.Postgrex':prepare_execute/5 6 0.00 4 [ 0.67]
'Elixir.Base':do_encode64url/2 4 0.00 4 [ 1.00]
'Elixir.Absinthe.Blueprint':current_operation/1 6 0.00 4 [ 0.67]
'Elixir.Re.Repo.Instrumenter':zero_if_nil/1 21 0.00 4 [ 0.19]
'Elixir.Absinthe.Lexer':byte_loc_to_char_loc/2 12 0.00 4 [ 0.33]
'Elixir.Absinthe.Lexer':do_boolean_value_or_name_or_reserved_word/5 6 0.00 4 [ 0.67]
'Elixir.Absinthe.Lexer':do_tokenize__141/6 21 0.00 4 [ 0.19]
'Elixir.Absinthe.Lexer':do_tokenize__149/6 21 0.00 4 [ 0.19]
'Elixir.Absinthe.Lexer':'-tokenize/1-fun-0-'/2 12 0.00 4 [ 0.33]
'Elixir.Absinthe.Phase.Schema':set_schema_node/4 5 0.00 4 [ 0.80]
'Elixir.String':length/1 12 0.00 4 [ 0.33]
'Elixir.Ecto.Queryable':to_query/1 16 0.00 4 [ 0.25]
'Elixir.ReWeb.GraphQL.Listings.QueryTest':'-test listings profiling/1-fun-0-'/1 1 0.00 4 [ 4.00]
'Elixir.Kernel.Utils':destructure_list/2 12 0.00 4 [ 0.33]
'Elixir.Ecto.Query.Planner':normalize_select/1 6 0.00 4 [ 0.67]
'Elixir.Logger':'__should_log__'/1 11 0.00 4 [ 0.36]
'Elixir.Postgrex.Protocol':decode_tags/1 14 0.00 4 [ 0.29]
'Elixir.Postgrex.Protocol':fetch_type_info/2 12 0.00 4 [ 0.33]
'Elixir.Enumerable.List':'-reduce/3-fun-0-'/3 20 0.00 4 [ 0.20]
'Elixir.Ecto.Adapters.Postgres':execute/5 7 0.00 4 [ 0.57]
'Elixir.Ecto.Query.Builder':'field!'/1 9 0.00 4 [ 0.44]
absinthe_parser:extract_location/1 9 0.00 4 [ 0.44]
absinthe_parser:yeccpars2/7 13 0.00 4 [ 0.31]
'Elixir.Map':new/2 6 0.00 4 [ 0.67]
'Elixir.Map':pop/3 21 0.00 4 [ 0.19]
'Elixir.Map':take/3 19 0.00 4 [ 0.21]
lists:keymember/3 17 0.00 4 [ 0.24]
erlang:setelement/3 14 0.00 4 [ 0.29]
erlang:list_to_tuple/1 32 0.00 4 [ 0.13]
'Elixir.Application':fetch_env/2 14 0.00 5 [ 0.36]
'Elixir.Application':'fetch_env!'/2 14 0.00 5 [ 0.36]
'Elixir.Plug.Conn':'-get_req_header/2-fun-0-'/3 10 0.00 5 [ 0.50]
'Elixir.Absinthe.Plug.Request.Query':extract_operation_name/1 1 0.00 5 [ 5.00]
'Elixir.Ecto.Repo.Queryable':postprocessor/4 7 0.00 5 [ 0.71]
'Elixir.Keyword':'-split/2-lists^foldl/2-0-'/3 26 0.00 5 [ 0.19]
lists:map/2 21 0.00 5 [ 0.24]
'Elixir.DBConnection.Holder':checkout/2 14 0.00 5 [ 0.36]
'Elixir.DBConnection.Holder':handle/4 13 0.00 5 [ 0.38]
'Elixir.DBConnection.LogEntry':'-parse_times/2-fun-0-'/2 27 0.00 5 [ 0.19]
'Elixir.Re.Repo.Instrumenter':put_default/3 21 0.00 5 [ 0.24]
'Elixir.Absinthe.Lexer':do_tokenize__116/6 13 0.00 5 [ 0.38]
'Elixir.Absinthe.Lexer':do_tokenize__8/6 35 0.00 5 [ 0.14]
'Elixir.Absinthe.Lexer':line_and_column/3 12 0.00 5 [ 0.42]
'Elixir.Absinthe.Phase.Schema':find_schema_field/4 7 0.00 5 [ 0.71]
'Elixir.Absinthe.Phase.Schema':'-set_children/3-fun-0-'/4 11 0.00 5 [ 0.45]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/2-fun-0-'/3 24 0.00 5 [ 0.21]
'Elixir.Task.Supervised':'-stream/6-fun-0-'/2 21 0.00 5 [ 0.24]
'Elixir.Ecto.Query.Planner':prewalk/5 20 0.00 5 [ 0.25]
'Elixir.Ecto.Query.Planner':source_cache/2 9 0.00 5 [ 0.56]
'Elixir.Absinthe.Plugin':'-pipeline/2-fun-0-'/3 6 0.00 5 [ 0.83]
'Elixir.Enum':reverse/2 15 0.00 5 [ 0.33]
'Elixir.Postgrex.Protocol':do_send/3 13 0.00 5 [ 0.38]
'Elixir.Postgrex.Protocol':msg_send/3 13 0.00 5 [ 0.38]
'Elixir.Postgrex.Protocol':recv_transaction/3 14 0.00 5 [ 0.36]
proc_lib:get_my_name/0 38 0.00 5 [ 0.13]
proc_lib:get_ancestors/0 38 0.00 5 [ 0.13]
proc_lib:proc_info/2 38 0.00 5 [ 0.13]
absinthe_parser:build_ast_node/3 10 0.00 5 [ 0.50]
binary:split/3 1 0.00 5 [ 5.00]
ets:delete/1 5 0.00 5 [ 1.00]
application:get_env/2 16 0.00 6 [ 0.38]
'Elixir.Plug.Conn':get_req_header/2 5 0.00 6 [ 1.20]
'Elixir.Ecto.Repo.Registry':lookup/1 16 0.00 6 [ 0.38]
'Elixir.Ecto.Repo.Queryable':preprocessor/3 7 0.00 6 [ 0.86]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-0-'/2 6 0.00 6 [ 1.00]
'Elixir.Postgrex.DefaultTypes':encode_params/3 12 0.00 6 [ 0.50]
'Elixir.DBConnection.Holder':holder_apply/4 13 0.00 6 [ 0.46]
'Elixir.Stream':'-prepare_zip/3-fun-0-'/2 32 0.00 6 [ 0.19]
'Elixir.DBConnection.LogEntry':parse_time/2 27 0.00 6 [ 0.22]
'Elixir.Base':'-do_encode64url/2-lbc$^0/2-0-'/2 22 0.00 6 [ 0.27]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':'-run/2-fun-0-'/2 5 0.00 6 [ 1.20]
'Elixir.Absinthe.Lexer':do_tokenize__147/6 21 0.00 6 [ 0.29]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':maybe_savepoint/2 13 0.00 6 [ 0.46]
'Elixir.Absinthe.Blueprint.Transform':prewalk/2 28 0.00 6 [ 0.21]
'Elixir.DBConnection.Query':impl_for/1 26 0.00 6 [ 0.23]
'Elixir.Task.Supervised':stream_spawn/6 21 0.00 6 [ 0.29]
'Elixir.List':flatten/1 10 0.00 6 [ 0.60]
'Elixir.Ecto.Query.Planner':ensure_select/2 12 0.00 6 [ 0.50]
'Elixir.Ecto.Query.Planner':field_source/2 21 0.00 6 [ 0.29]
'Elixir.Ecto.Query.Planner':merge_cache/3 26 0.00 6 [ 0.23]
'Elixir.Ecto.Query.Planner':plan_source/3 9 0.00 6 [ 0.67]
'Elixir.Ecto.Query.Planner':'type!'/5 26 0.00 6 [ 0.23]
'Elixir.Enum':slice_any/3 18 0.00 6 [ 0.33]
'Elixir.Enum':'-map/2-anonymous-4-'/3 21 0.00 6 [ 0.29]
'Elixir.Postgrex.Protocol':mode/1 13 0.00 6 [ 0.46]
erlang:port_command/3 13 0.00 6 [ 0.46]
'Elixir.Float':decompose/6 53 0.00 6 [ 0.11]
'Elixir.Float':scale_up/3 46 0.00 6 [ 0.13]
'Elixir.Plug.Conn':'-get_resp_header/2-fun-0-'/3 18 0.01 7 [ 0.39]
'Elixir.Absinthe.Blueprint.Draft':convert/2 21 0.01 7 [ 0.33]
'Elixir.Absinthe.Blueprint.Draft':impl_for/1 21 0.01 7 [ 0.33]
'Elixir.Plug.Parsers':make_empty_if_unfetched/1 2 0.01 7 [ 3.50]
prometheus_histogram:key/3 31 0.01 7 [ 0.23]
'Elixir.Task':get_owner/1 38 0.01 7 [ 0.18]
'Elixir.Task':'-build_stream/3-fun-0-'/2 21 0.01 7 [ 0.33]
'Elixir.DBConnection.LogEntry':new/5 7 0.01 7 [ 1.00]
'Elixir.Integer':floor_div/2 20 0.01 7 [ 0.35]
'Elixir.Re.Repo.Instrumenter':'-append_latency_to_metadata/2-fun-0-'/2 28 0.01 7 [ 0.25]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/3-fun-0-'/2 24 0.01 7 [ 0.29]
'Elixir.List':wrap/1 9 0.01 7 [ 0.78]
'Elixir.Postgrex.Messages':encode_msg/1 52 0.01 7 [ 0.13]
'Elixir.Ecto.Query.Planner':expr_to_cache/1 20 0.01 7 [ 0.35]
'Elixir.Ecto.Query.Planner':'-prewalk/6-fun-0-'/6 32 0.01 7 [ 0.22]
'Elixir.Enum':at/2 15 0.01 7 [ 0.47]
'Elixir.Enum':unzip/1 13 0.01 7 [ 0.54]
'Elixir.Enum':'-map/2-anonymous-2-'/4 33 0.01 7 [ 0.21]
'Elixir.Postgrex.Protocol':handle_prepare/3 6 0.01 7 [ 1.17]
'Elixir.Postgrex.Protocol':rows_recv/4 10 0.01 7 [ 0.70]
erlang:convert_time_unit/3 52 0.01 7 [ 0.13]
erlang:apply/2 56 0.01 7 [ 0.13]
erlang:max/2 29 0.01 7 [ 0.24]
proc_lib:spawn_link/3 38 0.01 7 [ 0.18]
maps:values/1 12 0.01 7 [ 0.58]
lists:keystore2/4 22 0.01 8 [ 0.36]
'Elixir.Calendar.ISO':zero_pad/2 14 0.01 8 [ 0.57]
prometheus_histogram:observe/4 30 0.01 8 [ 0.27]
prometheus_histogram:metric_buckets/1 29 0.01 8 [ 0.28]
'Elixir.Stream':do_zip_next_tuple/5 49 0.01 8 [ 0.16]
'Elixir.System':monotonic_time/1 21 0.01 8 [ 0.38]
'Elixir.Ecto.Changeset':process_param/7 44 0.01 8 [ 0.18]
'Elixir.Postgrex.Types':decode_rows/4 10 0.01 8 [ 0.80]
prometheus_buckets:position/3 63 0.01 8 [ 0.13]
'Elixir.Absinthe.Lexer':do_tokenize__151/6 44 0.01 8 [ 0.18]
'Elixir.Enumerable.Map':'-reduce_list/3-fun-0-'/3 33 0.01 8 [ 0.24]
'Elixir.Ecto.Adapters.SQL':log_measurements/3 28 0.01 8 [ 0.29]
'Elixir.Ecto.Queryable':'impl_for!'/1 16 0.01 8 [ 0.50]
'Elixir.Regex':do_split/6 17 0.01 8 [ 0.47]
erlang:port_control/3 23 0.01 8 [ 0.35]
'Elixir.Map':pop/2 21 0.01 8 [ 0.38]
maps:take/2 21 0.01 8 [ 0.38]
ets:select/2 2 0.01 8 [ 4.00]
erlang:put/2 155 0.01 8 [ 0.05]
erlang:make_ref/0 14 0.01 8 [ 0.57]
'Elixir.Keyword':'-split/2-fun-0-'/3 24 0.01 9 [ 0.38]
'Elixir.Absinthe.Blueprint.Draft':'impl_for!'/1 21 0.01 9 [ 0.43]
'Elixir.Task':await/2 17 0.01 9 [ 0.53]
'Elixir.Re.Repo.Instrumenter':microseconds_time/1 21 0.01 9 [ 0.43]
'Elixir.Absinthe.Lexer':boolean_value_or_name_or_reserved_word/5 6 0.01 9 [ 1.50]
'Elixir.Absinthe.Lexer':do_tokenize__128/6 52 0.01 9 [ 0.17]
'Elixir.Absinthe.Lexer':do_tokenize__6/6 41 0.01 9 [ 0.22]
'Elixir.Prometheus.Metric.Histogram':observe/2 29 0.01 9 [ 0.31]
'Elixir.Task.Supervised':normalize_mfa_with_arg/2 21 0.01 9 [ 0.43]
'Elixir.Ecto.Query.Planner':collect_fields/5 14 0.01 9 [ 0.64]
'Elixir.Macro':to_lower_char/1 27 0.01 9 [ 0.33]
maps:keys/1 2 0.01 9 [ 4.50]
ets:give_away/3 7 0.01 9 [ 1.29]
erlang:port_get_data/1 36 0.01 9 [ 0.25]
'Elixir.Timber.LocalContext':load/0 2 0.01 10 [ 5.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':source_location/1 4 0.01 10 [ 2.50]
maps:fold/3 97 0.01 10 [ 0.10]
maps:iterator/1 97 0.01 10 [ 0.10]
prometheus_histogram:calculate_histogram_bucket_position/2 29 0.01 10 [ 0.34]
'Elixir.System':convert_time_unit/3 33 0.01 10 [ 0.30]
'Elixir.Absinthe.Blueprint':prewalk/2 28 0.01 10 [ 0.36]
'Elixir.Absinthe.Lexer':do_tokenize__155/6 52 0.01 10 [ 0.19]
prim_inet:ctl_cmd/3 23 0.01 10 [ 0.43]
'Elixir.Postgrex.Protocol':decode_tag/1 21 0.01 10 [ 0.48]
'Elixir.GenServer':whereis/1 22 0.01 10 [ 0.45]
ets:new/2 5 0.01 10 [ 2.00]
'Elixir.DBConnection':event/2 27 0.01 11 [ 0.41]
'Elixir.Code.Identifier':escape_map/1 74 0.01 11 [ 0.15]
'Elixir.Absinthe.Lexer':do_tokenize__126/6 65 0.01 11 [ 0.17]
'Elixir.Absinthe.Blueprint.Transform':prewalk/3 31 0.01 11 [ 0.35]
'Elixir.Task.Supervised':stream_deliver/7 42 0.01 11 [ 0.26]
'Elixir.Ecto.Query.Planner':cast_and_merge_params/5 24 0.01 11 [ 0.46]
'Elixir.Enum':'fetch!'/2 3 0.01 11 [ 3.67]
lists:unzip/3 95 0.01 12 [ 0.13]
'Elixir.Base':enc16_lower/1 32 0.01 12 [ 0.38]
prometheus_buckets:'-position/2-fun-0-'/2 63 0.01 12 [ 0.19]
'Elixir.Absinthe.Lexer':do_tokenize__152/6 65 0.01 12 [ 0.18]
prim_inet:enc_time/1 23 0.01 12 [ 0.52]
'Elixir.Macro':do_underscore/2 27 0.01 12 [ 0.44]
'Elixir.Enum':'-map/2-fun-0-'/3 54 0.01 12 [ 0.22]
'Elixir.ReWeb.Endpoint':'-call (overridable 4)/2-fun-0-'/1 1 0.01 12 [ 12.00]
'Elixir.Absinthe.Lexer':do_tokenize__2/6 65 0.01 13 [ 0.20]
'Elixir.Absinthe.Lexer':do_tokenize__3/6 64 0.01 13 [ 0.20]
'Elixir.Task.Supervised':start_link/4 38 0.01 13 [ 0.34]
'Elixir.Process':get/2 41 0.01 13 [ 0.32]
erlang:start_timer/4 7 0.01 13 [ 1.86]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-run_callbacks/4-fun-0-'/3 12 0.01 14 [ 1.17]
'Elixir.Ecto.Changeset':cast_field/8 44 0.01 14 [ 0.32]
'Elixir.Ecto.Changeset':cast_key/1 44 0.01 14 [ 0.32]
'Elixir.Ecto.Changeset':'-cast/6-fun-1-'/7 44 0.01 14 [ 0.32]
'Elixir.Postgrex.Protocol':'-msg_send/3-fun-0-'/2 52 0.01 14 [ 0.27]
erlang:min/2 34 0.01 14 [ 0.41]
erlang:binary_to_atom/2 15 0.01 14 [ 0.93]
ets:insert/2 8 0.01 14 [ 1.75]
erlang:process_info/2 94 0.01 14 [ 0.15]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_qualified_name/3 105 0.01 15 [ 0.14]
'Elixir.DBConnection.Query':'impl_for!'/1 26 0.01 15 [ 0.58]
'Elixir.Process':get/1 31 0.01 15 [ 0.48]
'Elixir.Ecto.Query.Planner':'get_source!'/3 45 0.01 15 [ 0.33]
'Elixir.ReWeb.Schema':'-loader/1-fun-0-'/3 16 0.01 15 [ 0.94]
'Elixir.Postgrex.Protocol':maybe_encode_msg/1 52 0.01 15 [ 0.29]
maps:fold_1/3 189 0.01 16 [ 0.08]
'Elixir.DBConnection.Holder':checkout/5 14 0.01 16 [ 1.14]
'Elixir.Code.Identifier':escape/5 78 0.01 16 [ 0.21]
'Elixir.Postgrex.Protocol':fetch_type_info/4 105 0.01 16 [ 0.15]
re:loopexec/8 9 0.01 16 [ 1.78]
erlang:list_to_atom/1 16 0.01 16 [ 1.00]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/4 97 0.01 17 [ 0.18]
'Elixir.Absinthe.Pipeline':run_phase/3 55 0.01 17 [ 0.31]
'Elixir.Absinthe.Lexer':do_tokenize__127/6 65 0.01 17 [ 0.26]
erlang:list_to_bitstring/1 20 0.01 17 [ 0.85]
code_server:call/1 46 0.01 18 [ 0.39]
'Elixir.Absinthe.Lexer':do_tokenize__150/6 65 0.01 18 [ 0.28]
prim_inet:async_recv/3 23 0.01 18 [ 0.78]
'Elixir.Enum':'-unzip/1-lists^foldl/2-0-'/3 105 0.01 18 [ 0.17]
code:ensure_loaded/1 46 0.02 19 [ 0.41]
'Elixir.Absinthe.Lexer':do_tokenize__153/6 65 0.02 19 [ 0.29]
'Elixir.Enum':'-reduce/3-fun-0-'/4 53 0.02 19 [ 0.36]
erlang:spawn_opt/4 18 0.02 19 [ 1.06]
proc_lib:init_p/5 38 0.02 19 [ 0.50]
'Elixir.Keyword':'-take/2-fun-0-'/2 33 0.02 20 [ 0.61]
'Elixir.Calendar.ISO':from_unix/2 2 0.02 20 [ 10.00]
code:call/1 46 0.02 20 [ 0.43]
'Elixir.Postgrex.Messages':decode_row_field/1 89 0.02 20 [ 0.22]
'Elixir.Ecto.Query.Planner':validate_and_increment/6 72 0.02 20 [ 0.28]
'Elixir.String.Unicode':next_extend_size/3 105 0.02 20 [ 0.19]
erlang:send_after/3 17 0.02 20 [ 1.18]
'Elixir.String':decrement/1 74 0.02 21 [ 0.28]
'Elixir.Postgrex.Messages':encode/1 52 0.02 21 [ 0.40]
'Elixir.Ecto.Query.Planner':'-select_dump/3-fun-0-'/4 84 0.02 21 [ 0.25]
'Elixir.Dataloader.Ecto':new/2 16 0.02 21 [ 1.31]
'Elixir.String.Unicode':do_length/2 117 0.02 21 [ 0.18]
erts_internal:time_unit/0 52 0.02 21 [ 0.40]
'Elixir.Plug.Conn':put_private/3 8 0.02 22 [ 2.75]
'Elixir.Keyword':'-take/2-lists^filter/1-0-'/2 50 0.02 22 [ 0.44]
'Elixir.Code.Identifier':'-escape/3-fun-0-'/1 74 0.02 22 [ 0.30]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-0-'/1 89 0.02 22 [ 0.25]
'Elixir.Postgrex.Protocol':'-columns/1-fun-0-'/1 89 0.02 22 [ 0.25]
binary:copy/2 14 0.02 22 [ 1.57]
'Elixir.Plug.Conn':'valid_header_key?'/1 117 0.02 23 [ 0.20]
'Elixir.String':'recur_printable?'/2 78 0.02 23 [ 0.29]
'Elixir.Enum':reject_list/2 96 0.02 23 [ 0.24]
'Elixir.Ecto.Adapters.Postgres.Connection':'-select_fields/3-fun-0-'/3 89 0.02 24 [ 0.27]
'Elixir.Postgrex.Types':fetch/2 93 0.02 24 [ 0.26]
'Elixir.Postgrex.Messages':decode_row_fields/2 95 0.02 24 [ 0.25]
'Elixir.Postgrex.Messages':'-encode/1-fun-3-'/2 107 0.02 24 [ 0.22]
'Elixir.Enumerable.List':slice/3 125 0.02 24 [ 0.19]
'Elixir.Code.Identifier':escape_char/1 74 0.02 25 [ 0.34]
inet_db:lookup_socket/1 36 0.02 25 [ 0.69]
erlang:cancel_timer/2 24 0.02 25 [ 1.04]
'Elixir.Keyword':put_new/3 33 0.02 26 [ 0.79]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/3-fun-0-'/2 153 0.02 26 [ 0.17]
'Elixir.Ecto.Query.Planner':select_field/2 84 0.02 26 [ 0.31]
'Elixir.Postgrex.Protocol':decode_tag/2 126 0.02 26 [ 0.21]
'Elixir.Ecto.Adapters.Postgres.Connection':expr/3 119 0.02 27 [ 0.23]
'Elixir.Re.Listing.GarageType':type/0 250 0.02 28 [ 0.11]
'Elixir.Re.Listing.Orientation':type/0 250 0.02 29 [ 0.12]
'Elixir.Re.Listing.SunPeriod':type/0 250 0.02 29 [ 0.12]
'Elixir.Absinthe.Blueprint.Transform':node_with_children/5 171 0.02 29 [ 0.17]
'Elixir.Absinthe.Phase.Document.Result':field_data/2 252 0.02 29 [ 0.12]
'Elixir.Ecto.Query.Planner':'-normalize_query/4-fun-0-'/6 72 0.02 29 [ 0.40]
gen_tcp:recv/3 23 0.02 29 [ 1.26]
'Elixir.System':normalize_time_unit/1 88 0.02 30 [ 0.34]
'Elixir.Absinthe.Phase.Schema':'-find_schema_field/4-fun-0-'/2 62 0.02 30 [ 0.48]
'Elixir.Base':enc64url_pair/1 80 0.03 31 [ 0.39]
'Elixir.Ecto.Changeset':'type!'/2 44 0.03 31 [ 0.70]
'Elixir.String.Chars.Integer':to_string/1 257 0.03 31 [ 0.12]
'Elixir.Dataloader':do_get/2 250 0.03 31 [ 0.12]
'Elixir.Enum':find/2 266 0.03 31 [ 0.12]
'Elixir.Enum':find/3 266 0.03 31 [ 0.12]
crypto:strong_rand_bytes_nif/1 1 0.03 33 [ 33.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch_item_from_batch/2 250 0.03 33 [ 0.13]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'-__absinthe_function__/2-fun-3-'/1 250 0.03 33 [ 0.13]
'Elixir.Ecto.Query.Planner':prewalk/6 97 0.03 33 [ 0.34]
'Elixir.Absinthe.Blueprint.Transform':pass/2 177 0.03 34 [ 0.19]
'Elixir.String':'contains?'/2 113 0.03 34 [ 0.30]
io_lib_format:fwrite_g/1 250 0.03 34 [ 0.14]
prim_inet:send_recv_reply/2 13 0.03 34 [ 2.62]
'Elixir.Ecto.Query.Planner':merge_cache/6 84 0.03 34 [ 0.40]
'Elixir.Prometheus.Metric.Counter':inc/1 253 0.03 34 [ 0.13]
'Elixir.Dataloader.Source':load/3 250 0.03 34 [ 0.14]
erlang:iolist_size/1 56 0.03 34 [ 0.61]
re:internal_run/4 9 0.03 34 [ 3.78]
'Elixir.Kernel':'-struct/2-fun-0-'/2 69 0.03 35 [ 0.51]
'Elixir.Inspect.Map':inspect/2 251 0.03 35 [ 0.14]
io_lib_format:scale/7 250 0.03 36 [ 0.14]
io_lib_format:fixup/7 250 0.03 36 [ 0.14]
error_handler:undefined_function/3 46 0.03 37 [ 0.80]
'Elixir.Dataloader.Source.Dataloader.Ecto':load/3 250 0.03 37 [ 0.15]
'Elixir.Ecto.Type':load_embed/3 250 0.03 37 [ 0.15]
'Elixir.Enumerable.List':reduce/3 297 0.03 37 [ 0.12]
'Elixir.Inspect.Map':inspect/3 251 0.03 38 [ 0.15]
'Elixir.Absinthe.Schema':'-types/1-fun-0-'/2 131 0.03 38 [ 0.29]
'Elixir.Keyword':take/2 17 0.03 39 [ 2.29]
'Elixir.Re.Listing.SunPeriod':load/1 250 0.03 39 [ 0.16]
'Elixir.Postgrex.Messages':parse/3 66 0.03 39 [ 0.59]
'Elixir.Postgrex.Protocol':msg_recv/3 86 0.03 39 [ 0.45]
'Elixir.Enumerable.Map':reduce/3 272 0.03 40 [ 0.15]
'Elixir.Dataloader':add_source/3 16 0.03 40 [ 2.50]
'Elixir.Ecto.Query.Planner':'-traverse_exprs/4-fun-0-'/3 156 0.03 41 [ 0.26]
'Elixir.String.Chars':to_string/1 266 0.03 41 [ 0.15]
erlang:split_binary/2 110 0.03 41 [ 0.37]
'Elixir.Absinthe.Middleware.Telemetry':on_complete/2 251 0.03 42 [ 0.17]
'Elixir.Kernel':inspect/2 251 0.03 42 [ 0.17]
'Elixir.Kernel':'validate_struct!'/3 261 0.03 42 [ 0.16]
'Elixir.Absinthe.Middleware.Dataloader':get_result/2 250 0.03 42 [ 0.17]
erlang:module_loaded/1 46 0.03 42 [ 0.91]
'Elixir.Ecto.UUID':load/1 252 0.04 43 [ 0.17]
'Elixir.Dataloader':load_many/4 250 0.04 43 [ 0.17]
'Elixir.String.Unicode':next_grapheme_size/1 117 0.04 43 [ 0.37]
'Elixir.Re.Listing.Orientation':load/1 250 0.04 44 [ 0.18]
'Elixir.Absinthe.Resolution.Helpers':on_load/2 250 0.04 44 [ 0.18]
'Elixir.Absinthe.Middleware.Telemetry':call/2 251 0.04 45 [ 0.18]
'Elixir.Re.Listing.GarageType':load/1 250 0.04 45 [ 0.18]
ets:insert_new/2 10 0.04 45 [ 4.50]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_name/1 210 0.04 46 [ 0.22]
'Elixir.Inspect.Tuple':inspect/2 253 0.04 46 [ 0.18]
'Elixir.Absinthe.Type.BuiltIns.Scalars':serialize_float/1 250 0.04 46 [ 0.18]
'Elixir.Absinthe.Blueprint.Transform':walk_children/5 171 0.04 46 [ 0.27]
'Elixir.Task.Supervised':stream_monitor_loop/2 77 0.04 46 [ 0.60]
'Elixir.Inspect.PID':inspect/2 250 0.04 47 [ 0.19]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-2-'/2 250 0.04 47 [ 0.19]
'Elixir.Postgrex.Messages':decode_string/1 110 0.04 47 [ 0.43]
'Elixir.Prometheus.Metric.Counter':inc/2 253 0.04 47 [ 0.19]
'Elixir.Enum':zip_list/2 268 0.04 47 [ 0.18]
'Elixir.Absinthe.Middleware.MapGet':call/2 251 0.04 47 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-1-'/1 250 0.04 48 [ 0.19]
'Elixir.Absinthe.Blueprint.Transform':'-walk/4-fun-0-'/4 142 0.04 48 [ 0.34]
'Elixir.Enum':'-unzip/1-anonymous-2-'/3 250 0.04 49 [ 0.20]
'Elixir.Absinthe.Pipeline':phase_invocation/1 54 0.04 50 [ 0.93]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-propagate_null_trimming/1-fun-0-'/1 250 0.04 50 [ 0.20]
ets:lookup_element/3 102 0.04 50 [ 0.49]
erlang:unique_integer/0 253 0.04 51 [ 0.20]
'Elixir.Ecto.Repo.Preloader':extract/1 251 0.04 52 [ 0.21]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-to_result/4-fun-0-'/4 250 0.04 52 [ 0.21]
math:log10/1 250 0.04 52 [ 0.21]
'Elixir.Absinthe.Pipeline':'match_phase?'/2 160 0.04 53 [ 0.33]
'Elixir.Enum':take_while_list/2 160 0.04 53 [ 0.33]
erlang:tuple_to_list/1 253 0.04 53 [ 0.21]
'Elixir.Absinthe.Pipeline':'-before/2-fun-0-'/2 160 0.05 55 [ 0.34]
'Elixir.Ecto.UUID':type/0 502 0.05 55 [ 0.11]
maps:next/1 189 0.05 55 [ 0.29]
error_handler:ensure_loaded/1 46 0.05 55 [ 1.20]
'Elixir.Ecto.Type':'-dump_fun/1-fun-6-'/1 502 0.05 55 [ 0.11]
'Elixir.Jason.Encode':encode_atom/2 502 0.05 55 [ 0.11]
'Elixir.Enum':'any?'/2 254 0.05 57 [ 0.22]
'Elixir.Ecto.Type':cast_integer/1 502 0.05 57 [ 0.11]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.JSONB'/6 250 0.05 58 [ 0.23]
io_lib_format:'-fwrite_g/1-lc$^1/1-1-'/2 500 0.05 58 [ 0.12]
'Elixir.Ecto.Query.Planner':'-plan_cache/4-fun-0-'/6 84 0.05 58 [ 0.69]
'Elixir.Ecto.Type':same_integer/1 502 0.05 58 [ 0.12]
'Elixir.ReWeb.AbsintheCollector':'-setup/0-fun-0-'/4 252 0.05 59 [ 0.23]
'Elixir.Absinthe.Phase.Document.Result':list_data/3 251 0.05 59 [ 0.24]
'Elixir.Dataloader':get/4 250 0.05 59 [ 0.24]
'Elixir.String.Chars':impl_for/1 266 0.05 59 [ 0.22]
erlang:system_info/1 308 0.05 59 [ 0.19]
'Elixir.Ecto.Repo.Preloader':unextract/3 251 0.05 60 [ 0.24]
'Elixir.ReWeb.AbsintheCollector':handle_event/4 252 0.05 60 [ 0.24]
io_lib_format:int_pow/2 250 0.05 60 [ 0.24]
io_lib_format:int_pow/3 500 0.05 60 [ 0.12]
'Elixir.Dataloader.Source':fetch/3 250 0.05 60 [ 0.24]
'Elixir.ReWeb.Resolvers.Listings':'-lat/3-fun-0-'/2 250 0.05 61 [ 0.24]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/2-fun-0-'/3 141 0.05 61 [ 0.43]
'Elixir.Ecto.Type':'-load_fun/1-fun-13-'/1 504 0.05 61 [ 0.12]
'Elixir.Absinthe.Resolution':call/2 251 0.05 62 [ 0.25]
'Elixir.Inspect.Opts':'__struct__'/0 251 0.05 62 [ 0.25]
lists:split/2 250 0.05 63 [ 0.25]
'Elixir.Enum':to_list/1 271 0.05 63 [ 0.23]
erlang:system_time/0 252 0.05 63 [ 0.25]
'Elixir.Enumerable':reduce/3 295 0.05 64 [ 0.22]
erlang:function_exported/3 57 0.05 65 [ 1.14]
'Elixir.Keyword':'fetch!'/2 286 0.05 66 [ 0.23]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'__absinthe_function__'/2 500 0.05 66 [ 0.13]
'Elixir.Postgrex.Protocol':msg_decode/1 86 0.05 66 [ 0.77]
'Elixir.Ecto.Repo.Queryable':'-postprocessor/4-fun-0-'/3 252 0.06 68 [ 0.27]
'Elixir.Code.Identifier':inspect_as_key/1 252 0.06 68 [ 0.27]
'Elixir.ApolloTracing.Middleware.Caching':call/2 502 0.06 68 [ 0.14]
'Elixir.Ecto.Repo.Queryable':'-preprocessor/3-fun-0-'/5 252 0.06 69 [ 0.27]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-3-'/3 250 0.06 69 [ 0.28]
'Elixir.Dataloader.Source':'pending_batches?'/1 536 0.06 69 [ 0.13]
io_lib_format:fwrite_g_1/3 250 0.06 70 [ 0.28]
'Elixir.Postgrex.DefaultTypes':decode_rows/4 263 0.06 72 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':update_persisted_fields/2 252 0.06 72 [ 0.29]
io_lib_format:insert_decimal/2 250 0.06 72 [ 0.29]
erlang:'--'/2 6 0.06 72 [ 12.00]
io_lib_format:int_ceil/1 250 0.06 73 [ 0.29]
'Elixir.Ecto.Type':load_naive_datetime/1 504 0.06 74 [ 0.15]
'Elixir.Absinthe.Blueprint.Transform':maybe_walk_children/4 171 0.06 75 [ 0.44]
'Elixir.Map':update/4 259 0.06 75 [ 0.29]
erlang:whereis/1 54 0.06 75 [ 1.39]
'Elixir.Enumerable':impl_for/1 295 0.06 76 [ 0.26]
'Elixir.NaiveDateTime':'from_erl!'/2 504 0.06 76 [ 0.15]
'Elixir.NaiveDateTime':'from_erl!'/3 504 0.06 76 [ 0.15]
io_lib_format:mantissa_exponent/1 250 0.06 76 [ 0.30]
'Elixir.Enum':'-unzip/1-fun-0-'/2 343 0.06 76 [ 0.22]
'Elixir.String.Chars':'impl_for!'/1 266 0.06 76 [ 0.29]
'Elixir.Inspect.List':keyword/2 252 0.06 77 [ 0.31]
'Elixir.Inspect.Algebra':format/2 251 0.06 78 [ 0.31]
prometheus_counter:inc/4 253 0.06 78 [ 0.31]
'Elixir.Map':'get_and_update!'/3 256 0.06 79 [ 0.31]
'Elixir.Dataloader':load/4 250 0.07 80 [ 0.32]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':propagate_null_trimming/1 504 0.07 81 [ 0.16]
'Elixir.Inspect.Map':traverse_fun/2 251 0.07 81 [ 0.32]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-0-'/2 249 0.07 82 [ 0.33]
'Elixir.Absinthe.Type':name/1 503 0.07 82 [ 0.16]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_fields/4 252 0.07 83 [ 0.33]
'Elixir.Kernel':struct/3 286 0.07 83 [ 0.29]
'Elixir.ReWeb.GraphQL.Middlewares.ErrorHandler':call/2 502 0.07 83 [ 0.17]
'Elixir.Postgrex.Extensions.Timestamp':split/2 504 0.07 84 [ 0.17]
'Elixir.Jason.Encode':list/3 505 0.07 84 [ 0.17]
'Elixir.Jason.Encode':'-encode_map_function/1-fun-0-'/3 761 0.07 84 [ 0.11]
'Elixir.Dataloader.Source.Dataloader.Ecto':'pending_batches?'/1 536 0.07 86 [ 0.16]
'Elixir.Absinthe.Middleware.Dataloader':call/2 500 0.07 86 [ 0.17]
'Elixir.MapSet':new/1 250 0.07 87 [ 0.35]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_concrete_type/3 252 0.07 88 [ 0.35]
'Elixir.Dataloader':do_load/3 250 0.07 89 [ 0.36]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_field/3 752 0.08 92 [ 0.12]
'Elixir.Absinthe.Resolution.Projector':project/5 252 0.08 93 [ 0.37]
'Elixir.Dataloader':'-load_many/4-fun-1-'/3 250 0.08 93 [ 0.37]
'Elixir.Ecto.Type':adapter_dump/3 758 0.08 93 [ 0.12]
'Elixir.Inspect.Algebra':nest/3 505 0.08 94 [ 0.19]
telemetry:'-execute/3-fun-0-'/4 274 0.08 94 [ 0.34]
prometheus_counter:key/3 256 0.08 94 [ 0.37]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-0-'/1 503 0.08 96 [ 0.19]
'Elixir.ReWeb.Resolvers.Listings':lat/3 250 0.08 96 [ 0.38]
'Elixir.Inspect.List':'keyword?'/1 504 0.08 96 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_return_type/1 252 0.08 97 [ 0.38]
'Elixir.Dataloader':'-do_load/3-fun-0-'/3 250 0.08 97 [ 0.39]
'Elixir.Ecto.Repo.Queryable':preprocess/4 505 0.08 98 [ 0.19]
'Elixir.Prometheus.Metric':parse_spec/1 282 0.08 98 [ 0.35]
'Elixir.Kernel':struct/2 277 0.08 98 [ 0.35]
re:run/3 3 0.08 98 [ 32.67]
'Elixir.Ecto.Type':array/3 753 0.08 100 [ 0.13]
'Elixir.Jason.Encode':map_naive/3 761 0.08 101 [ 0.13]
'Elixir.Inspect.Algebra':container_doc/6 505 0.08 102 [ 0.20]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-1-'/3 250 0.08 102 [ 0.41]
'Elixir.Enumerable':'impl_for!'/1 295 0.08 103 [ 0.35]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-4-'/4 500 0.09 104 [ 0.21]
'Elixir.Dataloader':'-load_many/4-fun-0-'/2 250 0.09 105 [ 0.42]
'Elixir.Ecto.Type':'-cast_fun/1-fun-6-'/1 502 0.09 106 [ 0.21]
'Elixir.Map':get_and_update/3 763 0.09 106 [ 0.14]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_list_violation?'/1 250 0.09 107 [ 0.43]
'Elixir.NaiveDateTime':new/8 504 0.09 107 [ 0.21]
'Elixir.Enum':map_reduce/3 611 0.09 109 [ 0.18]
'Elixir.Ecto.Type':array/4 753 0.09 109 [ 0.14]
crypto:exor/5 999 0.09 110 [ 0.11]
maps:remove/2 526 0.09 110 [ 0.21]
'Elixir.Inspect.Algebra':break/1 506 0.09 111 [ 0.22]
'Elixir.String.Tokenizer':validate/2 752 0.09 112 [ 0.15]
'Elixir.Absinthe.Schema':lookup_type/3 641 0.09 113 [ 0.18]
'Elixir.Inspect.Algebra':nest/2 505 0.09 114 [ 0.23]
crypto:hmac/3 1001 0.09 114 [ 0.11]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':add_errors/3 502 0.10 116 [ 0.23]
lists:foreach/2 789 0.10 117 [ 0.15]
'Elixir.Inspect.Algebra':apply_nesting/3 505 0.10 118 [ 0.23]
'Elixir.ApolloTracing.Middleware.Tracing':call/2 502 0.10 119 [ 0.24]
ets:update_element/3 33 0.10 119 [ 3.61]
'Elixir.ApolloTracer.Phase.AddCacheHints':hints/2 503 0.10 120 [ 0.24]
lists:split/3 750 0.10 120 [ 0.16]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_result/3 502 0.10 120 [ 0.24]
'Elixir.NaiveDateTime':convert/2 504 0.10 120 [ 0.24]
'Elixir.Absinthe.Type.Scalar':serialize/2 500 0.10 120 [ 0.24]
'Elixir.MapSet':new_from_list/2 500 0.10 120 [ 0.24]
'Elixir.Inspect.Algebra':group/1 756 0.10 121 [ 0.16]
lists:do_flatten/2 329 0.10 122 [ 0.37]
'Elixir.Kernel':inspect/1 251 0.10 123 [ 0.49]
'Elixir.Absinthe.Type':function/2 500 0.10 123 [ 0.25]
'Elixir.Absinthe.Resolution':put_result/2 501 0.10 124 [ 0.25]
'Elixir.Postgrex.DefaultTypes':encode_list/3 753 0.10 125 [ 0.17]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':maybe_add_non_null_error/3 502 0.10 125 [ 0.25]
'Elixir.Access':get_and_update/3 763 0.10 126 [ 0.17]
'Elixir.Dataloader':'-pending_batches?/1-fun-0-'/1 536 0.10 127 [ 0.24]
'Elixir.Plug.Crypto.KeyGenerator':iterate/4 1000 0.11 129 [ 0.13]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch/3 500 0.11 129 [ 0.26]
'Elixir.Ecto.Repo.Queryable':process/4 509 0.11 130 [ 0.26]
'Elixir.Inspect.Algebra':glue/3 506 0.11 130 [ 0.26]
'Elixir.Absinthe.Phase.Document.Result':field_name/1 502 0.11 133 [ 0.26]
'Elixir.Kernel':'-put_in/3-fun-0-'/2 503 0.11 134 [ 0.27]
'Elixir.Kernel':get_and_update_in/3 504 0.11 135 [ 0.27]
'Elixir.Inspect.Algebra':'-container_doc/6-fun-0-'/4 1257 0.11 136 [ 0.11]
'Elixir.Ecto.Type':truncate_usec/1 504 0.11 137 [ 0.27]
'Elixir.Enum':'-any?/2-fun-0-'/3 536 0.11 138 [ 0.26]
'Elixir.Inspect.Algebra':flex_glue/2 1255 0.11 139 [ 0.11]
'Elixir.Calendar.ISO':days_in_month/2 504 0.11 140 [ 0.28]
'Elixir.ApolloTracing.Middleware.Tracing':'-after_field/2-fun-1-'/2 502 0.12 141 [ 0.28]
'Elixir.ApolloTracing.Middleware.Tracing':'-after_field/2-fun-0-'/2 502 0.12 141 [ 0.28]
'Elixir.Enumerable.Map':reduce_list/3 874 0.12 141 [ 0.16]
'Elixir.ApolloTracing.Middleware.Caching':'-call/2-fun-1-'/3 501 0.12 142 [ 0.28]
'Elixir.Absinthe.Phase.Document.Result':field_data/3 754 0.12 142 [ 0.19]
binary:match/2 229 0.12 143 [ 0.62]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_propagate_null_trimming/1 754 0.12 145 [ 0.19]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Timestamp'/6 504 0.12 146 [ 0.29]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_field/5 502 0.12 146 [ 0.29]
'Elixir.Dataloader':get_source/2 500 0.12 146 [ 0.29]
calendar:year_day_to_date/2 504 0.12 148 [ 0.29]
'Elixir.Dataloader':'pending_batches?'/1 254 0.12 148 [ 0.58]
'Elixir.Absinthe.Schema':lookup_type/2 641 0.12 149 [ 0.23]
'Elixir.Inspect.Algebra':flex_glue/3 1255 0.12 150 [ 0.12]
'Elixir.Absinthe.Type':meta/1 502 0.12 150 [ 0.30]
'Elixir.ApolloTracing.Middleware.Tracing':after_field/2 502 0.12 151 [ 0.30]
telemetry_handler_table:list_for_event/1 513 0.12 151 [ 0.29]
calendar:gregorian_days_to_date/1 504 0.12 151 [ 0.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_fields/6 754 0.13 153 [ 0.20]
'Elixir.ApolloTracing.Middleware.Caching':'-call/2-fun-0-'/3 501 0.13 155 [ 0.31]
calendar:gregorian_seconds_to_datetime/1 504 0.13 155 [ 0.31]
'Elixir.Enum':find_list/3 1077 0.13 155 [ 0.14]
'Elixir.Inspect.Algebra':group/2 756 0.13 157 [ 0.21]
'Elixir.Inspect.Atom':inspect/2 1250 0.13 161 [ 0.13]
'Elixir.ApolloTracing.Middleware.Tracing':'-after_field/2-fun-2-'/2 502 0.13 162 [ 0.32]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int8'/6 755 0.13 162 [ 0.21]
'Elixir.ApolloTracing.Middleware.Caching':'-call/2-fun-2-'/3 501 0.13 162 [ 0.32]
'Elixir.Map':from_struct/1 505 0.13 164 [ 0.32]
maps:to_list_internal/1 1294 0.14 165 [ 0.13]
'Elixir.Kernel':put_in/3 503 0.14 166 [ 0.33]
'Elixir.NaiveDateTime':from_erl/3 504 0.14 167 [ 0.33]
calendar:day_to_year/1 504 0.14 167 [ 0.33]
ets:update_counter/3 282 0.14 169 [ 0.60]
'Elixir.Ecto.Type':dump/3 758 0.14 171 [ 0.23]
'Elixir.Ecto.Type':'-process_dumpers/3-fun-0-'/3 750 0.14 172 [ 0.23]
'Elixir.Calendar.ISO':'valid_date?'/3 504 0.14 173 [ 0.34]
'Elixir.NaiveDateTime':new/7 504 0.14 173 [ 0.34]
calendar:is_leap_year1/1 1008 0.14 176 [ 0.17]
'Elixir.Enum':'-map_reduce/3-lists^mapfoldl/2-0-'/3 806 0.14 176 [ 0.22]
'Elixir.Ecto.Repo.Preloader':load_assoc/2 1250 0.15 178 [ 0.14]
'Elixir.Postgrex.Extensions.Timestamp':microsecond_to_elixir/1 504 0.15 178 [ 0.35]
'Elixir.Inspect.Algebra':join/4 1257 0.15 180 [ 0.14]
'Elixir.Calendar.ISO':'valid_time?'/4 504 0.15 180 [ 0.36]
'Elixir.Re.Listing':'__info__'/1 750 0.15 181 [ 0.24]
'Elixir.Ecto.Adapters.Postgres':dumpers/2 761 0.15 181 [ 0.24]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-get_keys/2-fun-0-'/2 750 0.15 183 [ 0.24]
calendar:seconds_to_time/1 504 0.15 183 [ 0.36]
telemetry:execute/3 513 0.15 185 [ 0.36]
'Elixir.Enum':filter/2 507 0.15 186 [ 0.37]
crypto:do_exor/2 999 0.15 188 [ 0.19]
'Elixir.Ecto.Type':dump_fun/1 755 0.15 188 [ 0.25]
'Elixir.Code.Identifier':'valid_alias_piece?'/1 1500 0.16 189 [ 0.13]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/3-fun-0-'/2 502 0.16 190 [ 0.38]
'Elixir.Postgrex.Extensions.Timestamp':split/1 504 0.16 190 [ 0.38]
'Elixir.Dataloader.Source.Dataloader.Ecto':normalize_key/2 750 0.16 192 [ 0.26]
'Elixir.Absinthe.Type':unwrap/1 1016 0.16 193 [ 0.19]
'Elixir.Absinthe.Blueprint.Transform':'-walk_children/5-fun-0-'/4 539 0.16 194 [ 0.36]
erlang:make_fun/3 1253 0.16 195 [ 0.16]
erlang:pid_to_list/1 250 0.16 197 [ 0.79]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_results/6 1256 0.16 199 [ 0.16]
'Elixir.Re.Listing':'__schema__'/2 768 0.16 200 [ 0.26]
crypto:mac/4 1001 0.17 203 [ 0.20]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Bool'/6 1002 0.17 204 [ 0.20]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.UUID'/6 1002 0.17 205 [ 0.20]
'Elixir.ReWeb.Schema':'__absinthe_lookup__'/1 1649 0.17 207 [ 0.13]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':to_result/4 752 0.17 208 [ 0.28]
'Elixir.ReWeb.Schema':'__absinthe_type__'/1 1649 0.17 211 [ 0.13]
maps:find/2 1010 0.17 212 [ 0.21]
crypto:max_bytes/0 999 0.18 214 [ 0.21]
'Elixir.Re.Listing':'__schema__'/1 758 0.18 219 [ 0.29]
'Elixir.Enum':drop_list/2 2008 0.18 219 [ 0.11]
'Elixir.ApolloTracing.Middleware.Tracing':'-after_field/2-fun-3-'/2 502 0.18 220 [ 0.44]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':find_bad_child/1 754 0.18 220 [ 0.29]
'Elixir.Enum':'member?'/2 807 0.18 221 [ 0.27]
'Elixir.Enum':uniq_list/3 1255 0.18 221 [ 0.18]
erlang:monitor/2 116 0.18 223 [ 1.92]
crypto:exor/2 999 0.19 230 [ 0.23]
calendar:year_day_to_date2/2 504 0.19 230 [ 0.46]
'Elixir.Dataloader.Source.Dataloader.Ecto':chase_down_queryable/2 750 0.19 233 [ 0.31]
lists:member/2 1559 0.19 235 [ 0.15]
'Elixir.Inspect':inspect/2 2013 0.19 237 [ 0.12]
'Elixir.Access':get/3 858 0.20 238 [ 0.28]
'Elixir.Plug.Crypto.KeyGenerator':'-mac_fun/2-fun-0-'/3 1000 0.20 238 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_violation?'/1 503 0.20 238 [ 0.47]
'Elixir.Absinthe.Type':name/2 502 0.20 238 [ 0.47]
'Elixir.ReWeb.Schema.Compiled':'__absinthe_type__'/1 1649 0.20 238 [ 0.14]
'Elixir.Absinthe.Resolution.Projector':'-project/5-fun-0-'/2 1003 0.20 244 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_resolution_struct/5 502 0.20 246 [ 0.49]
'Elixir.Dataloader.Source':impl_for/1 1068 0.20 246 [ 0.23]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-2-'/2 1250 0.21 251 [ 0.20]
'Elixir.Enum':drop/2 1004 0.21 254 [ 0.25]
'Elixir.Inspect.Algebra':flex_break/1 1255 0.21 256 [ 0.20]
calendar:dty/5 504 0.21 260 [ 0.52]
'Elixir.Dataloader.Source.Dataloader.Ecto':validate_queryable/1 750 0.22 262 [ 0.35]
'Elixir.Inspect':impl_for/1 2013 0.22 263 [ 0.13]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Float8'/6 1004 0.22 268 [ 0.27]
io_lib_format:generate/6 1000 0.22 269 [ 0.27]
'Elixir.String.Tokenizer':tokenize/1 752 0.22 270 [ 0.36]
io_lib_format:'-fwrite_g/1-lc$^0/1-0-'/1 1250 0.22 273 [ 0.22]
'Elixir.Ecto':'assoc_loaded?'/1 1250 0.23 275 [ 0.22]
'Elixir.Ecto.UUID':encode/1 252 0.23 278 [ 1.10]
maps:merge/2 275 0.23 279 [ 1.01]
'Elixir.Dataloader.Source.Dataloader.Ecto':get_keys/2 750 0.23 286 [ 0.38]
'Elixir.Inspect.Atom':color_key/1 1250 0.24 289 [ 0.23]
'Elixir.Absinthe.Phase.Document.Result':data/2 753 0.24 290 [ 0.39]
'Elixir.Code.Identifier':binary_op/1 1252 0.24 296 [ 0.24]
'Elixir.Absinthe.Type':expand/2 1011 0.24 296 [ 0.29]
calendar:is_leap_year/1 1008 0.24 298 [ 0.30]
'Elixir.Ecto.Repo.Preloader':'-fetch_ids/4-fun-0-'/7 1250 0.25 300 [ 0.24]
'Elixir.Postgrex.Messages':format/1 112 0.25 300 [ 2.68]
erts_internal:port_control/3 23 0.25 302 [ 13.13]
'Elixir.Code.Identifier':unary_op/1 1252 0.25 310 [ 0.25]
elixir_config:get/2 752 0.26 315 [ 0.42]
'Elixir.Dataloader.Source':'impl_for!'/1 1068 0.26 319 [ 0.30]
erlang:'++'/2 1547 0.26 322 [ 0.21]
'Elixir.Code.Identifier':inspect_as_atom/1 1250 0.27 333 [ 0.27]
'Elixir.Code.Identifier':'valid_alias?'/1 1252 0.27 334 [ 0.27]
'Elixir.Absinthe.Resolution':path/1 1004 0.28 336 [ 0.33]
'Elixir.Map':new/1 1547 0.28 340 [ 0.22]
'Elixir.Ecto.UUID':dump/1 250 0.28 344 [ 1.38]
maps:to_list/1 1294 0.29 357 [ 0.28]
'Elixir.Enum':map/2 1883 0.30 366 [ 0.19]
'Elixir.Ecto.Type':load/3 1506 0.30 368 [ 0.24]
erlang:integer_to_binary/1 1798 0.30 371 [ 0.21]
'Elixir.Ecto.Repo.Preloader':'assert_struct!'/2 1250 0.31 383 [ 0.31]
erts_internal:map_next/3 1391 0.31 383 [ 0.28]
'Elixir.Ecto.Adapters.Postgres':loaders/2 1506 0.32 387 [ 0.26]
'Elixir.Absinthe.Blueprint.Transform':walk/4 716 0.32 393 [ 0.55]
'Elixir.Jason.Encode':encode_string/2 3271 0.32 394 [ 0.12]
erts_internal:port_command/3 13 0.32 394 [ 30.31]
erlang:monotonic_time/0 1550 0.32 395 [ 0.25]
'Elixir.Enum':'-uniq/1-fun-0-'/1 1250 0.33 399 [ 0.32]
'Elixir.Map':get/2 2077 0.33 400 [ 0.19]
'Elixir.Inspect.Algebra':fold_doc/2 1762 0.33 407 [ 0.23]
'Elixir.Ecto.Type':load_fun/1 1506 0.34 415 [ 0.28]
'Elixir.Code.Identifier':classify/1 1252 0.34 416 [ 0.33]
'Elixir.Ecto.Type':process_loaders/3 3012 0.35 426 [ 0.14]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_result/5 1506 0.37 450 [ 0.30]
'Elixir.Inspect.Algebra':container_each/6 2267 0.37 452 [ 0.20]
'Elixir.Absinthe.Resolution':field_name/1 4006 0.39 469 [ 0.12]
'Elixir.Enum':filter_list/2 2509 0.39 480 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/3-fun-1-'/2 502 0.43 525 [ 1.05]
'Elixir.Enum':reverse/1 1903 0.45 545 [ 0.29]
calendar:dy/1 1512 0.45 551 [ 0.36]
'Elixir.Inspect':'impl_for!'/1 2013 0.47 569 [ 0.28]
lists:reverse/1 2202 0.47 572 [ 0.26]
'Elixir.Inspect.Algebra':to_doc/2 2013 0.47 576 [ 0.29]
'Elixir.Code.Identifier':trim_leading_while_valid_identifier/1 4500 0.48 589 [ 0.13]
'Elixir.Ecto.Type':type/1 2264 0.52 628 [ 0.28]
'Elixir.Ecto.UUID':cast/1 250 0.52 636 [ 2.54]
'Elixir.Keyword':get/2 3057 0.53 641 [ 0.21]
'Elixir.Jason.Encode':list_loop/3 2755 0.53 643 [ 0.23]
'Elixir.Map':'update!'/3 4824 0.53 650 [ 0.13]
binary:copy/1 2772 0.54 655 [ 0.24]
'Elixir.Enum':reduce/3 2945 0.55 665 [ 0.23]
'Elixir.Task.Supervised':stream_reduce/7 99 0.55 669 [ 6.76]
'Elixir.Ecto.Type':process_dumpers/3 1516 0.55 670 [ 0.44]
'Elixir.Map':get/3 3444 0.56 681 [ 0.20]
'Elixir.Inspect.Algebra':color/3 3025 0.57 690 [ 0.23]
'Elixir.Ecto.Type':'primitive?'/1 2264 0.57 690 [ 0.30]
erlang:spawn_opt/1 18 0.60 725 [ 40.28]
'Elixir.Inspect.Algebra':decrement/1 1762 0.62 756 [ 0.43]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int4'/6 3750 0.62 757 [ 0.20]
lists:keyfind/3 6025 0.63 767 [ 0.13]
'Elixir.Process':info/2 56 0.63 771 [ 13.77]
erlang:atom_to_list/1 1513 0.64 782 [ 0.52]
lists:reverse/2 2584 0.66 801 [ 0.31]
erlang:demonitor/2 77 0.66 807 [ 10.48]
erlang:atom_to_binary/2 5184 0.66 809 [ 0.16]
'Elixir.String.Tokenizer':continue/5 6020 0.67 810 [ 0.13]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Raw'/6 2770 0.67 811 [ 0.29]
'Elixir.Absinthe.Resolution':'-path/1-fun-0-'/1 4006 0.67 815 [ 0.20]
'Elixir.Jason.Encode':escape_json/3 7309 0.68 834 [ 0.11]
'Elixir.Jason.Encode':map_naive_loop/3 4038 0.74 906 [ 0.22]
'Elixir.Jason.Encode':key/2 4038 0.78 946 [ 0.23]
ets:lookup/2 1345 0.80 971 [ 0.72]
'Elixir.Jason.Encode':escape_json/4 7309 0.80 972 [ 0.13]
'Elixir.Keyword':get/3 5358 0.83 1009 [ 0.19]
maps:from_list/1 1813 0.90 1092 [ 0.60]
'Elixir.Inspect.Algebra':concat/2 5789 0.92 1124 [ 0.19]
'Elixir.Enum':'-reduce/3-lists^foldl/2-0-'/3 8313 0.95 1155 [ 0.14]
'Elixir.Jason.Encode':'-escape_function/1-fun-0-'/3 7309 0.95 1155 [ 0.16]
erlang:iolist_to_binary/1 2795 0.97 1184 [ 0.42]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':call_middleware/2 3512 0.98 1188 [ 0.34]
'Elixir.MapSet':put/2 249 1.05 1284 [ 5.16]
maps:get/2 7532 1.18 1440 [ 0.19]
erlang:send/2 192 1.26 1531 [ 7.97]
'Elixir.Ecto.Repo.Queryable':'struct_load!'/6 11286 1.39 1694 [ 0.15]
'Elixir.Jason.Encode':value/3 6796 1.39 1694 [ 0.25]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':reduce_resolution/1 4014 1.51 1836 [ 0.46]
'Elixir.Enum':'-map/2-lists^map/1-0-'/2 8120 1.71 2081 [ 0.26]
'Elixir.Ecto.Type':'of_base_type?'/2 9287 2.18 2661 [ 0.29]
'Elixir.Inspect.Algebra':format/3 13341 2.34 2854 [ 0.21]
'Elixir.Ecto.Type':adapter_load/3 11037 2.54 3093 [ 0.28]
crypto:mac_nif/4 1001 2.59 3153 [ 3.15]
erlang:spawn_link/3 38 3.30 4024 [ 105.89]
'Elixir.Jason.Encode':escape_json_chunk/5 52203 5.40 6583 [ 0.13]
--------------------------------------------------------------------------------------------- ------ ------- ------ [----------]
Total: 488649 100.00% 121802 [ 0.25]
.
Finished in 4.2 seconds
393 tests, 0 failures, 392 excluded
Randomized with seed 334175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment