diff options
author | Lionel Landwerlin <[email protected]> | 2018-05-27 20:33:25 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-04-17 14:10:42 +0100 |
commit | 134e750e16bfc53480e0bba6f0ae3e1d2a7fb87c (patch) | |
tree | 1217a34c7a31a7cd62895e142b5c8cf246ee8392 /src/intel/meson.build | |
parent | 603ddda622b40414262e28f58a36526a9067807b (diff) |
i965: extract performance query metrics
We would like to reuse performance query metrics in other APIs. Let's
make the query code dealing with the processing of raw counters into
human readable values API agnostic.
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Mark Janes <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/meson.build')
-rw-r--r-- | src/intel/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/meson.build b/src/intel/meson.build index a5bb03e314a..7b6aa40ba8d 100644 --- a/src/intel/meson.build +++ b/src/intel/meson.build @@ -27,6 +27,7 @@ subdir('dev') subdir('isl') subdir('common') subdir('compiler') +subdir('perf') if with_tools.contains('intel') or with_tools.contains('intel-ui') subdir('tools') endif |