This is a script to parse libva logs and calculate FPS and average frame width How to use this script: python3 parser.gyp -i -o
Exmaple: $python3 parser.gyp -i ./libva -o output.csv
The output csv format is: Time(seconds) Average FPS Average frame width
By end of this script, something will be printed:
- Total seconds reocrd in the file
- Average FPS accross the time in files
- Average frame width accross the time in files