Skip to content

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 03:20
aa8efa8
  • Mode generate-metrics supports processing multiple timeline files.
  • Support for resource usage metrics
  • New mode kotlin-usage-report processing 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