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.
printHeader :: forall (a :: ElfClass) . SingElfClassI a => HeaderXX a -> Doc ()melf Data.Elf.PrettyPrint Print ELF header. It's used in golden tests
-
melf Data.Elf.PrettyPrint Print parsed header, section table and segment table. It's used in golden tests
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.
printStringTable :: MonadThrow m => ByteString -> m (Doc ())melf Data.Elf.PrettyPrint Print string table. It's used in golden tests
printProcs :: Choices -> IO ()mem-info System.MemInfo Print a report to stdout displaying the memory usage of the programs specified by Choices
printUsage :: AsCmdName a => (a, MemUsage) -> IO ()mem-info System.MemInfo Like printUsage', but alway shows the swap size
printUsage' :: AsCmdName a => (a, MemUsage) -> Bool -> IO ()mem-info System.MemInfo Print the program name and memory usage, optionally hiding the swap size
printUsages :: AsCmdName a => Map a MemUsage -> IO ()mem-info System.MemInfo Like printUsage for several processIDs@
printHealthCheck :: HealthCheck -> IO ()metrics Data.Metrics.Reporter.StdOut Pretty-print a single HealthCheck to the console using ANSI colors.
printHealthChecks :: HealthChecks -> IO ()metrics Data.Metrics.Reporter.StdOut Pretty-print a list of HealthChecks to the console using ANSI colors.