Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.cpp @ 1221:eaab8bab3522
Measure time taken to render per pixel, and use the time last time around to decide whether to be time constrained this time around
author | Chris Cannam |
---|---|
date | Thu, 26 Jan 2017 11:55:11 +0000 |
parents | 2954e9952b78 |
children | dd3901fe8623 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp Thu Jan 26 10:41:50 2017 +0000 +++ b/layer/Colour3DPlotLayer.cpp Thu Jan 26 11:55:11 2017 +0000 @@ -1110,12 +1110,11 @@ } } - cerr << "mag range in this view: " - << m_viewMags[v->getId()].getMin() - << " -> " - << m_viewMags[v->getId()].getMax() - << endl; - + SVDEBUG << "Colour3DPlotRenderer::paintWithRenderer: mag range in this view: " + << m_viewMags[v->getId()].getMin() + << " -> " + << m_viewMags[v->getId()].getMax() + << endl; } void