Module xprof_language

Callback functions that need to be implemented for a language-specific behvaiour.

This module defines the xprof_language behaviour.
Required callback functions: parse_query/1, hidden_function/1, fmt_mfa/3, fmt_mod_and_delim/1, fmt_mod/1, fmt_fun_and_arity/2, fmt_fun/1, fmt_exception/2, fmt_term/1.

Description

Callback functions that need to be implemented for a language-specific behvaiour

Generated by EDoc