Searched refs:totalEventCount (Results 1 – 3 of 3) sorted by relevance
| /developtools/hiperf/src/ |
| D | report.cpp | 162 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/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 426 let totalEventCount = 0; 429 totalEventCount += perfSample.eventCount; 452 let rootMerageMap = this.mergeNodeData(totalEventCount, totalSamplesCount); 453 this.handleCurrentTreeList(totalEventCount, totalSamplesCount); 456 private mergeNodeData(totalEventCount: number, totalSamplesCount: number): Map<any, any> { 474 perfProcessMerageData.totalEvent = totalEventCount; 484 rootMerageMap[merageData.pid].totalEvent = totalEventCount; 493 private handleCurrentTreeList(totalEventCount: number, totalSamplesCount: number): void { 497 perfTreeNode.totalEvent = totalEventCount;
|
| /developtools/hiperf/include/ |
| D | report.h | 554 uint64_t totalEventCount); 556 uint64_t totalEventCount);
|