ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("antarex.margot.config.monitor.MargotTimeMonitor");

(.lara)
import antarex.margot.config.monitor.MargotTimeMonitor;

MargotTimeMonitor

Constructor

MargotTimeMonitor

new MargotTimeMonitor(name)

(Extends MargotMonitor)
This class represents a time monitor.

Parameters

name: string - the name of this monitor

Instance Members

useMicro

useMicro()

Sets the granularity to microseconds.


useMilli

useMilli()

Sets the granularity to milliseconds.


useSecond

useSecond()

Sets the granularity to seconds.