unison-runtime-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Runtime.Profiling

Documentation

data TickComm Source #

Constructors

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

data ProfileComm Source #

Constructors

PC (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