Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/broadwaylamb/ghc-eventlog-chrome
A command line tool for converting GHC's event logs to Chrome "Trace Event" format.
https://github.com/broadwaylamb/ghc-eventlog-chrome
Last synced: 21 days ago
JSON representation
A command line tool for converting GHC's event logs to Chrome "Trace Event" format.
- Host: GitHub
- URL: https://github.com/broadwaylamb/ghc-eventlog-chrome
- Owner: broadwaylamb
- License: bsd-3-clause
- Created: 2020-03-18T09:59:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T10:01:33.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T06:44:33.801Z (2 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# ghc-eventlog-chrome
A command line tool for converting GHC's [event logs](https://www.haskell.org/ghc/blog/20190924-eventful-ghc.html) to
Chrome ["Trace Event" format](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview).### Usage
```
ghc-eventlog-chrome path/to/ghc.eventlog > output.time-trace
```