Skip to content

Instantly share code, notes, and snippets.

@pmargreff
Created November 30, 2019 17:33
Show Gist options
  • Save pmargreff/909fb4c5e4d0911a697147efc6b92549 to your computer and use it in GitHub Desktop.
Save pmargreff/909fb4c5e4d0911a697147efc6b92549 to your computer and use it in GitHub Desktop.
Absinthe call inspect with 10k registers
FUNCTION CALLS % TIME [uS / CALLS]
-------- ----- ------- ---- [----------]
io:o_request/3 1 0.00 0 [ 0.00]
io:put_chars/2 1 0.00 0 [ 0.00]
io:put_chars/3 1 0.00 0 [ 0.00]
io:request/2 2 0.00 0 [ 0.00]
io:execute_request/2 1 0.00 0 [ 0.00]
'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':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/4 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':parsed_prepare_execute/5 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/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_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':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.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-3-'/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':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':'-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.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_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.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 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:keydelete/3 1 0.00 0 [ 0.00]
lists:keydelete3/3 1 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':run/2 1 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.Access':at/1 1 0.00 0 [ 0.00]
'Elixir.Access':at/4 1 0.00 0 [ 0.00]
'Elixir.Access':fetch/2 3 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':normalize_and_preload_each/5 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':preload_assoc/10 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':related_key_pos/2 1 0.00 0 [ 0.00]
'Elixir.Ecto.Repo.Preloader':take/2 1 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/2 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.Code.Identifier':escape/4 1 0.00 0 [ 0.00]
'Elixir.Code.Identifier':escape_map/1 4 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Loader':query/2 1 0.00 0 [ 0.00]
'Elixir.Inspect.Algebra':'fits?'/4 2 0.00 0 [ 0.00]
'Elixir.IO':inspect/2 1 0.00 0 [ 0.00]
'Elixir.IO':inspect/3 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':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.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':system_time/1 1 0.00 0 [ 0.00]
'Elixir.Stream':do_zip_step/2 2 0.00 0 [ 0.00]
'Elixir.Stream':'-prepare_zip/3-fun-2-'/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':'-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.Task':async/3 2 0.00 0 [ 0.00]
'Elixir.Task':build_stream/3 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':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.Inspect.BitString':inspect/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':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 7 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-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_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.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 7 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.Phase.Document.Validation.KnownArgumentNames':run/2 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.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':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':'-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]
inet_tcp:send/2 4 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':maybe_savepoint/2 4 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':key/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':decode/3 2 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.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.MapSet':new/0 4 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':run/2 1 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':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 5 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.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':dump_param/3 1 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':field_source/2 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':'field_type!'/4 1 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_lookup/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_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':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-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]
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]
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.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':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':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':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':filter_list/2 5 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':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-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':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/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_bind/3 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/4 2 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':recv_parse_describe/4 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]
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: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-fun-18-'/2 1 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/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: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_34/7 5 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_35/7 5 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_38/7 5 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_49/7 5 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_125/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_133/7 2 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_\'Name\''/7 5 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'NameWithoutOn\''/7 5 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 5 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'SelectionSet\''/7 3 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'Selections\''/7 5 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.Map':pop/2 2 0.00 0 [ 0.00]
'Elixir.Map':pop/3 2 0.00 0 [ 0.00]
maps:take/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:monotonic_time/1 6 0.00 0 [ 0.00]
erlang:unique_integer/1 2 0.00 0 [ 0.00]
erlang:group_leader/0 1 0.00 0 [ 0.00]
erlang:exit/1 2 0.00 0 [ 0.00]
io:io_request/2 1 0.00 1 [ 1.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':prepare/4 2 0.00 1 [ 0.50]
'Elixir.DBConnection':run/6 2 0.00 1 [ 0.50]
'Elixir.DBConnection':'-parsed_prepare_execute/5-fun-0-'/5 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':create_alias/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/1 2 0.00 1 [ 0.50]
'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/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.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-4-'/1 1 0.00 1 [ 1.00]
'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':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':update_config/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Queryable':execute/4 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Pipeline':'match_phase?'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Pipeline':run/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':convert/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':selections/1 5 0.00 1 [ 0.20]
'Elixir.Keyword':fetch/2 3 0.00 1 [ 0.33]
'Elixir.Keyword':'keyword?'/1 12 0.00 1 [ 0.08]
'Elixir.Keyword':put/3 4 0.00 1 [ 0.25]
'Elixir.Keyword':put_new/3 2 0.00 1 [ 0.50]
'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]
'Elixir.Keyword':'-take/2-fun-0-'/2 2 0.00 1 [ 0.50]
lists:sublist/2 12 0.00 1 [ 0.08]
lists:flatten/1 4 0.00 1 [ 0.25]
lists:keystore/4 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':handle_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Postgrex.DefaultTypes':encode_params/3 3 0.00 1 [ 0.33]
'Elixir.Ecto.Repo.Preloader':assoc_map/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':expand/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':fetch_ids/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':maybe_pmap/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':normalize/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':normalize_each/4 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Preloader':preload/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':preload_each/4 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Preloader':preload_prefix/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':'query!'/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':related_key_to_field/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':wrap/2 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/5 4 0.00 1 [ 0.25]
'Elixir.DBConnection.Holder':start_deadline/5 2 0.00 1 [ 0.50]
'Elixir.Code.Identifier':escape/3 1 0.00 1 [ 1.00]
'Elixir.Code.Identifier':escape/5 5 0.00 1 [ 0.20]
'Elixir.Code.Identifier':escape_char/1 4 0.00 1 [ 0.25]
'Elixir.Code.Identifier':'-escape/3-fun-0-'/1 4 0.00 1 [ 0.25]
'Elixir.AbsintheTest.Loader':data/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTest.Loader':'-data/1-fun-0-'/2 1 0.00 1 [ 1.00]
'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.IO':puts/2 1 0.00 1 [ 1.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batches/1-fun-1-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Blueprint.Document.SourceLocation':at/1 5 0.00 1 [ 0.20]
'Elixir.Stream':do_zip/3 2 0.00 1 [ 0.50]
'Elixir.Stream':do_zip_close/1 1 0.00 1 [ 1.00]
'Elixir.Stream':prepare_zip/3 1 0.00 1 [ 1.00]
'Elixir.Stream':zip/1 1 0.00 1 [ 1.00]
'Elixir.Stream':'-zip/1-fun-0-'/3 1 0.00 1 [ 1.00]
'Elixir.Stream':'-prepare_zip/3-fun-1-'/3 2 0.00 1 [ 0.50]
'Elixir.Stream':'-prepare_zip/3-fun-0-'/2 2 0.00 1 [ 0.50]
'Elixir.Kernel':get_and_update_in/3 2 0.00 1 [ 0.50]
'Elixir.Kernel':struct/1 1 0.00 1 [ 1.00]
'Elixir.Kernel':'-get_and_update_in/3-fun-1-'/3 1 0.00 1 [ 1.00]
'Elixir.Resolvers.Book':index/3 1 0.00 1 [ 1.00]
'Elixir.Task':get_callers/1 2 0.00 1 [ 0.50]
'Elixir.URI':parse/1 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':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Base':do_encode64url/2 1 0.00 1 [ 1.00]
'Elixir.Base':maybe_pad/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-2-'/2 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/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.Blueprint.Draft.List':'-convert/2-fun-0-'/2 5 0.00 1 [ 0.20]
'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 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Uses':'-add_uses/2-fun-0-'/2 6 0.00 1 [ 0.17]
'Elixir.Absinthe.Phase.Document.Directives':handle_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Directives':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':handle_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.MissingLiterals':fill_missing_nodes/6 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.MissingLiterals':find_missing_schema_nodes/2 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.MissingLiterals':populate_node/3 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-1-'/1 2 0.00 1 [ 0.50]
'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 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-handle_node/2-fun-1-'/3 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':coerce_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.AbsintheTestWeb.Router':'__match_route__'/3 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Router':prepare/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Router':'-prepare/1-fun-0-'/2 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 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Schema':run/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':set_children/3 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.Data':handle_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.Data':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Jason':do_encode/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':handle_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'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.String':decrement/1 4 0.00 1 [ 0.25]
'Elixir.String':'printable?'/2 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.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 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Language.Field':'__struct__'/0 5 0.00 1 [ 0.20]
'Elixir.MapSet':size/1 4 0.00 1 [ 0.25]
'Elixir.MapSet':to_list/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Result':process/1 1 0.00 1 [ 1.00]
'Elixir.Task.Supervised':get_callers/0 2 0.00 1 [ 0.50]
'Elixir.Task.Supervised':stream/6 2 0.00 1 [ 0.50]
'Elixir.Task.Supervised':stream_cleanup_inbox/2 2 0.00 1 [ 0.50]
'Elixir.Task.Supervised':'-stream/6-fun-1-'/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':handle_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':coerce_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'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 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-1-'/2 2 0.00 1 [ 0.50]
'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':expr_to_cache/1 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':finalize_cache/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':merge_assocs/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':merge_cache/3 5 0.00 1 [ 0.20]
'Elixir.Ecto.Query.Planner':source_cache/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'type!'/5 4 0.00 1 [ 0.25]
'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':default_timeout/0 1 0.00 1 [ 1.00]
'Elixir.Dataloader':run/1 2 0.00 1 [ 0.50]
'Elixir.Dataloader':'-run_tasks/3-fun-0-'/1 1 0.00 1 [ 1.00]
'Elixir.Dataloader':'-async_safely/3-fun-0-'/3 2 0.00 1 [ 0.50]
'Elixir.AbsintheTest.Author':'__schema__'/2 4 0.00 1 [ 0.25]
'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.Macro':underscore/1 5 0.00 1 [ 0.20]
'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':get_from_adapter/3 2 0.00 1 [ 0.50]
'Elixir.Plug.Adapters.Test.Conn':split_path/1 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':max/1 1 0.00 1 [ 1.00]
'Elixir.Enum':zip/1 1 0.00 1 [ 1.00]
'Elixir.Enum':'-sort/2-anonymous-1-'/4 5 0.00 1 [ 0.20]
'Elixir.Enum':'-sort/2-fun-0-'/3 5 0.00 1 [ 0.20]
'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':fetch_type_info/2 4 0.00 1 [ 0.25]
'Elixir.Postgrex.Protocol':recv_transaction/4 8 0.00 1 [ 0.13]
'Elixir.Regex':run/2 2 0.00 1 [ 0.50]
'Elixir.Regex':run/3 2 0.00 1 [ 0.50]
'Elixir.Regex':safe_run/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-run/2-fun-0-'/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-handle_node/2-fun-3-'/5 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Ecto.Type':cast_fun/1 2 0.00 1 [ 0.50]
'Elixir.Enumerable.List':slice/3 7 0.00 1 [ 0.14]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Complexity.Analysis':run/2 1 0.00 1 [ 1.00]
'Elixir.String.Chars':to_string/1 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Document.MissingVariables':handle_node/1 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.MissingVariables':'-run/2-fun-0-'/1 7 0.00 1 [ 0.14]
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]
absinthe_parser:yeccpars2_33/7 5 0.00 1 [ 0.20]
absinthe_parser:'yeccgoto_\'Field\''/7 5 0.00 1 [ 0.20]
'Elixir.AbsintheTest.Schema':loader/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTest.Schema':'-loader/1-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Map':from_struct/1 2 0.00 1 [ 0.50]
maps:is_key/2 2 0.00 1 [ 0.50]
lists:keymember/3 12 0.00 1 [ 0.08]
erlang:unique_integer/0 1 0.00 1 [ 1.00]
erlang:phash2/2 1 0.00 1 [ 1.00]
erlang:binary_to_list/1 1 0.00 1 [ 1.00]
'Elixir.DBConnection':decode/4 2 0.00 2 [ 1.00]
application:get_env/2 4 0.00 2 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/4 12 0.00 2 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_qualified_name/3 13 0.00 2 [ 0.15]
'Elixir.Ecto.Adapters.Postgres.Connection':'-select_fields/3-fun-0-'/3 12 0.00 2 [ 0.17]
'Elixir.Plug.Conn':resp/3 1 0.00 2 [ 2.00]
'Elixir.Plug.Conn':'validate_header_key_if_test!'/2 2 0.00 2 [ 1.00]
'Elixir.Plug.Conn':'validate_header_value!'/2 2 0.00 2 [ 1.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.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':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':all/3 2 0.00 2 [ 1.00]
'Elixir.Ecto.Repo.Queryable':attach_prefix/2 2 0.00 2 [ 1.00]
'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.Absinthe.Blueprint.Draft.Absinthe.Language.Field':source_location/1 5 0.00 2 [ 0.40]
'Elixir.Keyword':delete_key/2 12 0.00 2 [ 0.17]
'Elixir.Keyword':'has_key?'/2 8 0.00 2 [ 0.25]
'Elixir.Keyword':merge/2 4 0.00 2 [ 0.50]
'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:unzip/3 14 0.00 2 [ 0.14]
lists:keystore2/4 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Adapter.LanguageConventions':to_internal_name/2 5 0.00 2 [ 0.40]
'Elixir.Ecto.Repo.Preloader':'association_from_schema!'/2 1 0.00 2 [ 2.00]
'Elixir.Ecto.Repo.Preloader':fetch_query/8 1 0.00 2 [ 2.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.Dataloader.Source.Dataloader.Ecto':run_batches/1 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':perform_resolution/3 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Blueprint.Execution':get/2 2 0.00 2 [ 1.00]
'Elixir.System':monotonic_time/1 6 0.00 2 [ 0.33]
'Elixir.System':schedulers_online/0 2 0.00 2 [ 1.00]
'Elixir.Stream':do_zip_next_tuple/5 4 0.00 2 [ 0.50]
'Elixir.Task':async/1 2 0.00 2 [ 1.00]
'Elixir.Task':async_stream/3 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.Phase.Document.Validation.ArgumentsOfCorrectType':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Base':'-do_encode64url/2-lbc$^0/2-0-'/2 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Blueprint.Draft.List':convert/2 18 0.00 2 [ 0.11]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.MissingLiterals':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Postgrex.Types':fetch/2 13 0.00 2 [ 0.15]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Schema':update_context/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Schema':'-run/2-fun-0-'/3 7 0.00 2 [ 0.29]
'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.String':'recur_printable?'/2 5 0.00 2 [ 0.40]
'Elixir.Ecto.Queryable':to_query/1 4 0.00 2 [ 0.50]
prim_inet:recv/3 14 0.00 2 [ 0.14]
'Elixir.Task.Supervised':stream_cleanup_inbox/1 2 0.00 2 [ 1.00]
'Elixir.Task.Supervised':stream_monitor/5 2 0.00 2 [ 1.00]
'Elixir.List':flatten/1 4 0.00 2 [ 0.50]
'Elixir.List':keystore/4 3 0.00 2 [ 0.67]
'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.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':normalize_select/1 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':query/5 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':select_field/2 11 0.00 2 [ 0.18]
'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]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-1-'/2 2 0.00 2 [ 1.00]
'Elixir.Logger':'__should_log__'/1 6 0.00 2 [ 0.33]
'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.Enum':dedup/1 2 0.00 2 [ 1.00]
'Elixir.Enum':reject_list/2 14 0.00 2 [ 0.14]
'Elixir.Enum':reverse/2 4 0.00 2 [ 0.50]
'Elixir.Enum':sort_reducer/3 5 0.00 2 [ 0.40]
'Elixir.Enum':uniq/1 1 0.00 2 [ 2.00]
'Elixir.Enum':zip/2 3 0.00 2 [ 0.67]
'Elixir.Enum':'-unzip/1-lists^foldl/2-0-'/3 17 0.00 2 [ 0.12]
'Elixir.Postgrex.Protocol':decode_tags/1 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':do_send/3 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':done/3 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':done/5 2 0.00 2 [ 1.00]
'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':msg_send/3 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.Regex':version/0 2 0.00 2 [ 1.00]
erlang:port_command/3 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Ecto.Adapters.Postgres':execute/5 2 0.00 2 [ 1.00]
'Elixir.GenServer':whereis/1 6 0.00 2 [ 0.33]
absinthe_parser:extract_binary/1 5 0.00 2 [ 0.40]
absinthe_parser:yeccpars1/7 12 0.00 2 [ 0.17]
absinthe_parser:yeccpars2/7 13 0.00 2 [ 0.15]
'Elixir.AbsintheTest.Schema':plugins/0 4 0.00 2 [ 0.50]
gen_tcp:send/2 4 0.00 2 [ 0.50]
'Elixir.Map':merge/3 1 0.00 2 [ 2.00]
persistent_term:get/2 6 0.00 2 [ 0.33]
re:version/0 2 0.00 2 [ 1.00]
erlang:setelement/3 5 0.00 2 [ 0.40]
erlang:make_ref/0 5 0.00 2 [ 0.40]
erlang:list_to_binary/1 5 0.00 2 [ 0.40]
erlang:fun_info/2 4 0.00 2 [ 0.50]
'Elixir.Plug.Session':fetch_session/1 1 0.00 3 [ 3.00]
'Elixir.Ecto.Adapters.Postgres.Connection':expr/3 14 0.00 3 [ 0.21]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-0-'/2 2 0.00 3 [ 1.50]
'Elixir.Logger.Config':level_to_number/1 12 0.00 3 [ 0.25]
'Elixir.Keyword':take/2 2 0.00 3 [ 1.50]
lists:foreach/2 11 0.00 3 [ 0.27]
'Elixir.IO':inspect/1 1 0.00 3 [ 3.00]
'Elixir.System':normalize_time_unit/1 7 0.00 3 [ 0.43]
'Elixir.DBConnection.LogEntry':new/5 2 0.00 3 [ 1.50]
'Elixir.Absinthe.Blueprint':'-current_operation/1-fun-0-'/1 6 0.00 3 [ 0.50]
'Elixir.Absinthe.Phase.Schema':set_schema_node/4 6 0.00 3 [ 0.50]
'Elixir.Absinthe.Phase.Schema':'-find_schema_field/4-fun-0-'/2 11 0.00 3 [ 0.27]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/2-fun-0-'/3 28 0.00 3 [ 0.11]
telemetry:execute/3 6 0.00 3 [ 0.50]
'Elixir.Ecto.Queryable':'impl_for!'/1 4 0.00 3 [ 0.75]
prim_inet:recv0/3 14 0.00 3 [ 0.21]
'Elixir.Task.Supervised':normalize_mfa_with_arg/2 2 0.00 3 [ 1.50]
'Elixir.Task.Supervised':stream_close/3 2 0.00 3 [ 1.50]
'Elixir.Task.Supervised':stream_spawn/6 2 0.00 3 [ 1.50]
'Elixir.List':wrap/1 4 0.00 3 [ 0.75]
'Elixir.Absinthe.Resolution.Projector':rectify_order/1 3 0.00 3 [ 1.00]
'Elixir.Absinthe.Resolution.Projector':response_key/1 5 0.00 3 [ 0.60]
'Elixir.Ecto.Query.Planner':'get_source!'/3 8 0.00 3 [ 0.38]
absinthe_lexer:yypre/2 12 0.00 3 [ 0.25]
'Elixir.Absinthe.Plugin':'-pipeline/2-fun-0-'/3 6 0.00 3 [ 0.50]
'Elixir.Enum':filter/2 6 0.00 3 [ 0.50]
'Elixir.Enum':'-map/2-fun-0-'/3 5 0.00 3 [ 0.60]
'Elixir.Postgrex.Protocol':decode_tag/1 6 0.00 3 [ 0.50]
erlang:spawn_opt/2 2 0.00 3 [ 1.50]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':possible_types/2 11 0.00 3 [ 0.27]
'Elixir.String.Chars':'impl_for!'/1 3 0.00 3 [ 1.00]
proc_lib:init_p_do_apply/3 4 0.00 3 [ 0.75]
absinthe_parser:extract_line/1 13 0.00 3 [ 0.23]
'Elixir.Absinthe.Schema':lookup_type/2 22 0.00 3 [ 0.14]
'Elixir.Absinthe.Schema':lookup_type/3 22 0.00 3 [ 0.14]
maps:remove/2 4 0.00 3 [ 0.75]
unicode:characters_to_binary/2 1 0.00 3 [ 3.00]
ets:delete/1 5 0.00 3 [ 0.60]
erlang:'--'/2 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':put_resp_content_type/3 1 0.00 4 [ 4.00]
'Elixir.Plug.Conn':'valid_header_key?'/1 26 0.00 4 [ 0.15]
'Elixir.Logger.Config':'read_data!'/1 6 0.00 4 [ 0.67]
telemetry_handler_table:list_for_event/1 6 0.00 4 [ 0.67]
'Elixir.Keyword':'-split/2-lists^foldl/2-0-'/3 26 0.00 4 [ 0.15]
'Elixir.Postgrex.DefaultTypes':decode_rows/3 10 0.00 4 [ 0.40]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run_callbacks/4 4 0.00 4 [ 1.00]
'Elixir.Task':get_owner/1 4 0.00 4 [ 1.00]
'Elixir.URI':unpercent/3 4 0.00 4 [ 1.00]
'Elixir.Base':enc64url_pair/1 10 0.00 4 [ 0.40]
inet_tcp:recv/3 14 0.00 4 [ 0.29]
'Elixir.Enumerable.Map':'-reduce_list/3-fun-0-'/3 3 0.00 4 [ 1.33]
'Elixir.String':'contains?'/2 15 0.00 4 [ 0.27]
'Elixir.Task.Supervised':put_callers/1 4 0.00 4 [ 1.00]
'Elixir.Postgrex.Messages':encode/1 16 0.00 4 [ 0.25]
'Elixir.Absinthe.Resolution.Projector':do_collect/6 8 0.00 4 [ 0.50]
'Elixir.Ecto.Query.Planner':prewalk/6 14 0.00 4 [ 0.29]
'Elixir.Dataloader':async_safely/3 2 0.00 4 [ 2.00]
'Elixir.Logger':into_metadata/3 2 0.00 4 [ 2.00]
'Elixir.Enum':sort/2 3 0.00 4 [ 1.33]
'Elixir.Postgrex.Protocol':maybe_encode_msg/1 16 0.00 4 [ 0.25]
'Elixir.Postgrex.Protocol':'-msg_send/3-fun-0-'/2 16 0.00 4 [ 0.25]
erlang:min/2 10 0.00 4 [ 0.40]
absinthe_parser:build_ast_node/3 12 0.00 4 [ 0.33]
binary:split/3 1 0.00 4 [ 4.00]
maps:values/1 12 0.00 4 [ 0.33]
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:insert/2 3 0.00 4 [ 1.33]
erlang:start_timer/4 2 0.00 4 [ 2.00]
'Elixir.Plug.Conn':put_private/3 3 0.00 5 [ 1.67]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-0-'/1 1 0.00 5 [ 5.00]
'Elixir.Keyword':'-split/2-fun-0-'/3 24 0.00 5 [ 0.21]
'Elixir.Absinthe.Blueprint.Draft':convert/2 25 0.00 5 [ 0.20]
'Elixir.Absinthe.Blueprint.Draft':impl_for/1 25 0.00 5 [ 0.20]
'Elixir.Absinthe.Phase.Schema':find_schema_field/4 9 0.00 5 [ 0.56]
'Elixir.Absinthe.Phase.Schema':'-set_children/3-fun-0-'/4 13 0.00 5 [ 0.38]
'Elixir.DBConnection.Query':'impl_for!'/1 8 0.00 5 [ 0.63]
'Elixir.Task.Supervised':handle_stop_or_parent_down/3 2 0.00 5 [ 2.50]
'Elixir.Task.Supervised':reply/5 4 0.00 5 [ 1.25]
'Elixir.Absinthe.Resolution.Projector':update_schema_node/2 5 0.00 5 [ 1.00]
erlang:binary_to_atom/2 5 0.00 5 [ 1.00]
'Elixir.Absinthe.Blueprint.Draft':'impl_for!'/1 25 0.00 6 [ 0.24]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/3-fun-0-'/2 28 0.00 6 [ 0.21]
'Elixir.Task.Supervised':stream_deliver/7 4 0.00 6 [ 1.50]
'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.Enum':'-reduce/3-fun-0-'/4 23 0.00 6 [ 0.26]
'Elixir.Enum':'-map/2-anonymous-4-'/3 2 0.00 6 [ 3.00]
'Elixir.Postgrex.Protocol':rows_recv/5 8 0.00 6 [ 0.75]
erlang:system_info/1 4 0.00 6 [ 1.50]
erlang:port_get_data/1 18 0.00 6 [ 0.33]
erlang:split_binary/2 18 0.00 6 [ 0.33]
'Elixir.Absinthe.Resolution.Helpers':dataloader/1 6 0.00 7 [ 1.17]
maps:fold_1/3 58 0.00 7 [ 0.12]
maps:iterator/1 25 0.00 7 [ 0.28]
'Elixir.Absinthe.Blueprint':current_operation/1 6 0.00 7 [ 1.17]
'Elixir.Task.Supervised':reply/4 4 0.00 7 [ 1.75]
'Elixir.Ecto.Query.Planner':'-traverse_cache/4-fun-0-'/6 26 0.00 7 [ 0.27]
absinthe_lexer:string_cont/4 68 0.00 7 [ 0.10]
'Elixir.Macro':to_lower_char/1 31 0.00 7 [ 0.23]
erlang:port_control/3 14 0.00 7 [ 0.50]
'Elixir.Absinthe.Schema':cached_lookup_type/2 21 0.00 7 [ 0.33]
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]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-1-'/2 1 0.00 8 [ 8.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run_batch/2 1 0.00 8 [ 8.00]
'Elixir.Absinthe.Blueprint':prewalk/2 28 0.00 8 [ 0.29]
'Elixir.Absinthe.Blueprint.Transform':prewalk/3 31 0.00 8 [ 0.26]
prim_inet:ctl_cmd/3 14 0.00 8 [ 0.57]
'Elixir.Task.Supervised':initial_call/1 4 0.00 8 [ 2.00]
absinthe_lexer:string/4 69 0.00 8 [ 0.12]
'Elixir.Postgrex.Protocol':decode_tag/2 36 0.00 8 [ 0.22]
'Elixir.Postgrex.Protocol':rows_recv/4 10 0.00 8 [ 0.80]
proc_lib:trans_init/3 4 0.00 8 [ 2.00]
erlang:process_flag/2 6 0.00 8 [ 1.33]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-run_callbacks/4-fun-0-'/3 12 0.00 9 [ 0.75]
'Elixir.Task':await/2 2 0.00 9 [ 4.50]
prim_inet:enc_time/1 14 0.00 9 [ 0.64]
'Elixir.Postgrex.Messages':decode_string/1 18 0.00 9 [ 0.50]
'Elixir.Process':get/1 11 0.00 9 [ 0.82]
'Elixir.Macro':do_underscore/2 31 0.00 9 [ 0.29]
maps:fold/3 25 0.00 10 [ 0.40]
ets:new/2 5 0.00 10 [ 2.00]
'Elixir.Task.Supervised':start_link/4 4 0.00 11 [ 2.75]
'Elixir.Kernel.Utils':destructure_list/2 12 0.00 11 [ 0.92]
'Elixir.Ecto.Query.Planner':merge_cache/6 26 0.00 11 [ 0.42]
erlang:list_to_atom/1 17 0.00 11 [ 0.65]
'Elixir.Postgrex.DefaultTypes':'-encode_params/3-anonymous-2-'/2 1 0.00 12 [ 12.00]
prim_inet:async_recv/3 14 0.00 12 [ 0.86]
'Elixir.Postgrex.Messages':parse/3 20 0.00 12 [ 0.60]
'Elixir.Ecto.Query.Planner':'-traverse_exprs/4-fun-0-'/3 52 0.00 12 [ 0.23]
'Elixir.Enum':unzip/1 5 0.00 12 [ 2.40]
proc_lib:spawn_link/3 4 0.00 12 [ 3.00]
ets:lookup_element/3 15 0.00 12 [ 0.80]
'Elixir.Kernel':'-struct/2-fun-0-'/2 25 0.00 13 [ 0.52]
inet_db:lookup_socket/1 18 0.00 13 [ 0.72]
'Elixir.Postgrex.Protocol':msg_recv/3 26 0.00 13 [ 0.50]
erlang:cancel_timer/2 4 0.00 13 [ 3.25]
'Elixir.Task':'-build_stream/3-fun-0-'/2 2 0.00 14 [ 7.00]
'Elixir.Absinthe.Type.BuiltIns.Introspection':'__absinthe_type__'/1 7 0.00 14 [ 2.00]
telemetry:'-execute/3-fun-0-'/4 3 0.00 14 [ 4.67]
absinthe_lexer:yystate/0 68 0.00 14 [ 0.21]
'Elixir.Absinthe.Schema':'-types/1-fun-0-'/2 15 0.00 14 [ 0.93]
'Elixir.Postgrex.Types':decode_rows/4 10 0.00 15 [ 1.50]
'Elixir.Absinthe.Blueprint.Transform':prewalk/2 28 0.00 15 [ 0.54]
'Elixir.Task.Supervised':invoke_mfa/2 4 0.00 15 [ 3.75]
absinthe_lexer:yyaction/4 68 0.00 15 [ 0.22]
erlang:process_info/2 10 0.00 15 [ 1.50]
'Elixir.Absinthe.Pipeline':run_phase/3 47 0.00 16 [ 0.34]
'Elixir.Ecto.Query.Planner':'-normalize_query/4-fun-0-'/6 26 0.00 16 [ 0.62]
'Elixir.Enum':sort_terminator/2 3 0.00 16 [ 5.33]
'Elixir.Postgrex.Protocol':msg_decode/1 26 0.00 16 [ 0.62]
gen_tcp:recv/3 14 0.00 17 [ 1.21]
lists:do_flatten/2 94 0.00 18 [ 0.19]
'Elixir.Task.Supervised':get_initial_call/1 4 0.00 19 [ 4.75]
erlang:apply/2 6 0.00 20 [ 3.33]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/3-fun-0-'/2 174 0.00 21 [ 0.12]
'Elixir.Ecto.Repo.Preloader':query/6 2 0.00 22 [ 11.00]
lists:sublist_2/2 54 0.00 24 [ 0.44]
maps:next/1 58 0.00 24 [ 0.41]
'Elixir.Absinthe.Blueprint.Transform':pass/2 202 0.00 24 [ 0.12]
erlang:put/2 32 0.00 24 [ 0.75]
'Elixir.Enum':'fetch!'/2 1 0.00 25 [ 25.00]
'Elixir.Absinthe.Pipeline':phase_invocation/1 46 0.00 26 [ 0.57]
code:ensure_loaded/1 108 0.00 27 [ 0.25]
code_server:call/1 108 0.00 29 [ 0.27]
absinthe_lexer:yystate/6 166 0.00 30 [ 0.18]
code:call/1 108 0.00 32 [ 0.30]
erlang:send_after/3 2 0.00 33 [ 16.50]
'Elixir.Task.Supervised':stream_monitor_loop/2 8 0.00 39 [ 4.88]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/2-fun-0-'/3 160 0.00 44 [ 0.28]
ets:update_element/3 10 0.00 46 [ 4.60]
binary:match/2 35 0.00 48 [ 1.37]
'Elixir.Absinthe.Blueprint.Transform':'-walk/4-fun-0-'/4 167 0.00 51 [ 0.31]
proc_lib:init_p/5 4 0.00 51 [ 12.75]
re:run/3 2 0.00 51 [ 25.50]
error_handler:undefined_function/3 108 0.00 57 [ 0.53]
erlang:module_loaded/1 108 0.00 61 [ 0.56]
erlang:function_exported/3 114 0.00 66 [ 0.58]
'Elixir.Absinthe.Blueprint.Transform':walk_children/4 195 0.00 69 [ 0.35]
error_handler:ensure_loaded/1 108 0.00 72 [ 0.67]
erlang:whereis/1 110 0.00 80 [ 0.73]
erlang:iolist_size/1 17 0.00 114 [ 6.71]
'Elixir.Absinthe.Blueprint.Transform':walk/4 814 0.01 227 [ 0.28]
maps:keys/1 2 0.01 290 [ 145.00]
erlang:monitor/2 119 0.01 344 [ 2.89]
erts_internal:port_command/3 4 0.01 383 [ 95.75]
'Elixir.Ecto.Type':'-dump_fun/1-fun-6-'/1 10000 0.04 1036 [ 0.10]
'Elixir.Ecto.Type':same_integer/1 10000 0.04 1064 [ 0.11]
erlang:list_to_tuple/1 10005 0.04 1102 [ 0.11]
'Elixir.Enum':map_reduce/3 10630 0.04 1121 [ 0.11]
'Elixir.Ecto.Type':cast_integer/1 10000 0.04 1157 [ 0.12]
'Elixir.Ecto.Type':adapter_dump/3 10001 0.04 1212 [ 0.12]
'Elixir.Ecto.Type':array/4 10001 0.04 1308 [ 0.13]
'Elixir.Dataloader':do_get/2 10000 0.05 1319 [ 0.13]
'Elixir.Inspect.Map':inspect/2 10000 0.05 1326 [ 0.13]
'Elixir.Ecto.Type':array/3 10001 0.05 1343 [ 0.13]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch_item_from_batch/2 10000 0.05 1370 [ 0.14]
'Elixir.Dataloader.Source':'pending_batches?'/1 10004 0.05 1370 [ 0.14]
'Elixir.Kernel':'validate_struct!'/3 10012 0.05 1391 [ 0.14]
'Elixir.Ecto.Repo.Preloader':load_assoc/2 10000 0.05 1393 [ 0.14]
'Elixir.Dataloader.Source.Dataloader.Ecto':load/3 10000 0.05 1434 [ 0.14]
'Elixir.Map':get_and_update/3 10011 0.05 1465 [ 0.15]
'Elixir.Dataloader':load_many/4 10000 0.05 1521 [ 0.15]
'Elixir.Absinthe.Resolution.Helpers':on_load/2 10000 0.05 1545 [ 0.15]
erlang:'++'/2 10045 0.05 1561 [ 0.16]
'Elixir.Postgrex.DefaultTypes':encode_list/3 10001 0.05 1577 [ 0.16]
'Elixir.Enumerable.Map':reduce/3 10007 0.05 1608 [ 0.16]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int4'/6 10000 0.06 1624 [ 0.16]
'Elixir.Absinthe.Resolution.Helpers':do_dataloader/6 10000 0.06 1735 [ 0.17]
'Elixir.Kernel':inspect/2 10000 0.06 1801 [ 0.18]
'Elixir.Enumerable.List':reduce/3 10008 0.06 1811 [ 0.18]
'Elixir.Dataloader.Source.Dataloader.Ecto':'pending_batches?'/1 10004 0.06 1874 [ 0.19]
'Elixir.Access':get_and_update/3 10011 0.07 1968 [ 0.20]
'Elixir.Jason.Encode':list_loop/3 10000 0.07 1977 [ 0.20]
'Elixir.Jason.Encode':'-encode_map_function/1-fun-0-'/3 20002 0.07 2017 [ 0.10]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-to_result/4-fun-0-'/4 10000 0.07 2029 [ 0.20]
'Elixir.Enum':'any?'/2 10004 0.07 2086 [ 0.21]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-2-'/2 10000 0.07 2095 [ 0.21]
'Elixir.Ecto.Type':dump/3 10001 0.07 2097 [ 0.21]
erts_internal:port_control/3 14 0.07 2108 [ 150.57]
erlang:tuple_to_list/1 10000 0.07 2109 [ 0.21]
'Elixir.Inspect.Algebra':nest/3 10000 0.07 2166 [ 0.22]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-2-'/2 10000 0.07 2167 [ 0.22]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-4-'/4 10000 0.07 2172 [ 0.22]
'Elixir.Ecto.Type':'-process_dumpers/3-fun-0-'/3 10000 0.07 2178 [ 0.22]
'Elixir.Ecto.Type':'-cast_fun/1-fun-6-'/1 10000 0.07 2183 [ 0.22]
'Elixir.Ecto.Adapters.Postgres':dumpers/2 10002 0.08 2229 [ 0.22]
'Elixir.Ecto.Type':dump_fun/1 10000 0.08 2233 [ 0.22]
'Elixir.Kernel':struct/3 10023 0.08 2246 [ 0.22]
'Elixir.Jason.Encode':map_naive/3 20002 0.08 2252 [ 0.11]
'Elixir.Absinthe.Phase.Document.Result':list_data/3 10001 0.08 2291 [ 0.23]
'Elixir.Ecto.Repo.Queryable':process_args/4 10000 0.08 2372 [ 0.24]
'Elixir.Absinthe.Resolution':call/2 10001 0.08 2380 [ 0.24]
'Elixir.Map':update/4 10006 0.08 2381 [ 0.24]
'Elixir.Inspect.List':'keyword?'/1 10000 0.08 2338 [ 0.23]
'Elixir.Absinthe.Middleware.Dataloader':get_result/2 10000 0.08 2397 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-propagate_null_trimming/1-fun-0-'/1 10000 0.08 2412 [ 0.24]
'Elixir.Ecto':'assoc_loaded?'/1 10000 0.08 2430 [ 0.24]
'Elixir.Absinthe.Phase.Document.Result':field_data/2 20001 0.08 2468 [ 0.12]
'Elixir.Ecto.Repo.Preloader':'-fetch_ids/4-fun-0-'/7 10000 0.09 2488 [ 0.25]
'Elixir.Enum':find/3 20015 0.09 2509 [ 0.13]
'Elixir.Dataloader.Source':load/3 10000 0.09 2511 [ 0.25]
'Elixir.Enum':find/2 20015 0.09 2516 [ 0.13]
'Elixir.Dataloader':'-pending_batches?/1-fun-0-'/1 10004 0.09 2552 [ 0.26]
'Elixir.Enum':zip_list/2 10003 0.09 2611 [ 0.26]
'Elixir.Enumerable':impl_for/1 10013 0.09 2658 [ 0.27]
'Elixir.Ecto.Repo.Preloader':'assert_struct!'/2 10000 0.09 2661 [ 0.27]
'Elixir.Enumerable':reduce/3 10013 0.09 2712 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-1-'/1 10000 0.10 2804 [ 0.28]
'Elixir.Absinthe.Resolution.Helpers':use_parent/6 10000 0.10 2805 [ 0.28]
'Elixir.Dataloader':get/4 10000 0.10 2810 [ 0.28]
'Elixir.Dataloader':'-do_load/3-fun-0-'/3 10000 0.10 2861 [ 0.29]
'Elixir.Enum':'-unzip/1-anonymous-2-'/3 10000 0.10 2861 [ 0.29]
'Elixir.Enum':'-any?/2-fun-0-'/3 10004 0.10 2869 [ 0.29]
'Elixir.String.Tokenizer':validate/2 20000 0.10 2882 [ 0.14]
'Elixir.Dataloader.Source':fetch/3 10000 0.10 2922 [ 0.29]
'Elixir.Map':new/2 10022 0.10 2993 [ 0.30]
'Elixir.Absinthe.Resolution.Helpers':'-do_dataloader/6-fun-0-'/5 10000 0.10 3002 [ 0.30]
'Elixir.Map':'get_and_update!'/3 10006 0.10 3007 [ 0.30]
'Elixir.Ecto.Repo.Preloader':unzip_ids/3 10001 0.10 3067 [ 0.31]
'Elixir.Inspect.Map':traverse_fun/2 10000 0.11 3072 [ 0.31]
'Elixir.Inspect.Algebra':format/2 10001 0.11 3112 [ 0.31]
'Elixir.Enumerable.Map':reduce_list/3 20017 0.11 3257 [ 0.16]
'Elixir.Enum':'-unzip/1-fun-0-'/2 10013 0.11 3282 [ 0.33]
'Elixir.Dataloader':load/4 10000 0.11 3339 [ 0.33]
'Elixir.Jason.Encode':encode_string/2 30000 0.11 3339 [ 0.11]
'Elixir.MapSet':new/1 10000 0.11 3341 [ 0.33]
'Elixir.Dataloader':do_load/3 10000 0.11 3355 [ 0.34]
'Elixir.Kernel':struct/2 10013 0.12 3401 [ 0.34]
'Elixir.Enumerable':'impl_for!'/1 10013 0.12 3454 [ 0.34]
'Elixir.Postgrex.DefaultTypes':decode_rows/4 20010 0.12 3487 [ 0.17]
'Elixir.Absinthe.Middleware.Dataloader':call/2 20000 0.12 3507 [ 0.18]
'Elixir.Ecto.Type':process_dumpers/3 20002 0.12 3593 [ 0.18]
'Elixir.Dataloader':'-load_many/4-fun-1-'/3 10000 0.13 3698 [ 0.37]
'Elixir.Jason':'encode!'/2 1 0.13 3711 [ 3711.00]
'Elixir.Absinthe.Resolution.Helpers':'-dataloader/1-fun-0-'/4 10000 0.13 3750 [ 0.38]
'Elixir.Inspect.Algebra':container_doc/6 20000 0.13 3771 [ 0.19]
'Elixir.AbsintheTest.Schema':'__do_absinthe_middleware__'/3 30069 0.13 3787 [ 0.13]
'Elixir.Inspect.Algebra':group/1 20001 0.13 3842 [ 0.19]
'Elixir.Enum':'-uniq/1-fun-0-'/1 10000 0.14 3972 [ 0.40]
'Elixir.Ecto.Repo.Queryable':'-process_args/4-fun-0-'/4 20000 0.15 4286 [ 0.21]
'Elixir.NaiveDateTime':'from_erl!'/2 40000 0.15 4294 [ 0.11]
'Elixir.Ecto.Type':'-load_fun/1-fun-13-'/1 40000 0.15 4349 [ 0.11]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-0-'/2 9999 0.15 4361 [ 0.44]
erlang:spawn_opt/1 2 0.15 4417 [ 2208.50]
'Elixir.Ecto.Repo.Queryable':'-postprocessor/4-fun-0-'/3 20000 0.15 4446 [ 0.22]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'__absinthe_type__'/1 30008 0.15 4467 [ 0.15]
'Elixir.Dataloader':'-load_many/4-fun-0-'/2 10000 0.16 4568 [ 0.46]
'Elixir.NaiveDateTime':'from_erl!'/3 40000 0.16 4569 [ 0.11]
'Elixir.Absinthe.Type.BuiltIns':'__absinthe_type__'/1 30015 0.16 4712 [ 0.16]
'Elixir.Kernel':inspect/1 10000 0.16 4764 [ 0.48]
'Elixir.Absinthe.Middleware.MapGet':call/2 30000 0.17 4868 [ 0.16]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch/3 20000 0.17 5088 [ 0.25]
'Elixir.Absinthe.Resolution':put_result/2 20001 0.18 5122 [ 0.26]
'Elixir.Ecto.Type':load_naive_datetime/1 40000 0.18 5221 [ 0.13]
'Elixir.AbsintheTest.Schema':'__absinthe_lookup__'/1 40025 0.18 5298 [ 0.13]
'Elixir.Ecto.Repo.Queryable':'-preprocessor/3-fun-0-'/5 20000 0.19 5553 [ 0.28]
'Elixir.Enum':'-map_reduce/3-lists^mapfoldl/2-0-'/3 30802 0.19 5685 [ 0.18]
'Elixir.Postgrex.Extensions.Timestamp':split/2 40000 0.20 5703 [ 0.14]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'-__absinthe_type__/1-fun-5-'/1 30000 0.20 5744 [ 0.19]
'Elixir.MapSet':new_from_list/2 20000 0.20 5832 [ 0.29]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_list_violation?'/1 10000 0.20 5840 [ 0.58]
'Elixir.Map':new_transform/3 40093 0.20 5840 [ 0.15]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Timestamp'/6 40000 0.21 6069 [ 0.15]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':propagate_null_trimming/1 40003 0.21 6252 [ 0.16]
'Elixir.Dataloader':get_source/2 20000 0.21 6258 [ 0.31]
maps:to_list_internal/1 50031 0.21 6269 [ 0.13]
binary:copy/1 30000 0.22 6291 [ 0.21]
'Elixir.Enum':to_list/1 20026 0.22 6356 [ 0.32]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_concrete_type/3 20001 0.22 6424 [ 0.32]
'Elixir.AbsintheTest.Schema':middleware/3 30069 0.22 6509 [ 0.22]
elixir_config:get/2 20000 0.22 6571 [ 0.33]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_return_type/1 20001 0.23 6645 [ 0.33]
'Elixir.Absinthe.Resolution.Projector':project/5 20001 0.23 6773 [ 0.34]
ets:lookup/2 20020 0.23 6824 [ 0.34]
'Elixir.Ecto.Repo.Queryable':preprocess/4 40000 0.24 6924 [ 0.17]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Raw'/6 30000 0.24 6971 [ 0.23]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int8'/6 40000 0.24 7041 [ 0.18]
erlang:pid_to_list/1 10000 0.24 7048 [ 0.70]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_field/4 50001 0.24 7153 [ 0.14]
'Elixir.NaiveDateTime':convert/2 40000 0.24 7164 [ 0.18]
'Elixir.Jason.Encode':escape_json/3 70002 0.25 7331 [ 0.10]
'Elixir.String.Tokenizer':tokenize/1 20000 0.25 7369 [ 0.37]
'Elixir.Dataloader.Source':impl_for/1 30006 0.25 7385 [ 0.25]
erlang:atom_to_binary/2 40015 0.25 7386 [ 0.18]
'Elixir.AbsintheTest.Book':'__info__'/1 30000 0.26 7549 [ 0.25]
'Elixir.Absinthe.Type.Scalar':serialize/2 30000 0.26 7747 [ 0.26]
'Elixir.Code.Identifier':'valid_alias_piece?'/1 60000 0.27 7755 [ 0.13]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-get_keys/2-fun-0-'/2 30000 0.27 7922 [ 0.26]
'Elixir.Enum':'member?'/2 30026 0.27 8038 [ 0.27]
'Elixir.Access':get/3 30050 0.28 8104 [ 0.27]
'Elixir.AbsintheTest.Schema':'-__absinthe_lookup__/1-fun-0-'/2 30069 0.28 8143 [ 0.27]
'Elixir.Absinthe.Schema':'__ensure_middleware__'/3 30069 0.28 8173 [ 0.27]
lists:member/2 50026 0.28 8242 [ 0.16]
'Elixir.NaiveDateTime':new/7 40000 0.29 8336 [ 0.21]
'Elixir.Jason.Encode':map_naive_loop/3 40002 0.29 8363 [ 0.21]
'Elixir.AbsintheTest.Book':'__schema__'/1 30005 0.29 8376 [ 0.28]
'Elixir.Process':info/2 6 0.29 8450 [ 1408.33]
'Elixir.Dataloader':'pending_batches?'/1 10004 0.29 8621 [ 0.86]
'Elixir.Enum':map/2 30075 0.30 8631 [ 0.29]
'Elixir.Calendar.ISO':days_in_month/2 40000 0.30 8633 [ 0.22]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-3-'/3 10000 0.30 8710 [ 0.87]
'Elixir.Jason.Encode':key/2 40002 0.30 8794 [ 0.22]
'Elixir.Jason.Encode':escape_json/4 70002 0.30 8883 [ 0.13]
calendar:year_day_to_date/2 40000 0.30 8894 [ 0.22]
'Elixir.Enum':into/2 30001 0.31 9070 [ 0.30]
'Elixir.Ecto.Type':load_fun/1 40000 0.31 9086 [ 0.23]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-0-'/1 40002 0.32 9259 [ 0.23]
'Elixir.Code.Identifier':unary_op/1 40000 0.32 9262 [ 0.23]
'Elixir.Code.Identifier':binary_op/1 40000 0.32 9326 [ 0.23]
'Elixir.Dataloader.Source.Dataloader.Ecto':normalize_key/2 30000 0.32 9394 [ 0.31]
'Elixir.Map':new/1 40015 0.32 9441 [ 0.24]
'Elixir.Dataloader.Source':'impl_for!'/1 30006 0.32 9466 [ 0.32]
'Elixir.Ecto.Adapters.Postgres':loaders/2 40000 0.32 9500 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_fields/6 60002 0.33 9505 [ 0.16]
'Elixir.Ecto.Type':load/3 40000 0.33 9533 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_result/4 40001 0.33 9571 [ 0.24]
'Elixir.Ecto.Type':process_loaders/3 80000 0.33 9664 [ 0.12]
'Elixir.Inspect':inspect/2 70001 0.33 9665 [ 0.14]
'Elixir.NaiveDateTime':from_erl/3 40000 0.33 9693 [ 0.24]
'Elixir.Task.Supervised':stream_reduce/7 10 0.33 9726 [ 972.60]
'Elixir.Enum':uniq_list/3 10001 0.33 9758 [ 0.98]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':add_errors/3 40001 0.33 9790 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_results/6 60004 0.34 9879 [ 0.16]
calendar:day_to_year/1 40000 0.34 9924 [ 0.25]
'Elixir.Jason.Encode':'-escape_function/1-fun-0-'/3 70002 0.34 10049 [ 0.14]
'Elixir.Code.Identifier':inspect_as_atom/1 40000 0.34 10081 [ 0.25]
'Elixir.Postgrex.Extensions.Timestamp':split/1 40000 0.35 10096 [ 0.25]
calendar:gregorian_seconds_to_datetime/1 40000 0.35 10109 [ 0.25]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':maybe_add_non_null_error/3 40001 0.35 10237 [ 0.26]
'Elixir.Enum':find_list/3 70023 0.35 10289 [ 0.15]
calendar:is_leap_year1/1 80000 0.35 10296 [ 0.13]
'Elixir.Ecto.Type':'primitive?'/1 50001 0.36 10496 [ 0.21]
'Elixir.Dataloader.Source.Dataloader.Ecto':validate_queryable/1 30000 0.36 10553 [ 0.35]
'Elixir.Code.Identifier':'valid_alias?'/1 40000 0.36 10594 [ 0.26]
'Elixir.Absinthe.Phase.Document.Result':field_data/3 60002 0.36 10631 [ 0.18]
'Elixir.Dataloader.Source.Dataloader.Ecto':chase_down_queryable/2 30000 0.37 10740 [ 0.36]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_field/5 40001 0.37 10844 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_resolution_struct/5 40001 0.37 10935 [ 0.27]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_propagate_null_trimming/1 50003 0.38 10967 [ 0.22]
calendar:seconds_to_time/1 40000 0.38 11079 [ 0.28]
'Elixir.Postgrex.Extensions.Timestamp':microsecond_to_elixir/1 40000 0.39 11396 [ 0.28]
'Elixir.Absinthe.Phase.Document.Result':field_name/1 40001 0.40 11675 [ 0.29]
maps:find/2 50001 0.41 11969 [ 0.24]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-1-'/3 10000 0.41 12071 [ 1.21]
'Elixir.AbsintheTest.Schema':'__absinthe_type__'/1 40025 0.42 12140 [ 0.30]
'Elixir.NaiveDateTime':new/8 40000 0.43 12435 [ 0.31]
maps:to_list/1 50031 0.43 12550 [ 0.25]
calendar:year_day_to_date2/2 40000 0.43 12690 [ 0.32]
'Elixir.Ecto.Type':type/1 50001 0.44 12900 [ 0.26]
'Elixir.Absinthe.Type':expand/2 40008 0.44 12944 [ 0.32]
'Elixir.Ecto.Type':truncate_usec/1 40000 0.44 12977 [ 0.32]
'Elixir.Jason.Encode':value/3 50003 0.46 13519 [ 0.27]
'Elixir.Map':get/3 80028 0.46 13577 [ 0.17]
erts_internal:map_next/3 50056 0.47 13707 [ 0.27]
lists:reverse/2 80047 0.48 14126 [ 0.18]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-0-'/2 40001 0.49 14403 [ 0.36]
'Elixir.Ecto.Repo.Queryable':process/4 60000 0.51 14845 [ 0.25]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':find_bad_child/1 50003 0.52 15161 [ 0.30]
'Elixir.Enum':reduce/3 90095 0.52 15258 [ 0.17]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_violation?'/1 40002 0.53 15569 [ 0.39]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':to_result/4 50001 0.54 15682 [ 0.31]
calendar:gregorian_days_to_date/1 40000 0.54 15794 [ 0.39]
calendar:dty/5 40000 0.54 15836 [ 0.40]
'Elixir.Dataloader.Source.Dataloader.Ecto':get_keys/2 30000 0.54 15864 [ 0.53]
'Elixir.Enum':reverse/1 60044 0.55 16131 [ 0.27]
erlang:demonitor/2 115 0.58 16825 [ 146.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_fields/4 20001 0.58 16969 [ 0.85]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-1-'/2 40001 0.59 17131 [ 0.43]
'Elixir.Absinthe.Phase.Document.Result':data/2 50002 0.60 17679 [ 0.35]
'Elixir.Map':'update!'/3 90026 0.61 17915 [ 0.20]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':update_persisted_fields/2 60001 0.63 18381 [ 0.31]
lists:keyfind/3 150107 0.63 18526 [ 0.12]
calendar:is_leap_year/1 80000 0.64 18687 [ 0.23]
'Elixir.Code.Identifier':classify/1 40000 0.65 18887 [ 0.47]
'Elixir.AbsintheTest.Schema':'__absinthe_middleware__'/3 30069 0.65 18947 [ 0.63]
'Elixir.Calendar.ISO':'valid_time?'/4 40000 0.65 19133 [ 0.48]
erlang:iolist_to_binary/1 21820 0.70 20546 [ 0.94]
maps:get/2 110092 0.71 20730 [ 0.19]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':call_middleware/2 60001 0.71 20760 [ 0.35]
'Elixir.Calendar.ISO':'valid_date?'/3 40000 0.72 21047 [ 0.53]
'Elixir.Keyword':get/2 100011 0.72 21200 [ 0.21]
'Elixir.String.Tokenizer':continue/5 110000 0.73 21250 [ 0.19]
'Elixir.Absinthe.Resolution.Projector':'-project/5-fun-0-'/2 70001 0.75 21849 [ 0.31]
'Elixir.MapSet':put/2 9999 0.79 23013 [ 2.30]
'Elixir.Ecto.Repo.Preloader':one_assoc_map/3 10001 0.79 23117 [ 2.31]
'Elixir.Ecto.Repo.Queryable':'struct_load!'/6 130000 0.81 23548 [ 0.18]
erlang:send/2 25 0.83 24154 [ 966.16]
lists:reverse/1 90082 0.86 25035 [ 0.28]
'Elixir.Enum':'-reduce/3-lists^foldl/2-0-'/3 200215 0.88 25802 [ 0.13]
maps:merge/2 100015 0.90 26376 [ 0.26]
erlang:spawn_link/3 4 0.95 27873 [ 6968.25]
'Elixir.Ecto.Type':'of_base_type?'/2 120000 0.98 28750 [ 0.24]
'Elixir.Absinthe.Type':unwrap/1 60016 0.99 28819 [ 0.48]
maps:from_list/1 100039 0.99 29034 [ 0.29]
'Elixir.Enum':'-map/2-lists^map/1-0-'/2 140124 1.02 29788 [ 0.21]
'Elixir.Keyword':get/3 140070 1.03 30181 [ 0.22]
'Elixir.Ecto.Type':adapter_load/3 120000 1.03 30248 [ 0.25]
calendar:dy/1 120000 1.04 30511 [ 0.25]
erlang:atom_to_list/1 40010 1.07 31382 [ 0.78]
'Elixir.Map':get/2 70000 1.08 31663 [ 0.45]
'Elixir.Absinthe.Type.BuiltIns.Scalars':parse_with/2 30008 1.28 37364 [ 1.25]
'Elixir.Map':take/3 320008 1.42 41592 [ 0.13]
'Elixir.Code.Identifier':trim_leading_while_valid_identifier/1 340000 1.49 43581 [ 0.13]
'Elixir.Map':take/2 40001 1.55 45461 [ 1.14]
'Elixir.AbsintheTest.Book':'__schema__'/2 30001 1.76 51367 [ 1.71]
'Elixir.Jason.Encode':escape_json_chunk/5 668899 2.63 76762 [ 0.11]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':reduce_resolution/1 100002 1.07 31352 [ 0.31]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_result/5 90004 2.33 68094 [ 0.76]
'Elixir.Inspect.Atom':inspect/2 40000 0.18 5363 [ 0.13]
'Elixir.Inspect.Algebra':'-container_doc/6-fun-0-'/4 50000 0.19 5622 [ 0.11]
'Elixir.Inspect.Algebra':nest/2 10000 0.08 2290 [ 0.23]
'Elixir.Inspect.Tuple':inspect/2 10000 0.05 1577 [ 0.16]
'Elixir.Inspect.Map':inspect/3 10000 0.06 1715 [ 0.17]
'Elixir.Inspect.PID':inspect/2 10000 0.06 1804 [ 0.18]
'Elixir.Inspect.Algebra':container_each/6 70000 0.42 12405 [ 0.18]
'Elixir.Inspect.Algebra':flex_break/1 50000 0.49 14245 [ 0.28]
'Elixir.Inspect.Opts':'__struct__'/0 10001 0.09 2494 [ 0.25]
'Elixir.Inspect.Algebra':apply_nesting/3 10000 0.09 2495 [ 0.25]
'Elixir.Inspect.Algebra':group/2 20001 0.09 2775 [ 0.14]
'Elixir.Inspect.Algebra':flex_glue/2 50000 0.19 5665 [ 0.11]
'Elixir.Inspect.Algebra':join/4 50000 0.22 6501 [ 0.13]
'Elixir.Inspect.Algebra':flex_glue/3 50000 0.22 6523 [ 0.13]
'Elixir.Inspect.Atom':color_key/1 40000 0.32 9400 [ 0.23]
'Elixir.Inspect':impl_for/1 70001 0.32 9406 [ 0.13]
'Elixir.Inspect':'impl_for!'/1 70001 0.67 19677 [ 0.28]
'Elixir.Inspect.Algebra':to_doc/2 70001 0.70 20405 [ 0.29]
'Elixir.Inspect.Algebra':color/3 100001 0.81 23779 [ 0.24]
'Elixir.Inspect.Algebra':decrement/1 60000 1.08 31509 [ 0.53]
'Elixir.Inspect.Algebra':concat/2 180000 1.25 36417 [ 0.20]
'Elixir.Inspect.Algebra':fold_doc/2 60000 1.39 40727 [ 0.68]
'Elixir.Inspect.Algebra':format/3 410003 2.97 86865 [ 0.21]
--------------------------------------------------------------------------------------------- -------- ------- ------- [----------]
Total: 11502307 100.00% 2924139 [ 0.25]
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':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/4 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':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':cte/2 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':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_table/2 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':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':'-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':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':'-before_resolution/1-fun-3-'/1 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_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':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.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':run_phase/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Pipeline':upto/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.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.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':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.Plug.Parsers':call/2 1 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:keydelete/3 1 0.00 0 [ 0.00]
lists:keydelete3/3 1 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':run/2 1 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.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':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':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':'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':'-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':checkin/1 2 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.AbsintheTest.Loader':query/2 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':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':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-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':'-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.Task':async/3 2 0.00 0 [ 0.00]
'Elixir.Task':build_stream/3 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.DBConnection.LogEntry':parse_times/2 2 0.00 0 [ 0.00]
'Elixir.DBConnection.Query.Postgrex.Query':decode/3 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':tokenize/1 1 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':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.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-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.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':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':build_request/4 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':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':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':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':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.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.Phase.Document.Validation.KnownFragmentNames':run/2 1 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':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':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':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':run/2 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':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':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.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]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Result':list_data/2 1 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':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/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.Absinthe.Phase.Validation.KnownDirectives':run/2 1 0.00 0 [ 0.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':run/2 1 0.00 0 [ 0.00]
'Elixir.Plug.Conn.Status':code/1 1 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.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_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_assocs/6 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':dump_param/3 1 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_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_joins/8 2 0.00 0 [ 0.00]
'Elixir.Ecto.Query.Planner':plan_sources/2 2 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':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_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':'-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':'-merge_cache/6-fun-0-'/5 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]
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]
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.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':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':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.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':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':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':sort_merge/3 1 0.00 0 [ 0.00]
'Elixir.Enum':sort_merge/4 1 0.00 0 [ 0.00]
'Elixir.Enum':split/2 1 0.00 0 [ 0.00]
'Elixir.Enum':take_while/2 1 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':'-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.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':describe/6 2 0.00 0 [ 0.00]
'Elixir.Postgrex.Protocol':describe_result/4 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':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.Extensions.Array':encode/3 1 0.00 0 [ 0.00]
'Elixir.Postgrex.Extensions.Array':'-encode/3-fun-0-'/2 1 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]
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':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_fun/1-fun-18-'/2 1 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/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.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.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: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_34/7 5 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_125/7 2 0.00 0 [ 0.00]
absinthe_parser:yeccpars2_133/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_\'OperationDefinition\''/7 1 0.00 0 [ 0.00]
absinthe_parser:'yeccgoto_\'OperationType\''/7 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'__absinthe_types__'/0 1 0.00 0 [ 0.00]
'Elixir.AbsintheTest.Schema':'-loader/1-fun-0-'/2 1 0.00 0 [ 0.00]
maps:take/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:exit/1 2 0.00 0 [ 0.00]
'Elixir.Application':get_env/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':all/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':boolean/4 4 0.00 1 [ 0.25]
'Elixir.Ecto.Adapters.Postgres.Connection':combinations/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':create_name/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':distinct/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':limit/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_table/1 2 0.00 1 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':select/3 2 0.00 1 [ 0.50]
'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':send_resp/1 1 0.00 1 [ 1.00]
'Elixir.Plug.Conn':'-run_before_send/2-fun-0-'/2 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':extract_operation_name/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':before_resolution/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':pipeline/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Batch':'-before_resolution/1-fun-4-'/1 1 0.00 1 [ 1.00]
'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.Plug':call/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':default_pipeline/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug':get_schema/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Queryable':all/3 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Pipeline':before/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Pipeline':'match_phase?'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Pipeline':options/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Pipeline':'-before/2-fun-0-'/2 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Phase.Document.Context':run/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Context':'-run/2-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Endpoint':'call (overridable 2)'/2 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Endpoint':init/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-1-'/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':convert/2 5 0.00 1 [ 0.20]
'Elixir.Keyword':fetch/2 3 0.00 1 [ 0.33]
'Elixir.Keyword':'fetch!'/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':split/2 2 0.00 1 [ 0.50]
'Elixir.Keyword':'-take/2-fun-0-'/2 2 0.00 1 [ 0.50]
'Elixir.Plug.Parsers':make_empty_if_unfetched/1 2 0.00 1 [ 0.50]
lists:keystore/4 3 0.00 1 [ 0.33]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Postgrex.DefaultTypes':encode_params/3 3 0.00 1 [ 0.33]
'Elixir.Access':fetch/2 3 0.00 1 [ 0.33]
'Elixir.Ecto.Repo.Preloader':assoc_map/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':'association_from_schema!'/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':expand/3 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':fetch_ids/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':normalize_each/4 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Preloader':preload_each/4 2 0.00 1 [ 0.50]
'Elixir.Ecto.Repo.Preloader':preload_prefix/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':related_key_to_field/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':take/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Repo.Preloader':wrap/2 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.AbsintheTest.Loader':data/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTest.Loader':'-data/1-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Association.BelongsTo':preload_info/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTest.Repo':all/1 1 0.00 1 [ 1.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run_batch/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Blueprint.Document.SourceLocation':at/1 5 0.00 1 [ 0.20]
'Elixir.Stream':'-prepare_zip/3-fun-2-'/2 2 0.00 1 [ 0.50]
'Elixir.Stream':'-prepare_zip/3-fun-1-'/3 2 0.00 1 [ 0.50]
'Elixir.Kernel':get_and_update_in/3 2 0.00 1 [ 0.50]
'Elixir.Kernel':'-get_and_update_in/3-fun-1-'/3 1 0.00 1 [ 1.00]
'Elixir.Resolvers.Book':index/3 1 0.00 1 [ 1.00]
'Elixir.Task':get_callers/1 2 0.00 1 [ 0.50]
'Elixir.Task':'-build_stream/3-fun-1-'/5 2 0.00 1 [ 0.50]
'Elixir.URI':parse/1 1 0.00 1 [ 1.00]
'Elixir.URI':split_authority/1 1 0.00 1 [ 1.00]
'Elixir.Phoenix.Router.Route':call/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Parse':parse/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Parse':run/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Type':'wrapped?'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Complexity.Result':'-run/2-fun-2-'/2 1 0.00 1 [ 1.00]
'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':'-update_current/2-fun-0-'/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.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.Plug.Request':extract_body_and_params/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Plug.Request':log/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Uses':handle_use/2 6 0.00 1 [ 0.17]
'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.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-1-'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Async':'-before_resolution/1-fun-0-'/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':handle_node/2 7 0.00 1 [ 0.14]
'Elixir.AbsintheTestWeb.Router':prepare/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTestWeb.Router':'-__match_route__/3-fun-0-'/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.Plug.DocumentProvider':'-process/2-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-1-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Schema':'-update_context/2-fun-0-'/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':handle_node/1 7 0.00 1 [ 0.14]
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':format_encode_opts/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_prepare/3 2 0.00 1 [ 0.50]
'Elixir.DBConnection.Query':decode/3 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn.Query':decode/1 2 0.00 1 [ 0.50]
'Elixir.Plug.Conn.Query':decode/2 2 0.00 1 [ 0.50]
'Elixir.String':upcase/1 2 0.00 1 [ 0.50]
prim_inet:send/3 4 0.00 1 [ 0.25]
'Elixir.Absinthe.Language.Field':'__struct__'/0 5 0.00 1 [ 0.20]
'Elixir.MapSet':to_list/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Result':format_result/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Result':process/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Result':run/2 1 0.00 1 [ 1.00]
'Elixir.Task.Supervised':stream/6 2 0.00 1 [ 0.50]
'Elixir.Task.Supervised':stream_close/3 2 0.00 1 [ 0.50]
'Elixir.List':keyfind/4 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':coerce_node/1 7 0.00 1 [ 0.14]
'Elixir.Plug.Static':call/2 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':process/3 5 0.00 1 [ 0.20]
'Elixir.Kernel.Utils':destructure/2 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-1-'/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'assert_no_update!'/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':cache_insert/3 2 0.00 1 [ 0.50]
'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':collect_args/6 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':field_source/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'field_type!'/4 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':merge_assocs/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':plan/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':plan_combinations/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':plan_ctes/2 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':plan_joins/4 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':prewalk/5 3 0.00 1 [ 0.33]
'Elixir.Ecto.Query.Planner':query_without_cache/4 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'take!'/5 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':traverse_exprs/4 4 0.00 1 [ 0.25]
'Elixir.Ecto.Query.Planner':validate_in/5 1 0.00 1 [ 1.00]
'Elixir.Ecto.Query.Planner':'-query_with_cache/7-fun-2-'/3 2 0.00 1 [ 0.50]
'Elixir.Ecto.Query.Planner':'-prewalk/6-fun-0-'/6 4 0.00 1 [ 0.25]
'Elixir.Ecto.Query.Planner':'-cast_and_merge_params/5-fun-0-'/6 1 0.00 1 [ 1.00]
'Elixir.Dataloader':add_source/3 1 0.00 1 [ 1.00]
'Elixir.Dataloader':dataloader_timeout/1 1 0.00 1 [ 1.00]
'Elixir.Dataloader':'-async_safely/3-fun-0-'/3 2 0.00 1 [ 0.50]
'Elixir.Logger':metadata/1 1 0.00 1 [ 1.00]
'Elixir.Absinthe.Middleware.Dataloader':after_resolution/1 2 0.00 1 [ 0.50]
'Elixir.Absinthe.Middleware.Dataloader':before_resolution/1 2 0.00 1 [ 0.50]
'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':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':send_resp/4 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':split_path/1 1 0.00 1 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':'-split_path/1-fun-0-'/2 2 0.00 1 [ 0.50]
'Elixir.Enum':each/2 2 0.00 1 [ 0.50]
'Elixir.Enum':filter_list/2 5 0.00 1 [ 0.20]
'Elixir.Enum':max/1 1 0.00 1 [ 1.00]
'Elixir.Enum':slice_any/3 2 0.00 1 [ 0.50]
'Elixir.Enum':sort_terminator/2 3 0.00 1 [ 0.33]
'Elixir.Enum':split_list/3 2 0.00 1 [ 0.50]
'Elixir.Enum':take_while_list/2 4 0.00 1 [ 0.25]
'Elixir.Enum':'-map/2-anonymous-2-'/4 3 0.00 1 [ 0.33]
'Elixir.Enum':'-group_by/3-lists^foldl/2-0-'/3 2 0.00 1 [ 0.50]
'Elixir.Enum':'-filter/2-anonymous-1-'/4 2 0.00 1 [ 0.50]
'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.Enum':'-dedup_by/2-fun-0-'/3 1 0.00 1 [ 1.00]
'Elixir.Postgrex.Protocol':recv_close/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Protocol':rows_msg/3 2 0.00 1 [ 0.50]
'Elixir.Postgrex.Extensions.Array':encode/4 1 0.00 1 [ 1.00]
'Elixir.String.Chars.Postgrex.Query':to_string/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]
'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]
digraph:vertices/1 2 0.00 1 [ 0.50]
'Elixir.Jason.Encode':encode_map_function/1 1 0.00 1 [ 1.00]
'Elixir.Jason.Encode':escape_function/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Type':cast/2 1 0.00 1 [ 1.00]
'Elixir.Ecto.Type':cast_fun/1 2 0.00 1 [ 0.50]
'Elixir.Enumerable.List':slice/3 7 0.00 1 [ 0.14]
'Elixir.AbsintheTestWeb.AbsintheHelpers':query_wrapper/1 1 0.00 1 [ 1.00]
'Elixir.Ecto.Adapters.Postgres':prepare/2 2 0.00 1 [ 0.50]
'Elixir.String.Chars':to_string/1 3 0.00 1 [ 0.33]
'Elixir.String.Chars':impl_for/1 3 0.00 1 [ 0.33]
'Elixir.Phoenix.Router':'__call__'/2 1 0.00 1 [ 1.00]
absinthe_parser:yeccpars2_33/7 5 0.00 1 [ 0.20]
absinthe_parser:yeccpars2_35/7 5 0.00 1 [ 0.20]
absinthe_parser:yeccpars2_38/7 5 0.00 1 [ 0.20]
absinthe_parser:yeccpars2_49/7 5 0.00 1 [ 0.20]
absinthe_parser:yeccpars2_134/7 3 0.00 1 [ 0.33]
absinthe_parser:'yeccgoto_\'Field\''/7 5 0.00 1 [ 0.20]
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 5 0.00 1 [ 0.20]
absinthe_parser:'yeccgoto_\'SelectionSet\''/7 3 0.00 1 [ 0.33]
absinthe_parser:'yeccgoto_\'Selections\''/7 5 0.00 1 [ 0.20]
'Elixir.Absinthe.Schema':types/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTest.Schema':context/1 1 0.00 1 [ 1.00]
'Elixir.AbsintheTest.Schema':loader/1 1 0.00 1 [ 1.00]
'Elixir.Map':from_struct/1 2 0.00 1 [ 0.50]
maps:remove/2 4 0.00 1 [ 0.25]
maps:is_key/2 2 0.00 1 [ 0.50]
re:version/0 2 0.00 1 [ 0.50]
erlang:unique_integer/0 1 0.00 1 [ 1.00]
erlang:phash2/2 1 0.00 1 [ 1.00]
erlang:binary_to_list/1 1 0.00 1 [ 1.00]
'Elixir.Application':fetch_env/2 2 0.00 2 [ 1.00]
'Elixir.Application':'fetch_env!'/2 2 0.00 2 [ 1.00]
'Elixir.DBConnection':decode/4 2 0.00 2 [ 1.00]
'Elixir.DBConnection':entry_result/1 2 0.00 2 [ 1.00]
'Elixir.DBConnection':log/2 2 0.00 2 [ 1.00]
'Elixir.DBConnection':parse/3 2 0.00 2 [ 1.00]
'Elixir.DBConnection':parsed_prepare_execute/5 2 0.00 2 [ 1.00]
'Elixir.DBConnection':prepare/4 2 0.00 2 [ 1.00]
'Elixir.DBConnection':run/6 2 0.00 2 [ 1.00]
'Elixir.DBConnection':'-parsed_prepare_execute/5-fun-0-'/5 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_alias/1 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/1 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.Postgres.Connection':create_names/3 4 0.00 2 [ 0.50]
'Elixir.Ecto.Adapters.Postgres.Connection':intersperse_map/4 12 0.00 2 [ 0.17]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_qualified_name/3 13 0.00 2 [ 0.15]
'Elixir.Plug.Conn':put_resp_content_type/2 1 0.00 2 [ 2.00]
'Elixir.Plug.Conn':put_resp_header/3 2 0.00 2 [ 1.00]
'Elixir.Plug.Conn':run_before_send/2 1 0.00 2 [ 2.00]
'Elixir.Plug.Conn':'validate_header_key_if_test!'/2 2 0.00 2 [ 1.00]
'Elixir.Plug.Conn':'validate_header_value!'/2 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Plug.Request.Query':to_pipeline_opts/1 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Middleware.Batch':after_resolution/1 2 0.00 2 [ 1.00]
'Elixir.String.Casing':downcase/3 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Plug':apply_before_send/3 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Plug':encode/4 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Plug':execute/2 1 0.00 2 [ 2.00]
'Elixir.Ecto.Repo.Queryable':attach_prefix/2 2 0.00 2 [ 1.00]
'Elixir.Ecto.Repo.Queryable':execute/4 2 0.00 2 [ 1.00]
'Elixir.Ecto.Repo.Queryable':postprocessor/4 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.Result':handle_node/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':selections/1 5 0.00 2 [ 0.40]
'Elixir.Keyword':merge/2 4 0.00 2 [ 0.50]
'Elixir.Keyword':put/3 4 0.00 2 [ 0.50]
'Elixir.Keyword':put_new/3 2 0.00 2 [ 1.00]
'Elixir.Keyword':'-take/2-lists^filter/1-0-'/2 4 0.00 2 [ 0.50]
lists:sublist/2 12 0.00 2 [ 0.17]
lists:unzip/3 14 0.00 2 [ 0.14]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':handle_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.UniqueInputFieldNames':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.NoUnusedVariables':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Ecto.Repo.Preloader':fetch_query/8 1 0.00 2 [ 2.00]
'Elixir.Ecto.Repo.Preloader':maybe_pmap/4 1 0.00 2 [ 2.00]
'Elixir.Ecto.Repo.Preloader':query/6 2 0.00 2 [ 1.00]
'Elixir.DBConnection.Holder':abs_timeout/2 4 0.00 2 [ 0.50]
'Elixir.DBConnection.Holder':cancel_deadline/1 2 0.00 2 [ 1.00]
'Elixir.DBConnection.Holder':checkout/2 4 0.00 2 [ 0.50]
'Elixir.DBConnection.Holder':checkout/5 4 0.00 2 [ 0.50]
'Elixir.DBConnection.Holder':handle/4 4 0.00 2 [ 0.50]
'Elixir.DBConnection.Holder':holder_apply/4 4 0.00 2 [ 0.50]
'Elixir.DBConnection.Holder':start_deadline/5 2 0.00 2 [ 1.00]
'Elixir.Ecto.Association.BelongsTo':assoc_query/3 1 0.00 2 [ 2.00]
'Elixir.Dataloader.Source.Dataloader.Ecto':run_batches/1 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Blueprint.Execution':get/2 2 0.00 2 [ 1.00]
'Elixir.System':schedulers_online/0 2 0.00 2 [ 1.00]
'Elixir.Stream':do_zip_next_tuple/5 4 0.00 2 [ 0.50]
'Elixir.Kernel':struct/2 12 0.00 2 [ 0.17]
'Elixir.Task':async_stream/3 2 0.00 2 [ 1.00]
'Elixir.DBConnection.LogEntry':'-parse_times/2-fun-0-'/2 8 0.00 2 [ 0.25]
'Elixir.DBConnection.Query.Postgrex.Query':decode_map/2 2 0.00 2 [ 1.00]
'Elixir.Postgrex':prepare_execute/5 2 0.00 2 [ 1.00]
'Elixir.Base':do_encode64url/2 1 0.00 2 [ 2.00]
'Elixir.Base':maybe_pad/4 1 0.00 2 [ 2.00]
'Elixir.Base':'-do_encode64url/2-lbc$^0/2-0-'/2 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Blueprint':postwalk/2 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Blueprint.Draft.List':'-convert/2-fun-0-'/2 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Document.Uses':'-add_uses/2-fun-0-'/2 6 0.00 2 [ 0.33]
'Elixir.Absinthe.Phase.Document.Directives':handle_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Directives':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.NoUndefinedVariables':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':handle_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.UniqueArgumentNames':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.MissingLiterals':fill_missing_nodes/6 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Document.MissingLiterals':find_missing_schema_nodes/2 5 0.00 2 [ 0.40]
'Elixir.Postgrex.Types':encode_params/3 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Middleware.Async':pipeline/2 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':run/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Document.Validation.KnownFragmentNames':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':coerce_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceEnums':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.AbsintheTestWeb.Router':'__match_route__'/3 1 0.00 2 [ 2.00]
'Elixir.AbsintheTestWeb.Router':'-prepare/1-fun-0-'/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Schema':handle_node/3 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Schema':set_children/3 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Schema':update_context/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Document.Arguments.Data':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':handle_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.LoneAnonymousOperation':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':handle_execute/4 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.SQL.Sandbox.Connection':maybe_savepoint/2 4 0.00 2 [ 0.50]
'Elixir.Ecto.Query.Builder.From':apply/5 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Blueprint.Transform':postwalk/2 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Blueprint.Transform':postwalk/3 4 0.00 2 [ 0.50]
'Elixir.Ecto.Adapters.SQL':key/1 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.SQL':log_result/1 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.SQL':put_source/2 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':to_query/1 4 0.00 2 [ 0.50]
'Elixir.Ecto.Queryable':impl_for/1 4 0.00 2 [ 0.50]
prim_inet:send_recv_reply/2 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':handle_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Arguments.FlagInvalid':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.MapSet':new/0 4 0.00 2 [ 0.50]
'Elixir.MapSet':size/1 4 0.00 2 [ 0.50]
'Elixir.Task.Supervised':get_callers/0 2 0.00 2 [ 1.00]
'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_spawn/6 2 0.00 2 [ 1.00]
'Elixir.Task.Supervised':'-stream/6-fun-1-'/2 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':handle_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Validation.KnownDirectives':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Arguments.CoerceLists':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':run/2 1 0.00 2 [ 2.00]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':handle_node/2 7 0.00 2 [ 0.29]
'Elixir.Postgrex.Messages':encode_msg/1 16 0.00 2 [ 0.13]
'Elixir.Kernel.Utils':destructure_nil/1 8 0.00 2 [ 0.25]
'Elixir.Absinthe.Resolution.Projector':collect/3 3 0.00 2 [ 0.67]
'Elixir.Absinthe.Resolution.Projector':'-rectify_order/1-fun-0-'/1 5 0.00 2 [ 0.40]
'Elixir.Ecto.Query.Planner':expr_to_cache/1 3 0.00 2 [ 0.67]
'Elixir.Ecto.Query.Planner':finalize_cache/3 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':merge_cache/3 5 0.00 2 [ 0.40]
'Elixir.Ecto.Query.Planner':normalize/4 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':normalize_select/1 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':plan_from/2 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':plan_source/3 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':prepend_if/3 6 0.00 2 [ 0.33]
'Elixir.Ecto.Query.Planner':query/5 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':query_lookup/6 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':source_cache/2 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-1-'/2 2 0.00 2 [ 1.00]
'Elixir.Ecto.Query.Planner':'-normalize_select/1-fun-0-'/2 2 0.00 2 [ 1.00]
'Elixir.Dataloader':default_timeout/0 1 0.00 2 [ 2.00]
'Elixir.Dataloader':run/1 2 0.00 2 [ 1.00]
'Elixir.AbsintheTest.Author':'__schema__'/2 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Plugin':defaults/0 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Plugin':pipeline/2 2 0.00 2 [ 1.00]
'Elixir.Plug.Adapters.Test.Conn':get_from_adapter/3 2 0.00 2 [ 1.00]
'Elixir.Enum':dedup_by/2 2 0.00 2 [ 1.00]
'Elixir.Enum':sort_reducer/3 5 0.00 2 [ 0.40]
'Elixir.Enum':uniq/1 1 0.00 2 [ 2.00]
'Elixir.Enum':'-sort/2-anonymous-1-'/4 5 0.00 2 [ 0.40]
'Elixir.Enum':'-sort/2-fun-0-'/3 5 0.00 2 [ 0.40]
'Elixir.Enum':'-map/2-anonymous-4-'/3 2 0.00 2 [ 1.00]
'Elixir.Enum':'-map/2-fun-0-'/3 5 0.00 2 [ 0.40]
'Elixir.Postgrex.Protocol':decode_tags/1 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':describe_params/3 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':done/5 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':fetch_type_info/2 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':handle_execute/4 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':msg_recv/4 6 0.00 2 [ 0.33]
'Elixir.Postgrex.Protocol':notify/1 4 0.00 2 [ 0.50]
'Elixir.Postgrex.Protocol':parse_describe_msgs/2 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':query_put/2 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':recv_bind/3 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':recv_execute/4 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':recv_parse_describe/4 2 0.00 2 [ 1.00]
'Elixir.Postgrex.Protocol':recv_transaction/4 8 0.00 2 [ 0.25]
erlang:port_command/3 4 0.00 2 [ 0.50]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':handle_node/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-run/2-fun-0-'/2 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':'-handle_node/2-fun-3-'/5 5 0.00 2 [ 0.40]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':handle_node/2 7 0.00 2 [ 0.29]
'Elixir.Ecto.Repo.Assoc':query/4 2 0.00 2 [ 1.00]
'Elixir.Ecto.Adapters.Postgres':execute/5 2 0.00 2 [ 1.00]
'Elixir.Absinthe.Phase.Document.MissingVariables':handle_node/1 7 0.00 2 [ 0.29]
'Elixir.Absinthe.Phase.Document.MissingVariables':'-run/2-fun-0-'/1 7 0.00 2 [ 0.29]
application_controller:get_env/2 4 0.00 2 [ 0.50]
gen_tcp:send/2 4 0.00 2 [ 0.50]
'Elixir.Map':pop/2 2 0.00 2 [ 1.00]
'Elixir.Map':pop/3 2 0.00 2 [ 1.00]
erlang:setelement/3 5 0.00 2 [ 0.40]
erlang:monotonic_time/1 6 0.00 2 [ 0.33]
erlang:unique_integer/1 2 0.00 2 [ 1.00]
erlang:fun_info/2 4 0.00 2 [ 0.50]
'Elixir.DBConnection':checkout/3 2 0.00 3 [ 1.50]
application:get_env/2 4 0.00 3 [ 0.75]
'Elixir.Plug.Conn':send_resp/3 1 0.00 3 [ 3.00]
'Elixir.String.Casing':upcase/3 5 0.00 3 [ 0.60]
'Elixir.Logger.Config':compare_levels/2 6 0.00 3 [ 0.50]
'Elixir.Logger.Config':read_data/2 6 0.00 3 [ 0.50]
'Elixir.Absinthe.Blueprint.Draft.Absinthe.Language.Field':source_location/1 5 0.00 3 [ 0.60]
'Elixir.Keyword':'has_key?'/2 8 0.00 3 [ 0.38]
'Elixir.Keyword':'keyword?'/1 12 0.00 3 [ 0.25]
'Elixir.Absinthe.Books.QueryTest':'-test books profiling with 10000/1-fun-0-'/1 1 0.00 3 [ 3.00]
lists:flatten/1 4 0.00 3 [ 0.75]
lists:foreach/2 11 0.00 3 [ 0.27]
'Elixir.Absinthe.Phase.Validation.KnownTypeNames':'-run/2-fun-0-'/2 7 0.00 3 [ 0.43]
'Elixir.AbsintheTest.Repo':preload/3 1 0.00 3 [ 3.00]
'Elixir.Task':async/1 2 0.00 3 [ 1.50]
'Elixir.Task':get_owner/1 4 0.00 3 [ 0.75]
'Elixir.URI':nillify/1 6 0.00 3 [ 0.50]
'Elixir.DBConnection.LogEntry':parse_time/2 8 0.00 3 [ 0.38]
'Elixir.Absinthe.Phase.Document.Validation.ArgumentsOfCorrectType':'-run/2-fun-0-'/2 7 0.00 3 [ 0.43]
'Elixir.Absinthe.Phase.Document.Arguments.Normalize':'-run/2-fun-0-'/2 7 0.00 3 [ 0.43]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullVariables':'-run/2-fun-0-'/2 7 0.00 3 [ 0.43]
'Elixir.Absinthe.Phase.Document.MissingLiterals':populate_node/3 7 0.00 3 [ 0.43]
'Elixir.Absinthe.Phase.Document.MissingLiterals':'-run/2-fun-0-'/2 7 0.00 3 [ 0.43]
'Elixir.Absinthe.Phase.Document.Validation.VariablesAreInputTypes':'-run/2-fun-0-'/2 7 0.00 3 [ 0.43]
'Elixir.Absinthe.Phase.Schema':'-run/2-fun-0-'/3 7 0.00 3 [ 0.43]
'Elixir.Ecto.Queryable':'impl_for!'/1 4 0.00 3 [ 0.75]
prim_inet:recv/3 14 0.00 3 [ 0.21]
'Elixir.List':keystore/4 3 0.00 3 [ 1.00]
'Elixir.List':wrap/1 4 0.00 3 [ 0.75]
'Elixir.Absinthe.Phase.Document.Validation.ScalarLeafs':'-run/2-fun-0-'/2 7 0.00 3 [ 0.43]
'Elixir.Ecto.Query.Planner':cast_and_merge_params/5 3 0.00 3 [ 1.00]
'Elixir.Ecto.Query.Planner':ensure_select/2 3 0.00 3 [ 1.00]
'Elixir.Ecto.Query.Planner':'type!'/5 4 0.00 3 [ 0.75]
'Elixir.AbsintheTest.Author':'__schema__'/1 5 0.00 3 [ 0.60]
'Elixir.Absinthe.Middleware.Dataloader':pipeline/2 2 0.00 3 [ 1.50]
'Elixir.Macro':underscore/1 5 0.00 3 [ 0.60]
'Elixir.Plug.Adapters.Test.Conn':stringify_params/1 3 0.00 3 [ 1.00]
'Elixir.Enum':filter/2 6 0.00 3 [ 0.50]
'Elixir.Enum':group_by/3 2 0.00 3 [ 1.50]
'Elixir.Enum':reverse/2 4 0.00 3 [ 0.75]
'Elixir.Postgrex.Protocol':do_send/3 4 0.00 3 [ 0.75]
'Elixir.Postgrex.Protocol':done/3 4 0.00 3 [ 0.75]
'Elixir.Postgrex.Protocol':handle_prepare/3 2 0.00 3 [ 1.50]
'Elixir.Postgrex.Protocol':mode/1 4 0.00 3 [ 0.75]
'Elixir.Postgrex.Protocol':msg_send/3 4 0.00 3 [ 0.75]
'Elixir.Postgrex.Protocol':recv_transaction/3 4 0.00 3 [ 0.75]
erlang:spawn_opt/2 2 0.00 3 [ 1.50]
proc_lib:init_p_do_apply/3 4 0.00 3 [ 0.75]
absinthe_parser:extract_binary/1 5 0.00 3 [ 0.60]
absinthe_parser:yeccpars2/7 13 0.00 3 [ 0.23]
'Elixir.Map':merge/3 1 0.00 3 [ 3.00]
persistent_term:get/2 6 0.00 3 [ 0.50]
erlang:make_ref/0 5 0.00 3 [ 0.60]
erlang:list_to_binary/1 5 0.00 3 [ 0.60]
'Elixir.Ecto.Adapters.Postgres.Connection':expr/3 14 0.00 4 [ 0.29]
'Elixir.Ecto.Repo.Registry':lookup/1 4 0.00 4 [ 1.00]
'Elixir.Logger.Config':log_data/1 6 0.00 4 [ 0.67]
'Elixir.Ecto.Repo.Queryable':preprocessor/3 2 0.00 4 [ 2.00]
'Elixir.Keyword':take/2 2 0.00 4 [ 2.00]
'Elixir.Keyword':'-merge/2-lists^filter/1-0-'/2 9 0.00 4 [ 0.44]
'Elixir.Keyword':'-merge/2-fun-0-'/3 8 0.00 4 [ 0.50]
'Elixir.System':monotonic_time/1 6 0.00 4 [ 0.67]
'Elixir.System':normalize_time_unit/1 7 0.00 4 [ 0.57]
'Elixir.Task':'-build_stream/3-fun-0-'/2 2 0.00 4 [ 2.00]
'Elixir.DBConnection.LogEntry':new/5 2 0.00 4 [ 2.00]
'Elixir.Absinthe.Blueprint':'-current_operation/1-fun-0-'/1 6 0.00 4 [ 0.67]
'Elixir.Absinthe.Blueprint.Draft.List':convert/2 18 0.00 4 [ 0.22]
prim_inet:recv0/3 14 0.00 4 [ 0.29]
'Elixir.Task.Supervised':reply/4 4 0.00 4 [ 1.00]
'Elixir.Task.Supervised':reply/5 4 0.00 4 [ 1.00]
'Elixir.Task.Supervised':stream_deliver/7 4 0.00 4 [ 1.00]
'Elixir.List':flatten/1 4 0.00 4 [ 1.00]
'Elixir.Postgrex.Messages':decode_row_field/1 12 0.00 4 [ 0.33]
'Elixir.Postgrex.Messages':format/1 13 0.00 4 [ 0.31]
'Elixir.Postgrex.Messages':'-encode/1-fun-3-'/2 12 0.00 4 [ 0.33]
'Elixir.Absinthe.Resolution.Projector':do_collect/6 8 0.00 4 [ 0.50]
'Elixir.Absinthe.Resolution.Projector':rectify_order/1 3 0.00 4 [ 1.33]
'Elixir.Absinthe.Resolution.Projector':response_key/1 5 0.00 4 [ 0.80]
'Elixir.Ecto.Query.Planner':collect_fields/5 4 0.00 4 [ 1.00]
'Elixir.Ecto.Query.Planner':'get_source!'/3 8 0.00 4 [ 0.50]
'Elixir.Ecto.Query.Planner':select_field/2 11 0.00 4 [ 0.36]
'Elixir.Ecto.Query.Planner':'-select_dump/3-fun-0-'/4 11 0.00 4 [ 0.36]
'Elixir.Ecto.Query.Planner':'-remove_literals/1-fun-0-'/1 12 0.00 4 [ 0.33]
absinthe_lexer:yypre/2 12 0.00 4 [ 0.33]
'Elixir.Logger':'__should_log__'/1 6 0.00 4 [ 0.67]
'Elixir.Enum':dedup/1 2 0.00 4 [ 2.00]
'Elixir.Enum':reject_list/2 14 0.00 4 [ 0.29]
'Elixir.Enum':sort/2 3 0.00 4 [ 1.33]
'Elixir.Enum':'-unzip/1-lists^foldl/2-0-'/3 17 0.00 4 [ 0.24]
'Elixir.Postgrex.Protocol':fetch_type_info/4 17 0.00 4 [ 0.24]
'Elixir.Postgrex.Protocol':'-columns/1-fun-0-'/1 12 0.00 4 [ 0.33]
'Elixir.String.Chars':'impl_for!'/1 3 0.00 4 [ 1.33]
'Elixir.GenServer':whereis/1 6 0.00 4 [ 0.67]
proc_lib:get_ancestors/0 4 0.00 4 [ 1.00]
absinthe_parser:yeccpars1/7 12 0.00 4 [ 0.33]
'Elixir.AbsintheTest.Schema':plugins/0 4 0.00 4 [ 1.00]
lists:keymember/3 12 0.00 4 [ 0.33]
erlang:'--'/2 2 0.00 4 [ 2.00]
erlang:atom_to_list/1 10 0.00 4 [ 0.40]
'Elixir.Plug.Session':fetch_session/1 1 0.00 5 [ 5.00]
'Elixir.Ecto.Adapters.Postgres.Connection':'-select_fields/3-fun-0-'/3 12 0.00 5 [ 0.42]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-2-'/2 2 0.00 5 [ 2.50]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-1-'/2 2 0.00 5 [ 2.50]
'Elixir.Logger.Config':level_to_number/1 12 0.00 5 [ 0.42]
'Elixir.Keyword':delete_key/2 12 0.00 5 [ 0.42]
lists:keystore2/4 6 0.00 5 [ 0.83]
'Elixir.Absinthe.Adapter.LanguageConventions':to_internal_name/2 5 0.00 5 [ 1.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':perform_resolution/3 2 0.00 5 [ 2.50]
'Elixir.Kernel':'validate_struct!'/3 11 0.00 5 [ 0.45]
'Elixir.Postgrex.Types':fetch/2 13 0.00 5 [ 0.38]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':handle_node/2 7 0.00 5 [ 0.71]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-run/2-fun-0-'/2 7 0.00 5 [ 0.71]
'Elixir.Absinthe.Phase.Document.Validation.KnownArgumentNames':'-handle_node/2-fun-1-'/3 5 0.00 5 [ 1.00]
'Elixir.Absinthe.Phase.Schema':'-find_schema_field/4-fun-0-'/2 11 0.00 5 [ 0.45]
inet_tcp:recv/3 14 0.00 5 [ 0.36]
'Elixir.Task.Supervised':stream_monitor/5 2 0.00 5 [ 2.50]
'Elixir.Absinthe.Resolution.Projector':update_schema_node/2 5 0.00 5 [ 1.00]
'Elixir.Logger':into_metadata/3 2 0.00 5 [ 2.50]
'Elixir.Postgrex.Protocol':decode_tag/1 6 0.00 5 [ 0.83]
'Elixir.Absinthe.Phase.Document.Validation.FieldsOnCorrectType':possible_types/2 11 0.00 5 [ 0.45]
proc_lib:spawn_link/3 4 0.00 5 [ 1.25]
absinthe_parser:extract_line/1 13 0.00 5 [ 0.38]
'Elixir.Absinthe.Schema':lookup_type/3 22 0.00 5 [ 0.23]
binary:split/3 1 0.00 5 [ 5.00]
erlang:integer_to_binary/1 5 0.00 5 [ 1.00]
erlang:list_to_bitstring/1 6 0.00 5 [ 0.83]
ets:insert/2 3 0.00 5 [ 1.67]
erlang:start_timer/4 2 0.00 5 [ 2.50]
'Elixir.DBConnection':event/2 8 0.00 6 [ 0.75]
'Elixir.Plug.Conn':resp/3 1 0.00 6 [ 6.00]
'Elixir.Absinthe.Middleware.Batch':do_batching/1 2 0.00 6 [ 3.00]
'Elixir.Absinthe.Middleware.Batch':'-after_resolution/1-fun-0-'/2 2 0.00 6 [ 3.00]
'Elixir.Logger.Config':'read_data!'/1 6 0.00 6 [ 1.00]
telemetry_handler_table:list_for_event/1 6 0.00 6 [ 1.00]
'Elixir.Keyword':get/2 10 0.00 6 [ 0.60]
'Elixir.Keyword':'-split/2-lists^foldl/2-0-'/3 26 0.00 6 [ 0.23]
'Elixir.Postgrex.DefaultTypes':decode_rows/3 10 0.00 6 [ 0.60]
'Elixir.Base':enc64url_pair/1 10 0.00 6 [ 0.60]
'Elixir.Absinthe.Phase.Schema':set_schema_node/4 6 0.00 6 [ 1.00]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/2-fun-0-'/3 28 0.00 6 [ 0.21]
telemetry:execute/3 6 0.00 6 [ 1.00]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':handle_node/2 7 0.00 6 [ 0.86]
'Elixir.Postgrex.Messages':decode_row_fields/2 14 0.00 6 [ 0.43]
'Elixir.Dataloader':async_safely/3 2 0.00 6 [ 3.00]
'Elixir.Enum':unzip/1 5 0.00 6 [ 1.20]
'Elixir.Enum':zip/2 3 0.00 6 [ 2.00]
'Elixir.Postgrex.Protocol':maybe_encode_msg/1 16 0.00 6 [ 0.38]
'Elixir.Postgrex.Protocol':'-msg_send/3-fun-0-'/2 16 0.00 6 [ 0.38]
erlang:min/2 10 0.00 6 [ 0.60]
absinthe_parser:build_ast_node/3 12 0.00 6 [ 0.50]
'Elixir.Absinthe.Schema':lookup_type/2 22 0.00 6 [ 0.27]
'Elixir.Absinthe.Schema':'-types/1-fun-0-'/2 15 0.00 6 [ 0.40]
ets:give_away/3 2 0.00 6 [ 3.00]
ets:delete/1 5 0.00 6 [ 1.20]
erlang:system_info/1 4 0.00 6 [ 1.50]
'Elixir.Ecto.Adapters.Postgres.Connection':quote_name/1 26 0.00 7 [ 0.27]
'Elixir.AbsintheTestWeb.Endpoint':'-call/2-fun-0-'/1 1 0.00 7 [ 7.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run/2 2 0.00 7 [ 3.50]
'Elixir.URI':unpercent/3 4 0.00 7 [ 1.75]
'Elixir.Absinthe.Blueprint':current_operation/1 6 0.00 7 [ 1.17]
'Elixir.Jason':do_encode/2 1 0.00 7 [ 7.00]
'Elixir.Ecto.Adapters.SQL':log_measurements/3 8 0.00 7 [ 0.88]
'Elixir.DBConnection.Query':'impl_for!'/1 8 0.00 7 [ 0.88]
telemetry:'-execute/3-fun-0-'/4 3 0.00 7 [ 2.33]
'Elixir.String':'contains?'/2 15 0.00 7 [ 0.47]
'Elixir.Task.Supervised':get_initial_call/1 4 0.00 7 [ 1.75]
'Elixir.Task.Supervised':start_link/4 4 0.00 7 [ 1.75]
'Elixir.Absinthe.Phase.Document.Validation.ProvidedNonNullArguments':'-run/2-fun-0-'/2 7 0.00 7 [ 1.00]
'Elixir.Ecto.Query.Planner':prewalk/6 14 0.00 7 [ 0.50]
'Elixir.Postgrex.Protocol':rows_recv/5 8 0.00 7 [ 0.88]
proc_lib:trans_init/3 4 0.00 7 [ 1.75]
maps:values/1 12 0.00 7 [ 0.58]
erlang:binary_to_atom/2 5 0.00 7 [ 1.40]
'Elixir.Plug.Conn':put_private/3 3 0.00 8 [ 2.67]
'Elixir.Plug.Conn':put_resp_content_type/3 1 0.00 8 [ 8.00]
'Elixir.Absinthe.Phase.Schema':'-set_children/3-fun-0-'/4 13 0.00 8 [ 0.62]
'Elixir.Task.Supervised':invoke_mfa/2 4 0.00 8 [ 2.00]
erlang:atom_to_binary/2 15 0.00 8 [ 0.53]
ets:select/2 2 0.00 8 [ 4.00]
erlang:process_flag/2 6 0.00 8 [ 1.33]
'Elixir.Plug.Conn':'valid_header_key?'/1 26 0.00 9 [ 0.35]
'Elixir.Keyword':'-split/2-fun-0-'/3 24 0.00 9 [ 0.38]
'Elixir.Absinthe.Blueprint.Draft':convert/2 25 0.00 9 [ 0.36]
'Elixir.Kernel':struct/3 22 0.00 9 [ 0.41]
'Elixir.Postgrex.Messages':encode/1 16 0.00 9 [ 0.56]
'Elixir.Process':get/2 15 0.00 9 [ 0.60]
'Elixir.Ecto.Query.Planner':validate_and_increment/6 26 0.00 9 [ 0.35]
erlang:send_after/3 2 0.00 9 [ 4.50]
'Elixir.Absinthe.Blueprint.Draft':impl_for/1 25 0.00 10 [ 0.40]
'Elixir.Absinthe.Phase.Schema':find_schema_field/4 9 0.00 10 [ 1.11]
'Elixir.Absinthe.Plugin':'-pipeline/2-fun-0-'/3 6 0.00 10 [ 1.67]
'Elixir.Enum':'-reduce/3-fun-0-'/4 23 0.00 10 [ 0.43]
'Elixir.Absinthe.Phase.Document.Validation.Result':'-do_run/2-fun-1-'/2 1 0.00 11 [ 11.00]
'Elixir.Absinthe.Blueprint.Draft':'impl_for!'/1 25 0.00 11 [ 0.44]
maps:fold/3 25 0.00 11 [ 0.44]
maps:iterator/1 25 0.00 11 [ 0.44]
'Elixir.Task':await/2 2 0.00 11 [ 5.50]
'Elixir.Absinthe.Blueprint.Transform':'-postwalk/3-fun-0-'/2 28 0.00 11 [ 0.39]
erlang:port_control/3 14 0.00 11 [ 0.79]
erlang:port_get_data/1 18 0.00 11 [ 0.61]
erlang:split_binary/2 18 0.00 11 [ 0.61]
erlang:monotonic_time/0 14 0.00 11 [ 0.79]
'Elixir.Absinthe.Resolution.Helpers':dataloader/1 6 0.00 12 [ 2.00]
prim_inet:enc_time/1 14 0.00 12 [ 0.86]
'Elixir.Kernel.Utils':destructure_list/2 12 0.00 12 [ 1.00]
'Elixir.Ecto.Query.Planner':'-traverse_cache/4-fun-0-'/6 26 0.00 12 [ 0.46]
absinthe_lexer:string_cont/4 68 0.00 12 [ 0.18]
'Elixir.Absinthe.Schema':cached_lookup_type/2 21 0.00 12 [ 0.57]
erlang:process_info/2 10 0.00 12 [ 1.20]
maps:fold_1/3 58 0.00 13 [ 0.22]
prim_inet:ctl_cmd/3 14 0.00 13 [ 0.93]
'Elixir.Process':get/1 11 0.00 13 [ 1.18]
absinthe_lexer:string/4 69 0.00 13 [ 0.19]
'Elixir.Postgrex.Protocol':decode_tag/2 36 0.00 13 [ 0.36]
'Elixir.Postgrex.Messages':decode_string/1 18 0.00 14 [ 0.78]
ets:new/2 5 0.00 14 [ 2.80]
erlang:cancel_timer/2 4 0.00 14 [ 3.50]
ets:lookup_element/3 15 0.00 15 [ 1.00]
'Elixir.Absinthe.Pipeline':run/2 1 0.00 16 [ 16.00]
lists:sublist_2/2 54 0.00 16 [ 0.30]
prim_inet:async_recv/3 14 0.00 16 [ 1.14]
'Elixir.Macro':do_underscore/2 31 0.00 16 [ 0.52]
'Elixir.Postgrex.Protocol':rows_recv/4 10 0.00 16 [ 1.60]
ets:insert_new/2 2 0.00 16 [ 8.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':run_callbacks/4 4 0.00 17 [ 4.25]
'Elixir.Absinthe.Blueprint':prewalk/2 28 0.00 17 [ 0.61]
'Elixir.Absinthe.Blueprint.Transform':prewalk/2 28 0.00 17 [ 0.61]
'Elixir.Ecto.Query.Planner':merge_cache/6 26 0.00 17 [ 0.65]
erlang:apply/2 6 0.00 17 [ 2.83]
'Elixir.Absinthe.Phase.Document.Arguments.Parse':'-run/2-fun-0-'/2 7 0.00 17 [ 2.43]
'Elixir.Absinthe.Blueprint.Transform':prewalk/3 31 0.00 18 [ 0.58]
erlang:list_to_atom/1 17 0.00 18 [ 1.06]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-run_callbacks/4-fun-0-'/3 12 0.00 19 [ 1.58]
'Elixir.Absinthe.Type.BuiltIns.Introspection':'__absinthe_type__'/1 7 0.00 19 [ 2.71]
inet_db:lookup_socket/1 18 0.00 20 [ 1.11]
'Elixir.Postgrex.Protocol':msg_recv/3 26 0.00 20 [ 0.77]
'Elixir.Postgrex.DefaultTypes':'-encode_params/3-anonymous-2-'/2 1 0.00 21 [ 21.00]
'Elixir.Postgrex.Messages':parse/3 20 0.00 21 [ 1.05]
'Elixir.Ecto.Query.Planner':'-traverse_exprs/4-fun-0-'/3 52 0.00 21 [ 0.40]
'Elixir.Kernel':'-struct/2-fun-0-'/2 25 0.00 22 [ 0.88]
'Elixir.Postgrex.Types':decode_rows/4 10 0.00 22 [ 2.20]
'Elixir.Task.Supervised':stream_monitor_loop/2 8 0.00 24 [ 3.00]
'Elixir.Ecto.Query.Planner':'-normalize_query/4-fun-0-'/6 26 0.00 24 [ 0.92]
absinthe_lexer:yystate/0 68 0.00 24 [ 0.35]
gen_tcp:recv/3 14 0.00 24 [ 1.71]
proc_lib:init_p/5 4 0.00 26 [ 6.50]
'Elixir.Absinthe.Pipeline':run_phase/3 47 0.00 27 [ 0.57]
'Elixir.Postgrex.Protocol':msg_decode/1 26 0.00 27 [ 1.04]
lists:do_flatten/2 94 0.00 30 [ 0.32]
'Elixir.Macro':to_lower_char/1 31 0.00 31 [ 1.00]
erlang:put/2 32 0.00 33 [ 1.03]
maps:next/1 58 0.00 34 [ 0.59]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/3-fun-0-'/2 174 0.00 35 [ 0.20]
'Elixir.Absinthe.Blueprint.Transform':pass/2 202 0.00 40 [ 0.20]
absinthe_lexer:yyaction/4 68 0.00 41 [ 0.60]
'Elixir.Enum':'fetch!'/2 1 0.00 41 [ 41.00]
code_server:call/1 106 0.00 43 [ 0.41]
code:call/1 106 0.00 45 [ 0.42]
absinthe_lexer:yystate/6 166 0.00 48 [ 0.29]
code:ensure_loaded/1 106 0.00 49 [ 0.46]
'Elixir.Absinthe.Pipeline':phase_invocation/1 46 0.00 52 [ 1.13]
ets:lookup/2 20 0.00 52 [ 2.60]
re:run/3 2 0.00 55 [ 27.50]
ets:update_element/3 10 0.00 57 [ 5.70]
'Elixir.Absinthe.Blueprint.Transform':'-walk/4-fun-0-'/4 167 0.00 65 [ 0.39]
binary:match/2 35 0.00 75 [ 2.14]
'Elixir.Absinthe.Blueprint.Transform':'-prewalk/2-fun-0-'/3 160 0.00 77 [ 0.48]
error_handler:undefined_function/3 106 0.00 82 [ 0.77]
erlang:module_loaded/1 106 0.00 83 [ 0.78]
erlang:function_exported/3 112 0.00 107 [ 0.96]
error_handler:ensure_loaded/1 106 0.00 114 [ 1.08]
'Elixir.Absinthe.Blueprint.Transform':walk_children/4 195 0.00 121 [ 0.62]
erlang:whereis/1 108 0.00 122 [ 1.13]
erlang:iolist_size/1 17 0.00 208 [ 12.24]
maps:keys/1 2 0.01 317 [ 158.50]
'Elixir.Absinthe.Blueprint.Transform':walk/4 814 0.01 457 [ 0.56]
erlang:monitor/2 116 0.01 514 [ 4.43]
erts_internal:port_command/3 4 0.01 562 [ 140.50]
'Elixir.Ecto.Type':'-dump_fun/1-fun-6-'/1 10000 0.04 1722 [ 0.17]
'Elixir.Ecto.Type':same_integer/1 10000 0.04 1772 [ 0.18]
'Elixir.Ecto.Type':cast_integer/1 10000 0.04 1799 [ 0.18]
'Elixir.Ecto.Type':adapter_dump/3 10001 0.05 1983 [ 0.20]
erlang:list_to_tuple/1 10005 0.05 1990 [ 0.20]
'Elixir.Ecto.Type':array/3 10001 0.05 2009 [ 0.20]
'Elixir.Enum':map_reduce/3 10630 0.05 2021 [ 0.19]
'Elixir.Enumerable.List':reduce/3 10008 0.05 2093 [ 0.21]
'Elixir.Ecto.Type':array/4 10001 0.05 2160 [ 0.22]
'Elixir.Ecto.Repo.Preloader':load_assoc/2 10000 0.05 2310 [ 0.23]
'Elixir.Dataloader':do_get/2 10000 0.06 2391 [ 0.24]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch_item_from_batch/2 10000 0.06 2441 [ 0.24]
'Elixir.Ecto.Repo.Preloader':unzip_ids/3 10001 0.06 2525 [ 0.25]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int4'/6 10000 0.06 2596 [ 0.26]
'Elixir.Postgrex.DefaultTypes':encode_list/3 10001 0.06 2728 [ 0.27]
'Elixir.Dataloader.Source':'pending_batches?'/1 10004 0.07 2774 [ 0.28]
'Elixir.Dataloader.Source.Dataloader.Ecto':fetch/3 10000 0.07 2831 [ 0.28]
erlang:'++'/2 10045 0.07 2890 [ 0.29]
'Elixir.Dataloader.Source':load/3 10000 0.07 2982 [ 0.30]
'Elixir.Map':get_and_update/3 10011 0.07 3070 [ 0.31]
'Elixir.Dataloader':load_many/4 10000 0.07 3102 [ 0.31]
'Elixir.Absinthe.Resolution.Helpers':on_load/2 10000 0.07 3116 [ 0.31]
erts_internal:port_control/3 14 0.08 3259 [ 232.79]
'Elixir.Ecto.Type':'-cast_fun/1-fun-6-'/1 10000 0.08 3326 [ 0.33]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-2-'/2 10000 0.08 3340 [ 0.33]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-to_result/4-fun-0-'/4 10000 0.08 3368 [ 0.34]
'Elixir.Ecto':'assoc_loaded?'/1 10000 0.08 3496 [ 0.35]
'Elixir.Ecto.Type':dump/3 10001 0.08 3502 [ 0.35]
'Elixir.Enum':'-unzip/1-anonymous-2-'/3 10000 0.08 3534 [ 0.35]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-2-'/2 10000 0.08 3556 [ 0.36]
'Elixir.Enumerable.Map':reduce/3 10007 0.08 3563 [ 0.36]
'Elixir.Ecto.Type':'-process_dumpers/3-fun-0-'/3 10000 0.08 3563 [ 0.36]
'Elixir.Ecto.Repo.Preloader':'-preload_each/4-fun-4-'/4 10000 0.09 3623 [ 0.36]
'Elixir.Ecto.Repo.Preloader':'-fetch_ids/4-fun-0-'/7 10000 0.09 3637 [ 0.36]
'Elixir.Dataloader.Source.Dataloader.Ecto':'pending_batches?'/1 10004 0.09 3655 [ 0.37]
'Elixir.Ecto.Adapters.Postgres':dumpers/2 10002 0.09 3691 [ 0.37]
'Elixir.Absinthe.Resolution.Helpers':do_dataloader/6 10000 0.09 3811 [ 0.38]
'Elixir.Ecto.Type':process_dumpers/3 20002 0.09 3879 [ 0.19]
'Elixir.Ecto.Repo.Preloader':'assert_struct!'/2 10000 0.09 3946 [ 0.39]
'Elixir.Absinthe.Middleware.Dataloader':get_result/2 10000 0.09 3987 [ 0.40]
'Elixir.Enum':'-unzip/1-fun-0-'/2 10013 0.09 3993 [ 0.40]
'Elixir.Dataloader.Source.Dataloader.Ecto':load/3 10000 0.09 4010 [ 0.40]
'Elixir.Access':get_and_update/3 10011 0.09 4020 [ 0.40]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-1-'/1 10000 0.10 4103 [ 0.41]
'Elixir.Enum':'any?'/2 10004 0.10 4256 [ 0.43]
'Elixir.Ecto.Repo.Queryable':process_args/4 10000 0.10 4348 [ 0.43]
'Elixir.Enum':find/2 20015 0.10 4366 [ 0.22]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-propagate_null_trimming/1-fun-0-'/1 10000 0.10 4373 [ 0.44]
'Elixir.Enum':zip_list/2 10003 0.10 4385 [ 0.44]
'Elixir.Enum':find/3 20015 0.10 4404 [ 0.22]
'Elixir.Map':update/4 10006 0.11 4542 [ 0.45]
'Elixir.Jason.Encode':list_loop/3 10000 0.11 4572 [ 0.46]
'Elixir.Absinthe.Phase.Document.Result':field_data/2 20001 0.11 4620 [ 0.23]
'Elixir.Jason.Encode':'-encode_map_function/1-fun-0-'/3 20002 0.11 4630 [ 0.23]
'Elixir.Dataloader.Source':fetch/3 10000 0.11 4645 [ 0.46]
'Elixir.Dataloader':get/4 10000 0.12 4954 [ 0.50]
'Elixir.Absinthe.Resolution':call/2 10001 0.12 4955 [ 0.50]
'Elixir.Enumerable':reduce/3 10013 0.12 5016 [ 0.50]
'Elixir.Map':new/2 10022 0.12 5134 [ 0.51]
'Elixir.Absinthe.Resolution.Helpers':'-do_dataloader/6-fun-0-'/5 10000 0.12 5226 [ 0.52]
'Elixir.Jason.Encode':map_naive/3 20002 0.12 5231 [ 0.26]
'Elixir.Dataloader':'-pending_batches?/1-fun-0-'/1 10004 0.12 5288 [ 0.53]
'Elixir.Absinthe.Phase.Document.Result':list_data/3 10001 0.12 5315 [ 0.53]
'Elixir.Enumerable':impl_for/1 10013 0.13 5462 [ 0.55]
erlang:spawn_opt/1 2 0.13 5486 [ 2743.00]
'Elixir.Absinthe.Resolution.Helpers':use_parent/6 10000 0.13 5523 [ 0.55]
'Elixir.Ecto.Type':dump_fun/1 10000 0.13 5523 [ 0.55]
'Elixir.Enum':'-any?/2-fun-0-'/3 10004 0.14 5772 [ 0.58]
'Elixir.Enum':'-uniq/1-fun-0-'/1 10000 0.14 5841 [ 0.58]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_list_violation?'/1 10000 0.14 5846 [ 0.58]
'Elixir.Map':'get_and_update!'/3 10006 0.14 5859 [ 0.59]
'Elixir.Postgrex.DefaultTypes':decode_rows/4 20010 0.14 5931 [ 0.30]
'Elixir.Dataloader':'-do_load/3-fun-0-'/3 10000 0.14 6059 [ 0.61]
'Elixir.Enumerable.Map':reduce_list/3 20017 0.16 6622 [ 0.33]
'Elixir.Enumerable':'impl_for!'/1 10013 0.16 6728 [ 0.67]
'Elixir.MapSet':new/1 10000 0.16 6854 [ 0.69]
'Elixir.AbsintheTest.Schema':'__do_absinthe_middleware__'/3 30069 0.16 6932 [ 0.23]
'Elixir.Absinthe.Middleware.Dataloader':call/2 20000 0.17 7207 [ 0.36]
'Elixir.Dataloader.Source.Dataloader.Ecto':'fetched?'/3 10000 0.17 7283 [ 0.73]
'Elixir.Dataloader':load/4 10000 0.17 7322 [ 0.73]
'Elixir.NaiveDateTime':'from_erl!'/2 40000 0.17 7325 [ 0.18]
'Elixir.Ecto.Repo.Queryable':'-process_args/4-fun-0-'/4 20000 0.17 7329 [ 0.37]
lists:member/2 20026 0.17 7416 [ 0.37]
'Elixir.Dataloader':do_load/3 10000 0.17 7427 [ 0.74]
'Elixir.Jason.Encode':encode_string/2 30000 0.17 7439 [ 0.25]
'Elixir.NaiveDateTime':'from_erl!'/3 40000 0.18 7484 [ 0.19]
'Elixir.Dataloader':'-load_many/4-fun-0-'/2 10000 0.18 7516 [ 0.75]
'Elixir.Ecto.Repo.Queryable':'-postprocessor/4-fun-0-'/3 20000 0.18 7595 [ 0.38]
'Elixir.Process':info/2 6 0.18 7704 [ 1284.00]
'Elixir.Ecto.Type':'-load_fun/1-fun-13-'/1 40000 0.18 7709 [ 0.19]
'Elixir.Postgrex.Extensions.Timestamp':split/2 40000 0.18 7736 [ 0.19]
'Elixir.Absinthe.Resolution.Helpers':'-dataloader/1-fun-0-'/4 10000 0.18 7775 [ 0.78]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-0-'/2 9999 0.19 8022 [ 0.80]
'Elixir.Dataloader':'-load_many/4-fun-1-'/3 10000 0.19 8138 [ 0.81]
'Elixir.Ecto.Repo.Queryable':'-preprocessor/3-fun-0-'/5 20000 0.20 8352 [ 0.42]
lists:keyfind/3 30105 0.20 8629 [ 0.29]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'__absinthe_type__'/1 30008 0.21 9035 [ 0.30]
binary:copy/1 30000 0.21 9039 [ 0.30]
'Elixir.Absinthe.Middleware.MapGet':call/2 30000 0.22 9446 [ 0.31]
'Elixir.MapSet':new_from_list/2 20000 0.22 9486 [ 0.47]
'Elixir.Map':new_transform/3 40093 0.23 9659 [ 0.24]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-get_keys/2-fun-0-'/2 20000 0.23 9679 [ 0.48]
'Elixir.Ecto.Type':load_naive_datetime/1 40000 0.23 9712 [ 0.24]
'Elixir.Task.Supervised':stream_reduce/7 10 0.23 9800 [ 980.00]
'Elixir.Absinthe.Resolution':put_result/2 20001 0.23 9822 [ 0.49]
'Elixir.Absinthe.Type.BuiltIns':'__absinthe_type__'/1 30015 0.23 9872 [ 0.33]
maps:to_list_internal/1 40031 0.24 10009 [ 0.25]
'Elixir.AbsintheTest.Schema':'__absinthe_lookup__'/1 40025 0.24 10017 [ 0.25]
'Elixir.Enum':to_list/1 20026 0.24 10116 [ 0.51]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Timestamp'/6 40000 0.24 10174 [ 0.25]
'Elixir.AbsintheTest.Book':'__info__'/1 20000 0.24 10213 [ 0.51]
'Elixir.Enum':'-map_reduce/3-lists^mapfoldl/2-0-'/3 30802 0.24 10411 [ 0.34]
'Elixir.AbsintheTest.Book':'__schema__'/2 20001 0.25 10472 [ 0.52]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-run_batch/2-fun-3-'/3 10000 0.25 10605 [ 1.06]
'Elixir.Keyword':get/3 20069 0.25 10607 [ 0.53]
'Elixir.AbsintheTest.Schema':middleware/3 30069 0.26 10891 [ 0.36]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Raw'/6 30000 0.26 10988 [ 0.37]
'Elixir.Enum':'member?'/2 20026 0.26 11153 [ 0.56]
'Elixir.Enum':map/2 20075 0.27 11382 [ 0.57]
'Elixir.Enum':into/2 20001 0.27 11478 [ 0.57]
'Elixir.AbsintheTest.Book':'__schema__'/1 20005 0.27 11485 [ 0.57]
'Elixir.Jason':'encode!'/2 1 0.27 11589 [ 11589.00]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':propagate_null_trimming/1 40003 0.27 11653 [ 0.29]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_concrete_type/3 20001 0.27 11662 [ 0.58]
'Elixir.Postgrex.DefaultTypes':'Elixir.Postgrex.Extensions.Int8'/6 40000 0.27 11663 [ 0.29]
'Elixir.Enum':uniq_list/3 10001 0.28 11746 [ 1.17]
'Elixir.Dataloader.Source.Dataloader.Ecto':normalize_key/2 20000 0.28 11816 [ 0.59]
'Elixir.Dataloader':get_source/2 20000 0.28 11891 [ 0.59]
'Elixir.Ecto.Repo.Queryable':preprocess/4 40000 0.28 11922 [ 0.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_fields/4 20001 0.28 12023 [ 0.60]
'Elixir.Absinthe.Type.BuiltIns.Scalars':'-__absinthe_type__/1-fun-5-'/1 30000 0.29 12346 [ 0.41]
'Elixir.NaiveDateTime':convert/2 40000 0.29 12392 [ 0.31]
'Elixir.Absinthe.Resolution.Projector':project/5 20001 0.30 12626 [ 0.63]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':get_return_type/1 20001 0.30 12820 [ 0.64]
'Elixir.Dataloader.Source.Dataloader.Ecto':chase_down_queryable/2 20000 0.31 13099 [ 0.65]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_field/4 50001 0.31 13339 [ 0.27]
'Elixir.Dataloader.Source':impl_for/1 30006 0.33 14119 [ 0.47]
'Elixir.Dataloader':'pending_batches?'/1 10004 0.33 14126 [ 1.41]
'Elixir.NaiveDateTime':new/8 40000 0.33 14155 [ 0.35]
'Elixir.Dataloader.Source.Dataloader.Ecto':validate_queryable/1 20000 0.34 14387 [ 0.72]
'Elixir.Absinthe.Type.Scalar':serialize/2 30000 0.34 14613 [ 0.49]
'Elixir.NaiveDateTime':new/7 40000 0.34 14650 [ 0.37]
'Elixir.AbsintheTest.Schema':'__absinthe_middleware__'/3 30069 0.35 14779 [ 0.49]
'Elixir.Calendar.ISO':days_in_month/2 40000 0.35 15017 [ 0.38]
calendar:year_day_to_date/2 40000 0.35 15053 [ 0.38]
'Elixir.Dataloader.Source.Dataloader.Ecto':get_keys/2 20000 0.36 15225 [ 0.76]
'Elixir.Access':get/3 30049 0.36 15341 [ 0.51]
calendar:gregorian_days_to_date/1 40000 0.36 15431 [ 0.39]
'Elixir.Ecto.Type':load/3 40000 0.37 15584 [ 0.39]
'Elixir.Jason.Encode':escape_json/3 70002 0.37 15591 [ 0.22]
'Elixir.NaiveDateTime':from_erl/3 40000 0.38 16126 [ 0.40]
'Elixir.Ecto.Type':load_fun/1 40000 0.38 16278 [ 0.41]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-find_bad_child/1-fun-0-'/1 40002 0.39 16580 [ 0.41]
erlang:demonitor/2 112 0.40 16860 [ 150.54]
'Elixir.Map':new/1 40015 0.40 16990 [ 0.42]
'Elixir.Postgrex.Extensions.Timestamp':split/1 40000 0.40 17002 [ 0.43]
'Elixir.Postgrex.Extensions.Timestamp':microsecond_to_elixir/1 40000 0.41 17269 [ 0.43]
'Elixir.Ecto.Adapters.Postgres':loaders/2 40000 0.41 17518 [ 0.44]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_results/6 60004 0.41 17526 [ 0.29]
calendar:is_leap_year1/1 80000 0.42 17823 [ 0.22]
'Elixir.Enum':find_list/3 70023 0.42 17951 [ 0.26]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_result/4 40001 0.42 17994 [ 0.45]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':add_errors/3 40001 0.43 18324 [ 0.46]
'Elixir.Dataloader.Source':'impl_for!'/1 30006 0.43 18341 [ 0.61]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_resolve_fields/6 60002 0.43 18378 [ 0.31]
maps:to_list/1 40031 0.44 18931 [ 0.47]
'Elixir.Ecto.Type':process_loaders/3 80000 0.45 19042 [ 0.24]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'non_null_violation?'/1 40002 0.45 19112 [ 0.48]
'Elixir.Jason.Encode':map_naive_loop/3 40002 0.45 19159 [ 0.48]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':maybe_add_non_null_error/3 40001 0.45 19344 [ 0.48]
calendar:seconds_to_time/1 40000 0.46 19397 [ 0.48]
calendar:gregorian_seconds_to_datetime/1 40000 0.46 19442 [ 0.49]
'Elixir.Jason.Encode':key/2 40002 0.46 19506 [ 0.49]
'Elixir.Dataloader.Source.Dataloader.Ecto':'-load/3-fun-1-'/3 10000 0.46 19567 [ 1.96]
lists:reverse/2 50048 0.46 19743 [ 0.39]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':do_propagate_null_trimming/1 50003 0.48 20285 [ 0.41]
'Elixir.Jason.Encode':escape_json/4 70002 0.48 20477 [ 0.29]
'Elixir.Absinthe.Type.BuiltIns.Scalars':parse_with/2 30008 0.49 20910 [ 0.70]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':resolve_field/5 40001 0.49 21050 [ 0.53]
'Elixir.Ecto.Repo.Queryable':process/4 60000 0.50 21437 [ 0.36]
calendar:year_day_to_date2/2 40000 0.51 21524 [ 0.54]
'Elixir.Ecto.Repo.Preloader':one_assoc_map/3 10001 0.51 21650 [ 2.16]
'Elixir.Absinthe.Phase.Document.Result':field_data/3 60002 0.51 21816 [ 0.36]
'Elixir.Jason.Encode':'-escape_function/1-fun-0-'/3 70002 0.52 21931 [ 0.31]
'Elixir.Ecto.Type':type/1 50001 0.52 21942 [ 0.44]
maps:find/2 50001 0.52 22128 [ 0.44]
'Elixir.Absinthe.Phase.Document.Result':field_name/1 40001 0.52 22144 [ 0.55]
erlang:iolist_to_binary/1 18 0.52 22281 [ 1237.83]
'Elixir.AbsintheTest.Schema':'__absinthe_type__'/1 40025 0.55 23232 [ 0.58]
'Elixir.Map':get/3 70028 0.56 23847 [ 0.34]
'Elixir.Ecto.Type':'primitive?'/1 50001 0.57 24206 [ 0.48]
'Elixir.Ecto.Type':truncate_usec/1 40000 0.58 24537 [ 0.61]
'Elixir.Absinthe.Type':expand/2 40008 0.59 24968 [ 0.62]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':find_bad_child/1 50003 0.60 25376 [ 0.51]
'Elixir.Calendar.ISO':'valid_date?'/3 40000 0.60 25407 [ 0.64]
'Elixir.AbsintheTest.Schema':'-__absinthe_lookup__/1-fun-0-'/2 30069 0.61 25822 [ 0.86]
'Elixir.Absinthe.Type':unwrap/1 60016 0.63 26754 [ 0.45]
calendar:day_to_year/1 40000 0.65 27662 [ 0.69]
erlang:send/2 25 0.66 27973 [ 1118.92]
'Elixir.Calendar.ISO':'valid_time?'/4 40000 0.67 28648 [ 0.72]
erlang:spawn_link/3 4 0.67 28713 [ 7178.25]
calendar:is_leap_year/1 80000 0.68 29093 [ 0.36]
'Elixir.Enum':reverse/1 60044 0.70 29915 [ 0.50]
lists:reverse/1 60082 0.71 30004 [ 0.50]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':to_result/4 50001 0.74 31298 [ 0.63]
'Elixir.Absinthe.Resolution.Projector':'-project/5-fun-0-'/2 70001 0.75 32104 [ 0.46]
calendar:dty/5 40000 0.76 32484 [ 0.81]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':update_persisted_fields/2 60001 0.80 34134 [ 0.57]
maps:get/2 110092 0.82 34756 [ 0.32]
'Elixir.Jason.Encode':value/3 50003 0.84 35545 [ 0.71]
'Elixir.Enum':reduce/3 90095 0.86 36652 [ 0.41]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':call_middleware/2 60001 0.92 39022 [ 0.65]
'Elixir.Absinthe.Phase.Document.Result':data/2 50002 0.92 39227 [ 0.78]
'Elixir.Map':get/2 60000 0.94 40156 [ 0.67]
'Elixir.Map':'update!'/3 90026 0.95 40414 [ 0.45]
'Elixir.Ecto.Repo.Queryable':'struct_load!'/6 130000 0.99 42090 [ 0.32]
'Elixir.MapSet':put/2 9999 1.01 42867 [ 4.29]
'Elixir.Enum':'-map/2-lists^map/1-0-'/2 120124 1.07 45514 [ 0.38]
'Elixir.Enum':'-reduce/3-lists^foldl/2-0-'/3 200215 1.07 45628 [ 0.23]
calendar:dy/1 120000 1.17 49976 [ 0.42]
'Elixir.Ecto.Type':'of_base_type?'/2 120000 1.18 50230 [ 0.42]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-1-'/2 40001 1.27 54082 [ 1.35]
'Elixir.Map':take/2 40001 1.34 56816 [ 1.42]
'Elixir.Ecto.Type':adapter_load/3 120000 1.43 60759 [ 0.51]
erts_internal:map_next/3 40056 1.88 80043 [ 2.00]
'Elixir.Map':take/3 320008 2.24 95147 [ 0.30]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':reduce_resolution/1 100002 2.24 95261 [ 0.95]
'Elixir.Absinthe.Schema':'__ensure_middleware__'/3 30069 2.27 96636 [ 3.21]
maps:from_list/1 100039 2.27 96784 [ 0.97]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':walk_result/5 90004 2.46 104658 [ 1.16]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':build_resolution_struct/5 40001 2.60 110466 [ 2.76]
'Elixir.Absinthe.Phase.Document.Execution.Resolution':'-build_result/4-fun-0-'/2 40001 3.43 146025 [ 3.65]
maps:merge/2 90015 3.75 159495 [ 1.77]
'Elixir.Jason.Encode':escape_json_chunk/5 668899 3.78 161004 [ 0.24]
--------------------------------------------------------------------------------------------- ------- ------- ------- [----------]
Total: 8260419 100.00% 4255698 [ 0.52]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment