Home
last modified time | relevance | path

Searched refs:numMmapsInRound (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.h116 numSamplesInRound(0), numMmapsInRound(0), numTaskEventsInRound(0), in Stats()
135 uint numMmapsInRound; member
H A Dperfunwind.cpp63 numMmaps += numMmapsInRound; in finishedRound()
66 maxMmapsPerRound = std::max(maxMmapsPerRound, numMmapsInRound); in finishedRound()
69 numMmapsInRound = 0; in finishedRound()
204 bufferEvent(mmap, &m_mmapBuffer, &m_stats.numMmapsInRound); in registerElf()