Struct rtlola_interpreter::monitor::NoTracer
source · pub struct NoTracer {}Expand description
This tracer provides no tracing data at all and serves as a default value.
Trait Implementations§
source§impl Tracer for NoTracer
impl Tracer for NoTracer
source§fn parse_start(&mut self)
fn parse_start(&mut self)
This method is invoked at the start of event parsing
source§fn eval_start(&mut self)
fn eval_start(&mut self)
This method is invoked at the start of the evaluation cycle.
source§fn spawn_start(&mut self, _output: OutputReference)
fn spawn_start(&mut self, _output: OutputReference)
This method is invoked at the start of the spawn evaluation of stream
outputsource§fn spawn_end(&mut self, _output: OutputReference)
fn spawn_end(&mut self, _output: OutputReference)
This method is invoked at the end of the spawn evaluation of stream
outputsource§fn instance_eval_start(&mut self, _output: OutputReference, _instance: &[Value])
fn instance_eval_start(&mut self, _output: OutputReference, _instance: &[Value])
This method is invoked at the start of the evaluation of stream
outputsource§fn instance_eval_end(&mut self, _output: OutputReference, _instance: &[Value])
fn instance_eval_end(&mut self, _output: OutputReference, _instance: &[Value])
This method is invoked at the end of the evaluation of stream
outputsource§fn close_start(&mut self, _output: OutputReference, _instance: &[Value])
fn close_start(&mut self, _output: OutputReference, _instance: &[Value])
This method is invoked at the start of the close evaluation of stream
outputsource§fn close_end(&mut self, _output: OutputReference, _instance: &[Value])
fn close_end(&mut self, _output: OutputReference, _instance: &[Value])
This method is invoked at the end of the close evaluation of stream
output