diff options
author | Samuel Pitoiset <[email protected]> | 2015-10-11 11:23:54 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2015-10-17 10:50:00 +0200 |
commit | c188235d1be7d4fc65d99d2620d0dcdec5a21c84 (patch) | |
tree | 1e2e3bc593d08c7f65a8a5a1419779a6560f6300 /src/gallium/drivers/nouveau/Makefile.sources | |
parent | a6a6a71092ba912803ae2b47eb56e3afdf36feb5 (diff) |
nvc0: add support for performance monitoring metrics on Fermi
As explained in the CUDA toolkit documentation, "a metric is a
characteristic of an application that is calculated from one or more
event values."
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/nouveau/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources index edc6cf41885..c18e9f5b435 100644 --- a/src/gallium/drivers/nouveau/Makefile.sources +++ b/src/gallium/drivers/nouveau/Makefile.sources @@ -154,6 +154,8 @@ NVC0_C_SOURCES := \ nvc0/nvc0_query.h \ nvc0/nvc0_query_hw.c \ nvc0/nvc0_query_hw.h \ + nvc0/nvc0_query_hw_metric.c \ + nvc0/nvc0_query_hw_metric.h \ nvc0/nvc0_query_hw_sm.c \ nvc0/nvc0_query_hw_sm.h \ nvc0/nvc0_query_sw.c \ |