com.netflix.atlas.core.stacklang

Members list

Type members

Classlikes

class StringSplit

Simple test for splitting a stacklang expression by the ,.

Simple test for splitting a stacklang expression by the ,.

> jmh:run -prof jmh.extras.JFR -wi 10 -i 10 -f1 -t1 .*StringSplit.*
...
Benchmark                      Mode  Cnt       Score       Error  Units
StringSplit.naive             thrpt   10  207502.367 ±  5054.394  ops/s
StringSplit.splitAndTrim      thrpt   10  554580.700 ± 27627.109  ops/s

Attributes

Supertypes
class Object
trait Matchable
class Any