unison-runtime-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Runtime.Profiling

Documentation

data TickComm Source #

Constructors

Empty 
Finished 
Ticks [(Bool, CombIx, K)] 
Final [(Bool, CombIx, K)] 

enqueue :: TVar TickComm -> Bool -> CombIx -> K -> IO () Source #

data ProfileComm Source #

Constructors

PC (Bool -> CombIx -> K -> IO ()) (IO ()) (IO (Profile Word64)) 

Instances

Instances details
RuntimeProfiler ProfileComm Source # 
Instance details

Defined in Unison.Runtime.Machine.Types

Associated Types

data Ticker ProfileComm Source #

newtype Ticker ProfileComm Source # 
Instance details

Defined in Unison.Runtime.Machine.Types