Popularity
8.9
Stable
Activity
6.0
Declining
32
10
29
Monthly Downloads: 226
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.13.0
ghc-events alternatives and similar packages
Based on the "ghc" category.
Alternatively, view ghc-events alternatives based on common mentions on social networks and blogs.
-
ghc-source-gen
Library for generating Haskell source files and code fragments. -
ghc-typelits-natnormalise
Normalise GHC.TypeLits.Nat equations -
ghc-typelits-extra
Extra type-level operations on GHC.TypeLits.Nat and a custom solver -
ghc-typelits-knownnat
Derive KnownNat constraints from other KnownNat constraints -
ghc-make
An alternative to ghc --make which supports parallel compilation of modules and runs faster when nothing needs compiling. -
ghc-datasize
ghc-datasize is a tool to determine the size of Haskell data structures in GHC's memory -
ghc-imported-from
For a given Haskell source file, determine where a symbol is imported from -
ghc-core-html
Read ghc-core with style. javascript and CSS style. -
ghc-prof
Library for parsing GHC time and allocation profiling reports -
ghc-time-alloc-prof
Library for parsing GHC time and allocation profiling reports -
ghc-trace-events
ByteString/Text variants of Debug.Trace.traceEvent/traceMarker and binary event logging -
ghc-pkg-autofix
Simple utility to fix BROKEN package dependencies for cabal-install. -
ghc-srcspan-plugin
Generic GHC Plugin for annotating Haskell code with source location data.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of ghc-events or a related project?
README
ghc-events
A Haskell library for parsing .eventlog files emitted by the GHC runtime system.
The package also includes an executable, ghc-events
that can be used to display the contents of .eventlog files
TODO
- Add example usage/tutorial of the new API to this readme
Known Issues
- Writing event logs back to file does not work. It is hard to say how long has this been broken or how difficult will it be to fix (#14)