summaryrefslogtreecommitdiff
path: root/retrace/daemon/glframe_retrace.hpp
diff options
context:
space:
mode:
authorMark Janes <mark.a.janes@intel.com>2016-08-25 10:26:53 -0700
committerMark Janes <mark.a.janes@intel.com>2017-06-19 14:04:47 -0700
commit121565d9788134a6352343f4388afeb5583159ba (patch)
tree334bbc7cff0fcba9970cd3f9d8d129f4a7af73e4 /retrace/daemon/glframe_retrace.hpp
parentd3aa698e15e0ed421b09edb3a603d7d25aebcf76 (diff)
Implement retraceAllMetrics
Ken Graunke requested a table of all available metrics for the selected renders.
Diffstat (limited to 'retrace/daemon/glframe_retrace.hpp')
-rw-r--r--retrace/daemon/glframe_retrace.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/retrace/daemon/glframe_retrace.hpp b/retrace/daemon/glframe_retrace.hpp
index a314e1e6..6370b099 100644
--- a/retrace/daemon/glframe_retrace.hpp
+++ b/retrace/daemon/glframe_retrace.hpp
@@ -75,6 +75,9 @@ class FrameRetrace : public IFrameRetrace {
void retraceMetrics(const std::vector<MetricId> &ids,
ExperimentId experimentCount,
OnFrameRetrace *callback) const;
+ void retraceAllMetrics(const RenderSelection &selection,
+ ExperimentId experimentCount,
+ OnFrameRetrace *callback) const;
void replaceShaders(RenderId renderId,
ExperimentId experimentCount,
const std::string &vs,