Skip to content

Release v0.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Dec 15:46
c681441
  • Updated resource usage property fields.

Usage:

 curl -L https://github.com/cdsap/TimelineParser/releases/download/v0.3.2/timelineparser --output timelineparser
 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