CTU-IIG / thermobench

Tools and benchmarks for measuring thermal properties of SoCs running Linux
GNU General Public License v2.0
3 stars 2 forks source link

TB_OPTS log work_done every x seconds #42

Closed benedond closed 3 years ago

benedond commented 3 years ago

TB_OPTS allow one to log work_done_every x iterations. However, there is large difference between the execution times of a single iteration across various benchmarks. It is hard to tune after how many iterations to make a log to obtain a sensible .csv output file.

It might be practical to allow user log work_done every x seconds instead. But I am not sure, whether it would not negatively affect julia processing functions.

wentasah commented 3 years ago

It should not affect Julia. I'm adding there --work_done_every_sec.

benedond commented 3 years ago

Thank you.