|
static void | fprintf_td (final PrintStream out, final String format, final Object ... args) |
| Convenient PrintStream#printf(String, Object...) invocation, prepending the elapsedTimeMillis() timestamp. More...
|
|
static void | println (final PrintStream out, final String msg) |
| Convenient PrintStream#println(String) invocation, prepending the elapsedTimeMillis() timestamp. More...
|
|
static void | print (final PrintStream out, final String msg) |
| Convenient PrintStream#print(String) invocation, prepending the elapsedTimeMillis() timestamp. More...
|
|
static Instant | getMonotonicTime () |
| Returns current monotonic time since Unix Epoch 00:00:00 UTC on 1970-01-01 . More...
|
|
static Instant | getWallClockTime () |
| Returns current wall-clock real-time since Unix Epoch 00:00:00 UTC on 1970-01-01 . More...
|
|
static native long | currentTimeMillis () |
| Returns current monotonic time in milliseconds. More...
|
|
static native long | wallClockSeconds () |
| Returns current wall-clock system time of day in seconds since Unix Epoch 00:00:00 UTC on 1 January 1970 . More...
|
|
static long | startupTimeMillis () |
| Returns the startup time in monotonic time in milliseconds of the native module. More...
|
|
static long | elapsedTimeMillis () |
| Returns current elapsed monotonic time in milliseconds since module startup, see startupTimeMillis() . More...
|
|
static long | elapsedTimeMillis (final long current_ts) |
| Returns elapsed monotonic time in milliseconds since module startup comparing against the given timestamp, see startupTimeMillis() . More...
|
|
Definition at line 30 of file PrintUtil.java.
◆ fprintf_td()
static void org.jau.io.PrintUtil.fprintf_td |
( |
final PrintStream |
out, |
|
|
final String |
format, |
|
|
final Object ... |
args |
|
) |
| |
|
static |
◆ print()
static void org.jau.io.PrintUtil.print |
( |
final PrintStream |
out, |
|
|
final String |
msg |
|
) |
| |
|
static |
◆ println()
static void org.jau.io.PrintUtil.println |
( |
final PrintStream |
out, |
|
|
final String |
msg |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: