Skip to content

Format dump file

Stefano Corda requested to merge dump-format into master

This MR change the format of the dump file, e.g., for RAPL backend:

timestamp total package-0 dram-0 package-1 dram-1
0.0204 147.413 98.276 0.000 49.138 0.000
0.041 197.091 98.546 0.000 98.546 0.000
0.061 246.805 148.083 49.361 98.722 49.361
0.081 197.414 98.707 0.000 98.707 0.000
0.102 196.685 98.342 0.000 98.342 0.000
0.122 247.122 148.273 49.424 98.849 49.424
0.142 197.698 98.849 0.000 98.849 0.000
0.162 247.291 148.375 0.000 98.916 0.000
0.182 197.765 98.883 49.441 98.883 49.441

This will ease data analysis and post-processing with, e.g., Python.

Edited by Bram Veenboer

Merge request reports