Packages

object QueryProfile

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryProfile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Off extends QueryProfile with Product with Serializable

    Provides no profiling information.

  2. case object Phases extends QueryProfile with Product with Serializable

    Provides profiling information about the phases.

  3. case object Timings extends QueryProfile with Product with Serializable

    Provides phases plus detailed timing information.