Home
last modified time | relevance | path

Searched refs:splitEventList (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-threadscope/threadscope-0.2.14/Events/
H A DEventTree.hs237 (lhs, lhs_end, rhs) = splitEventList es [] splitTime 0
243 splitEventList :: [GHC.Event]
248 splitEventList [] acc !_tsplit !tmax function
250 splitEventList [e] acc !_tsplit !tmax function
254 splitEventList (e:es) acc !tsplit !tmax function
256 = splitEventList es (e:acc) tsplit (max tmax t)