Searched refs:m_isHistogram (Results 1 – 2 of 2) sorted by relevance
60 bool isHistogram() { return m_isHistogram; } in isHistogram()67 bool m_isHistogram; variable
43 : m_count(0), m_sampleTotal(0), m_isHistogram(isHistogram) { } in Counter()