GraphEngines

com.netflix.atlas.chart.GraphEngines
class GraphEngines

Check performance of graph engines.

> jmh:run -prof jmh.extras.JFR -wi 10 -i 10 -f1 -t1 .*GraphEngines.*
...
[info] Benchmark                 Mode  Cnt       Score      Error  Units
[info] GraphEngines.json        thrpt   10  133984.991 ± 7703.042  ops/s
[info] GraphEngines.v2json      thrpt   10  142775.471 ± 6897.508  ops/s

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def constant(v: Double): TimeSeries
def constantSeriesDef(value: Double): LineDef
def json(bh: Blackhole): Unit
def v2json(bh: Blackhole): Unit

Concrete fields

val json: JsonGraphEngine
val step: Int
val v2json: V2JsonGraphEngine