Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp162 uint64_t totalEventCount = 0; // just for debug check in UpdateReportItemsAfterAdjust() local
165 totalEventCount += item.eventCount_; in UpdateReportItemsAfterAdjust()
174 totalEventCount, config.eventCount_); in UpdateReportItemsAfterAdjust()
175 HLOG_ASSERT(totalEventCount == config.eventCount_); in UpdateReportItemsAfterAdjust()
402 uint64_t totalEventCount) in OutputStdCallFrame() argument
404 float heat = Percentage(eventCount, totalEventCount); in OutputStdCallFrame()
421 fprintf(output_, "%" PRIu64 "/%" PRIu64 " %s\n", eventCount, totalEventCount, in OutputStdCallFrame()
452 uint64_t totalEventCount) in OutputStdCallFrames() argument
464 if (!OutputStdCallFrame(indent, callFrame.func_, callFrame.eventCount_, totalEventCount)) { in OutputStdCallFrames()
/developtools/hiperf/include/
Dreport.h555 uint64_t totalEventCount);
557 uint64_t totalEventCount);