Entrace
v0.1.1
Pages
Modules
Search documentation of Entrace
Settings
View Source
Entrace.TracePatterns
(Entrace v0.1.1)
Summary
Types
t()
Functions
add(tps, pattern, trace_pattern)
count(tps)
covered?(tps, pattern)
covered_by(tps, arg)
exists?(tps, pattern)
hit(tps, pattern, mfa)
increment(tps, pattern)
is_match_all?(tps, arg2)
new()
remove(tps, pattern)
within_limit?(tps, pattern)
Types
Link to this type
t()
View Source
@type
t() :: %{required(
mfa
()) =>
Entrace.TracePattern.t
()}
Functions
Link to this function
add(tps, pattern, trace_pattern)
View Source
Link to this function
count(tps)
View Source
Link to this function
covered?(tps, pattern)
View Source
Link to this function
covered_by(tps, arg)
View Source
Link to this function
exists?(tps, pattern)
View Source
Link to this function
hit(tps, pattern, mfa)
View Source
Link to this function
increment(tps, pattern)
View Source
Link to this function
is_match_all?(tps, arg2)
View Source
Link to this function
new()
View Source
Link to this function
remove(tps, pattern)
View Source
Link to this function
within_limit?(tps, pattern)
View Source