Home
last modified time | relevance | path

Searched refs:m_showWallClock (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/dspdfviewer/dspdfviewer-1.15.1/
H A Druntimeconfiguration.cpp50 m_showWallClock(true), in RuntimeConfiguration()
157 value<bool>(&m_showWallClock)->default_value(true), in RuntimeConfiguration()
240 m_showWallClock = false; in RuntimeConfiguration()
288 return m_showWallClock; in showWallClock()
H A Druntimeconfiguration.h53 bool m_showWallClock; variable