Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Futhark.Profile
Description
Profiling information emitted by a running Futhark program.
Synopsis
- data ProfilingEvent = ProfilingEvent {}
- data ProfilingReport = ProfilingReport {}
- profilingInfoFromText :: Text -> Maybe ProfilingReport
Documentation
data ProfilingEvent Source #
A thing that has occurred during execution.
Constructors
ProfilingEvent | |
Fields
|
Instances
data ProfilingReport Source #
Constructors
ProfilingReport | |
Fields
|