Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printStatus :: MonitoredProcess -> IO Textketer Keter.Conduit.Process.Unix No documentation available.
printElf :: MonadThrow m => Elf -> m (Doc ())melf Data.Elf.PrettyPrint Same as printElf_ False
printElf_ :: MonadThrow m => Bool -> Elf -> m (Doc ())melf Data.Elf.PrettyPrint Print ELF. If first argument is False, don't dump all the data, print just the first two and the last lines.
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