Skip to content

iris: remove iris_monitor_config

Marcin Ślusarz requested to merge mslusarz/mesa:iris_monitor into master

Since 3f0c4c2a perf_cfg is enough - it already contains all the necessary information and is constructed in a more optimal way (O(n) vs O(n^2) - it uses hash table to build the unique counter list)

CC @majanes @llandwerlin

Merge request reports