Packages

p

org.isomorf.foundation.runtime

instrumentation

package instrumentation

Type Members

  1. trait Instrument [I <: Instrumentor] extends AnyRef
  2. trait InstrumentResult extends AnyRef
  3. trait Instrumentor extends AnyRef
  4. case class RawIdentifier (namespace: List[String], handle: String) extends Product with Serializable
  5. trait TimerInstrumentor extends Instrumentor
  6. trait Tracer0 [B] extends Instrument[TracerInstrumentor] with () ⇒ B
  7. trait Tracer1 [A1, B] extends Instrument[TracerInstrumentor] with (A1) ⇒ B
  8. trait Tracer2 [A1, A2, B] extends Instrument[TracerInstrumentor] with (A1, A2) ⇒ B
  9. trait Tracer3 [A1, A2, A3, B] extends Instrument[TracerInstrumentor] with (A1, A2, A3) ⇒ B
  10. trait Tracer4 [A1, A2, A3, A4, B] extends Instrument[TracerInstrumentor] with (A1, A2, A3, A4) ⇒ B
  11. trait Tracer5 [A1, A2, A3, A4, A5, B] extends Instrument[TracerInstrumentor] with (A1, A2, A3, A4, A5) ⇒ B
  12. trait TracerInstrumentor extends Instrumentor

Ungrouped