Packages

Generate flame graphs from Gleam programs, a wrapper for the erlang library eflambe

Current section

Files

Jump to
gflambe include gflambe_GflambeFunction.hrl
Raw

include/gflambe_GflambeFunction.hrl

-record(gflambe_function, {
module :: binary(),
function_name :: binary(),
arity :: integer()
}).