Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.cpp50 ++m_sampleCount; in sample()
91 ++m_sampleCount; in run()
177 …return (leftValue->m_sampleCount < rightValue->m_sampleCount) ? 1 : (leftValue->m_sampleCount > ri… in compareScopeSampleRecords()
183 if (m_sampleCount < 10) in dump()
214 double percentOfTotal = (static_cast<double>(count) * 100) / m_sampleCount; in dump()
221 …ld (%.3f%%)\n", m_opcodeSampleCount, m_sampleCount, (static_cast<double>(m_opcodeSampleCount) * 10… in dump()
222 …%%)\n\n", m_sampleCount - m_opcodeSampleCount, m_sampleCount, (static_cast<double>(m_sampleCount -… in dump()
248 double blockPercent = (record->m_sampleCount * 100.0) / m_sampleCount; in dump()
252 …r(), codeBlock->lineNumberForBytecodeOffset(exec, 0), record->m_sampleCount, m_sampleCount, blockP… in dump()
284m_sampleCount - record->m_opcodeSampleCount, record->m_sampleCount, (static_cast<double>(record->m… in dump()
DSamplingTool.h51 , m_sampleCount(0) in ScopeSampleRecord()
68 int m_sampleCount; member
133 , m_sampleCount(0) in SamplingTool()
203 long long m_sampleCount; variable