| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | perf(trace): Keep reader state in own class | Fabian Mastenbroek | |
| This change removes the external class that holds the state of the reader and instead puts the state in the reader implementation. Maintaining a separate class for the state increases the complexity and has worse performance characteristics due to the bytecode produced by Kotlin for property accesses. | |||
| 2021-09-02 | refactor(trace): Implement trace API for WTF reader | Fabian Mastenbroek | |
| This change updates the WTF trace reader to support the new streaming trace API. | |||
