Class MEAL::ParameterTracer

class ParameterTracer : public MEAL::Tracer

Traces changes to a single parameter of a single Function.

Public Functions

ParameterTracer(Function *model = 0, unsigned param = 0)

Default constructor.

virtual void watch(Function *model, unsigned param)

Trace the specified parameter of the specified function.