From c552255525f51fcd06e847149b8ce83bb0a99626 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
Date: Thu, 10 Oct 2013 10:55:18 +0200
Subject: Documentation of tracer/2: Use the correct option name
'overload_check'
The implementation and the documentation disagreed on the name
of option.
---
lib/observer/doc/src/ttb.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'lib')
diff --git a/lib/observer/doc/src/ttb.xml b/lib/observer/doc/src/ttb.xml
index 4e63aecbf2..1453bbdf10 100644
--- a/lib/observer/doc/src/ttb.xml
+++ b/lib/observer/doc/src/ttb.xml
@@ -105,8 +105,9 @@ ttb:p(all, call)
Nodes = atom() | [atom()] | all | existing | new
Opts = Opt | [Opt]
Opt = {file,Client} | {handler, FormatHandler} | {process_info,PI} |
- shell | {shell, ShellSpec} | {timer, TimerSpec} | {overload, {MSec, Module, Function}}
- | {flush, MSec} | resume | {resume, FetchTimeout}
+ shell | {shell, ShellSpec} | {timer, TimerSpec} |
+ {overload_check, {MSec, Module, Function}} |
+ {flush, MSec} | resume | {resume, FetchTimeout}
TimerSpec = MSec | {MSec, StopOpts}
MSec = FetchTimeout = integer()
Module = Function = atom()
@@ -158,7 +159,7 @@ ttb:p(all, call)
network communication are always present. The timer starts after
ttb:p/2 is issued, so you can set up your trace patterns before.
- The overload option allows to enable overload
+
The overload_check option allows to enable overload
checking on the nodes under trace. Module:Function(check)
is performed each MSec milliseconds. If the check returns
true, the tracing is disabled on a given node.
--
cgit v1.2.3