Object

wvlet.airframe.benchmark.json

JSONBenchmark

Related Doc: package json

Permalink

object JSONBenchmark extends Timer

Linear Supertypes
Timer, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSONBenchmark
  2. Timer
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def airframeParse(json: String): Unit

    Permalink
  5. def airframeScanOnly(json: String): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def block[A](name: String)(f: ⇒ A): TimeReport

    Permalink
    Attributes
    protected
    Definition Classes
    Timer
  8. def circeParse(json: String): Unit

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def json4sJacksonParse(json: String): Unit

    Permalink
  16. def jsonBooleanArray: String

    Permalink
  17. def jsonDoubleArray: String

    Permalink
  18. def jsonIntArray: String

    Permalink
  19. def jsonStringArray: String

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. val r1: Random

    Permalink
  24. val r2: Random

    Permalink
  25. val r3: Random

    Permalink
  26. def reportLog(m: TimeReport, logLevel: LogLevel): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Timer
  27. def runAll(N: Int = 10, B: Int = 10): Unit

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def time[A](blockName: String, logLevel: LogLevel, repeat: Int, blockRepeat: Int)(f: ⇒ A): TimeReport

    Permalink
    Attributes
    protected
    Definition Classes
    Timer
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def twitterJson: String

    Permalink
  32. def twitterSingleJson: String

    Permalink
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Timer

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped