| Class | Description |
|---|---|
| CallbackPrintStream |
Sends the objects printed to this
PrintStream to the supplied
consumer. |
| CapturingPrintStream |
Captures the output written to this
PrintStream. |
| ElapsedTime |
Defines a named total elapsed time for profiling functions
|
| FunctionExecutionMeter |
Provides access to Venice's collected runtime execution times for
functions.
|
| NullInputStream |
The
NullInputStream discards all bytes written to this
output stream. |
| NullOutputStream |
The
NullOutputStream discards all bytes written to this
output stream. |
| StackFrame |
Represents a stack frame in a callstack.
|