Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. gcStatsBytesAllocated :: GCStatistics -> !Int64

    criterion-measurement Criterion.Measurement

    Total number of bytes allocated

  2. gcStatsGcWallSeconds :: GCStatistics -> !Double

    criterion-measurement Criterion.Measurement

    Wall clock time spent running GC

  3. gcStatsMutatorWallSeconds :: GCStatistics -> !Double

    criterion-measurement Criterion.Measurement

    Wall clock time spent running mutator threads. This does not include initialization.

  4. gcStatsPeakMegabytesAllocated :: GCStatistics -> !Int64

    criterion-measurement Criterion.Measurement

    Maximum number of megabytes allocated

  5. gcStatsWallSeconds :: GCStatistics -> !Double

    criterion-measurement Criterion.Measurement

    Total wall clock time elapsed since start

  6. measAllocated :: Measured -> !Int64

    criterion-measurement Criterion.Measurement.Types

    (GC) Number of bytes allocated. Access using fromInt.

  7. measGcWallSeconds :: Measured -> !Double

    criterion-measurement Criterion.Measurement.Types

    (GC) Wall-clock time spent doing garbage collection. Access using fromDouble.

  8. measMutatorWallSeconds :: Measured -> !Double

    criterion-measurement Criterion.Measurement.Types

    (GC) Wall-clock time spent doing real work ("mutation"), as distinct from garbage collection. Access using fromDouble.

  9. measPeakMbAllocated :: Measured -> !Int64

    criterion-measurement Criterion.Measurement.Types

    (GC) Max number of megabytes allocated. Access using fromInt.

  10. callCC :: forall a (ref :: Type -> Type) (es :: [Effect]) (ff :: (Type -> Type) -> Type -> Type) (c :: (Type -> Type) -> Constraint) . (CC ref :> es, Monad (Eff ff es), Free c ff) => ((forall b . () => a -> Eff ff es b) -> Eff ff es a) -> Eff ff es a

    data-effects Data.Effect.CC

    No documentation available.

Page 708 of many | Previous | Next