| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Convex.Tasty.Streaming.QCStats
Documentation
data QCStatsKey Source #
Constructors
| QCStatsKey | |
Fields
| |
Instances
| Show QCStatsKey Source # | |
Defined in Convex.Tasty.Streaming.QCStats Methods showsPrec :: Int -> QCStatsKey -> ShowS # show :: QCStatsKey -> String # showList :: [QCStatsKey] -> ShowS # | |
| Eq QCStatsKey Source # | |
Defined in Convex.Tasty.Streaming.QCStats | |
| Ord QCStatsKey Source # | |
Defined in Convex.Tasty.Streaming.QCStats Methods compare :: QCStatsKey -> QCStatsKey -> Ordering # (<) :: QCStatsKey -> QCStatsKey -> Bool # (<=) :: QCStatsKey -> QCStatsKey -> Bool # (>) :: QCStatsKey -> QCStatsKey -> Bool # (>=) :: QCStatsKey -> QCStatsKey -> Bool # max :: QCStatsKey -> QCStatsKey -> QCStatsKey # min :: QCStatsKey -> QCStatsKey -> QCStatsKey # | |
data QCStatsStore Source #
newtype QCStatsRecorder Source #
Constructors
| QCStatsRecorder | |
Fields
| |
Instances
| IsOption QCStatsRecorder Source # | |
Defined in Convex.Tasty.Streaming.QCStats | |
newtype QCStatsStoreOption Source #
Constructors
| QCStatsStoreOption (Maybe QCStatsStore) |
Instances
| IsOption QCStatsStoreOption Source # | |
Defined in Convex.Tasty.Streaming.QCStats | |
mkQCStatsKey :: SrcLocRange -> Text -> QCStatsKey Source #
lookupQCStats :: QCStatsStore -> QCStatsKey -> IO (Maybe MonitoringStats) Source #
lookupQCStatsByTestInfo :: QCStatsStore -> TestInfo -> IO (Maybe MonitoringStats) Source #
recordQCStatsFromState :: QCStatsRecorder -> Maybe SrcLocRange -> String -> State -> IO () Source #