diff options
author | Mark Janes <mark.a.janes@intel.com> | 2016-08-25 10:26:53 -0700 |
---|---|---|
committer | Mark Janes <mark.a.janes@intel.com> | 2017-06-19 14:04:47 -0700 |
commit | 121565d9788134a6352343f4388afeb5583159ba (patch) | |
tree | 334bbc7cff0fcba9970cd3f9d8d129f4a7af73e4 /retrace/daemon/glframe_retrace.hpp | |
parent | d3aa698e15e0ed421b09edb3a603d7d25aebcf76 (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.hpp | 3 |
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, |