https://github.com/haskell/ghc-events
Library and tool for parsing .eventlog files from GHC
https://github.com/haskell/ghc-events
Last synced: 12 months ago
JSON representation
Library and tool for parsing .eventlog files from GHC
- Host: GitHub
- URL: https://github.com/haskell/ghc-events
- Owner: haskell
- License: other
- Created: 2011-08-26T06:38:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T18:36:36.000Z (about 1 year ago)
- Last Synced: 2025-03-31T16:21:51.162Z (12 months ago)
- Language: Haskell
- Homepage: http://www.haskell.org/haskellwiki/ThreadScope
- Size: 3.34 MB
- Stars: 33
- Watchers: 9
- Forks: 34
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ghc-events

[](https://hackage.haskell.org/package/ghc-events)
[](http://packdeps.haskellers.com/feed?needle=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](https://github.com/haskell/ghc-events/issues/14))