#include <probejitter.h>
Inherits Probe.
Inheritance diagram for ProbeJitter:
Public Member Functions | |
virtual void | Reset (void) |
[internal] Reset the probe, clearing all its internal counters and starting a new output file. | |
virtual void | Zap (double) |
[internal] Reset the probe, clearing all its internal counters. The meaning of the parameter is probe-dependant. | |
virtual void | Observe (double value) |
Observe a value, actual use of the value is probe-dependant. | |
virtual void | WriteToFile (double time) |
[internal] Write the probe statistics to the output file. It is called periodically by NePSing. |
Defined , where
is the current observed value and
is the last observed value, this probe measures the long-term
,
,
and
output file format:
[Time of the observation] TAB TAB
TAB
TAB
Note that this probe cannot be global, as it have a memory and it could not work in a global fashon. In case you need a global jitter measure, use a global ProbeMean with a per-intance memory.