Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 463 Bytes

Tracer.md

File metadata and controls

17 lines (13 loc) · 463 Bytes

Tracer is inherited by any other tracer modules.

Methods

Method Description
Tracer((String) name) create Tracer and set its name
_setData(args) set data to visualize
_clear() clear the tracer
_wait() wait for a certain amount of time

Child Modules