HomeSort by relevance Sort by last modified time
    Searched refs:m_sampleCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.cpp 168 ++m_sampleCount;
182 ++m_sampleCount;
262 return (leftValue->m_sampleCount < rightValue->m_sampleCount) ? 1 : (leftValue->m_sampleCount > rightValue->m_sampleCount) ? -1 : 0;
269 if (m_sampleCount < 10)
300 double percentOfTotal = (static_cast<double>(count) * 100) / m_sampleCount;
307 printf("\tSamples inside VM:\t\t%lld / %lld (%.3f%%)\n", m_opcodeSampleCount, m_sampleCount, (static_cast<double>(m_opcodeSampleCount) * 100) / m_sampleCount);
    [all...]
SamplingTool.h 101 , m_sampleCount(0)
118 int m_sampleCount;
195 , m_sampleCount(0)
265 long long m_sampleCount;

Completed in 115 milliseconds