module Ocamlviz:sig..end
Library to instrument the monitored program
include Monitor_sig.Monitor
val yield : unit -> unitUse this function to allow monitoring in computation-only code.
val send_now : unit -> unitsend_now () immediatly sends the current values of monitored datas to the clients.
val init : unit -> unitinit () has to be used to initialize Ocamlviz.