ghc-heap-9.4.0.20220623: Functions for walking GHC's heap
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled

Synopsis

Documentation

peekStgTSOProfInfo :: (Ptr a -> IO (Maybe CostCentreStack)) -> Ptr tsoPtr -> IO (Maybe StgTSOProfInfo) Source #

This implementation is used when PROFILING is undefined. It always returns Nothing, because there is no profiling info available.