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