Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```