Release v0.3.0
- Mode
generate-metricssupports processing multiple timeline files. - Support for resource usage metrics
- New mode
kotlin-usage-reportprocessing memory allocation for Kotlin tasks in the timeline - Update
io.github.cdsap:comparescans:0.3.0
Usage:
curl -L https://github.com/cdsap/TimelineParser/releases/download/v0.3.0/timelineparser --output timelineparer
chmod 0757 timelineparser
# Generate Metrics from two timeline json files
./timelineparser --mode generate-metrics -timeline first.json --timeline second.json
# Generate Metrics from three timeline json files
./timelineparser --mode generate-metrics -timeline first.json --timeline second.json --third second.json
# Generate Metrics from two timeline json files generating a Trace event file
./timelineparser --mode generate-metrics --timeline first.json --timeline second.json --generate-trace-events
# Generate Build Models from timeline json file
./timelineparser -mode generate-models --timelie timeline1.json
# Generate Kotlin Usage Reports
./timelineparser --mode kotlin-usage-report --timeline timeline.json