Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dperfunwind.h121 lastRoundTime(0), totalEventSizePerRound(0), in Stats()
149 uint totalEventSizePerRound; member
H A Dperfunwind.cpp74 totalEventSizePerRound); in finishedRound()
75 totalEventSizePerRound = 0; in finishedRound()
844 m_stats.totalEventSizePerRound += event.size(); in bufferEvent()