Behaviours: xprof_language.
| fmt_exception/2 | |
| fmt_fun/1 | |
| fmt_fun_and_arity/2 | |
| fmt_mfa/3 | |
| fmt_mod/1 | |
| fmt_mod_and_delim/1 | |
| fmt_term/1 | |
| hidden_function/1 | |
| parse_query/1 | Parse a query string that represents either a module-funtion-arity or an xprof-flavoured match-spec fun in Elixir syntax. |
fmt_exception(Class, Reason) -> any()
fmt_fun(Fun) -> any()
fmt_fun_and_arity(Fun, Arity) -> any()
fmt_mfa(Mod, Fun, Arity) -> any()
fmt_mod(Mod) -> any()
fmt_mod_and_delim(Mod) -> any()
fmt_term(Term) -> any()
hidden_function(Fun) -> any()
parse_query(Str) -> any()
Parse a query string that represents either a module-funtion-arity or an xprof-flavoured match-spec fun in Elixir syntax. In the later case the last element of the tuple is the abstract syntax tree of the clauses of the anonimous function.
Generated by EDoc