W3cubDocs

/Pony

_Results

[Source]

class val _Results

Constructors

create

[Source]

new val create(
  name': String val,
  samples': Array[U64 val] iso,
  iterations': U64 val,
  overhead': Bool val)
: _Results val^

Parameters

Returns

Public fields

let name: String val

[Source]

let samples: Array[U64 val] ref

[Source]

let iterations: U64 val

[Source]

let overhead: Bool val

[Source]

Public Functions

raw_str

[Source]

fun box raw_str()
: String val

Returns

sum

[Source]

fun box sum()
: U64 val

Returns

mean

[Source]

fun box mean()
: F64 val

Returns

median

[Source]

fun box median()
: F64 val

Returns

std_dev

[Source]

fun box std_dev()
: F64 val

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponybench-_Results