03d27c0ba0
* Add `rocpd` choice for `--format-rocprof-output` option * Add rocpd_data.py which defines SQL queries to extract data from rocpd database * Use sqlite3 package to read the database * Add `--retain-rocpd-output` option in profile mode to retain raw rocpd database * Add warning notice to say `--format-rocprof-output rocpd` will be default in future release For rocpd output: * Use only `pmc_perf.csv` instead of reading individual coll_level results csv files * Post process csv files using pandas in analysis mode instead of profile mode * Use ACCUM counters instead of SQ_ACCUM_PREV_HIRES * Add test cases for rocpd output format * Fix code formatting issues * Update CHANGELOG