Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. printHeader :: forall (a :: ElfClass) . SingElfClassI a => HeaderXX a -> Doc ()

    melf Data.Elf.PrettyPrint

    Print ELF header. It's used in golden tests

  2. printHeaders :: forall (a :: ElfClass) . SingElfClassI a => HeaderXX a -> [SectionXX a] -> [SegmentXX a] -> Doc ()

    melf Data.Elf.PrettyPrint

    Print parsed header, section table and segment table. It's used in golden tests

  3. printLayout :: MonadCatch m => Headers -> ByteString -> m (Doc ())

    melf Data.Elf.PrettyPrint

    Print ELF layout. First parse ELF with parseHeaders, then use this function to format the layout.

  4. printStringTable :: MonadThrow m => ByteString -> m (Doc ())

    melf Data.Elf.PrettyPrint

    Print string table. It's used in golden tests

  5. printProcs :: Choices -> IO ()

    mem-info System.MemInfo

    Print a report to stdout displaying the memory usage of the programs specified by Choices

  6. printUsage :: AsCmdName a => (a, MemUsage) -> IO ()

    mem-info System.MemInfo

    Like printUsage', but alway shows the swap size

  7. printUsage' :: AsCmdName a => (a, MemUsage) -> Bool -> IO ()

    mem-info System.MemInfo

    Print the program name and memory usage, optionally hiding the swap size

  8. printUsages :: AsCmdName a => Map a MemUsage -> IO ()

    mem-info System.MemInfo

    Like printUsage for several processIDs@

  9. printHealthCheck :: HealthCheck -> IO ()

    metrics Data.Metrics.Reporter.StdOut

    Pretty-print a single HealthCheck to the console using ANSI colors.

  10. printHealthChecks :: HealthChecks -> IO ()

    metrics Data.Metrics.Reporter.StdOut

    Pretty-print a list of HealthChecks to the console using ANSI colors.

Page 97 of many | Previous | Next