TimeoutManagerBase.printTime

Prints t.

  1. void printTime(bool nl)
  2. void printTime(ulong t, bool nl)
    class TimeoutManagerBase
    static
    debug(TimeoutManager)
    void
    printTime
    (
    ulong t
    ,
    bool nl = true
    )

Parameters

t ulong

wall clock time as UNIX time in microseconds.

Meta