Skip to content

deqp_tester: add 'log_mem_stats' param to test()

clayton craft requested to merge update into master

If set, this prints free memory and total memory in system to stdout while tests are running. This is useful for determining if failures might be due to OOM situations after the fact.

Merge request reports