summaryrefslogtreecommitdiff
path: root/opendc-trace/opendc-trace-wtf/build.gradle.kts
AgeCommit message (Collapse)Author
2021-09-20feat(trace): Support column lookup via indexFabian Mastenbroek
This change adds support for looking up the column value through the column index. This enables faster lookup when processing very large traces.
2021-09-02refactor(trace): Implement trace API for WTF readerFabian Mastenbroek
This change updates the WTF trace reader to support the new streaming trace API.