Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype RtsStatsPath Source #
Instances
IsString RtsStatsPath Source # | |
Defined in Stats fromString :: String -> RtsStatsPath # | |
Show RtsStatsPath Source # | |
Defined in Stats showsPrec :: Int -> RtsStatsPath -> ShowS # show :: RtsStatsPath -> String # showList :: [RtsStatsPath] -> ShowS # | |
Eq RtsStatsPath Source # | |
Defined in Stats (==) :: RtsStatsPath -> RtsStatsPath -> Bool # (/=) :: RtsStatsPath -> RtsStatsPath -> Bool # |
recordRtsStats :: RtsStatsPath -> IO a -> IO a Source #