Skip to content
Jason Park edited this page May 20, 2016 · 14 revisions

Tracer is inherited by any other tracer modules.

Methods

Method Description
_setData(args) set data to visualize
_sleep((Number) duration) delay before going to next step
_print((String) msg, (Boolean) delay) print a message on the trace section
_pace((Number) interval) set interval between steps
_clear() erase all messages on the trace section

Children modules

Module
GraphTracer
Array2DTracer

Clone this wiki locally