class ref _TerminalOutput is _OutputManager ref
new ref create( env: Env val) : _TerminalOutput ref^
fun ref apply( results: _Results val) : None val
fun ref _print_benchmark( results: _Results val, adjust: Bool val) : None val
fun box _print_heading() : None val
fun box _print_result( name: String val, mean: String val, median: String val, dev: String val, iters: String val) : None val
fun box _print( msg: String val) : None val
fun box _warn( msg: String val) : None val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponybench-_TerminalOutput