Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Source file Debug.ml
12345678910111213(*
Log messages for debugging purposes
This is mostly for tracing the master/worker interactions.
*)openPrintfletdebug=reffalseletlogmake_msg=if!debugtheneprintf"[DEBUG] [%.6f] %s\n%!"(Unix.gettimeofday())(make_msg())