SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
renderperf.h File Reference

Opt-in canvas render-pipeline profiling category. Enable with: QT_LOGGING_RULES="openswmm.render.perf.debug=true" Times MapRenderJob passes (total + per layer), the QGraphicsScene rasterisation, and MapCanvas::paintEvent. Zero-cost when disabled (qCDebug skips argument evaluation; the explicit isDebugEnabled() gates skip the QElapsedTimer work too). Definition lives in src/render/qsg2drenderstats.cpp. More...

#include <QLoggingCategory>
Include dependency graph for renderperf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Opt-in canvas render-pipeline profiling category. Enable with: QT_LOGGING_RULES="openswmm.render.perf.debug=true" Times MapRenderJob passes (total + per layer), the QGraphicsScene rasterisation, and MapCanvas::paintEvent. Zero-cost when disabled (qCDebug skips argument evaluation; the explicit isDebugEnabled() gates skip the QElapsedTimer work too). Definition lives in src/render/qsg2drenderstats.cpp.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later