Searched refs:sampleCount_ (Results 1 – 5 of 5) sorted by relevance
| /developtools/hiperf/include/ |
| D | report_json_file.h | 206 uint64_t sampleCount_ = 0; member 217 std::vector<uint64_t> {sampleCount_, eventCount_, subTreeEventCount_}); in OutputJson() 293 uint64_t sampleCount_ = 0; member 304 OutputJsonPair(output, "sampleCount", sampleCount_); in OutputJson() 402 uint64_t sampleCount_ = 0; variable
|
| D | report.h | 475 uint64_t sampleCount_ = 0; member 494 config_, sampleCount_); in toDebugString()
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 101 thread.sampleCount_++; in UpdateReportSample() 102 sampleCount_++; in UpdateReportSample() 230 func.sampleCount_ += 1; in UpdateReportCallStack() 262 OutputJsonPair(output_, "totalRecordSamples", sampleCount_); in OutputJsonFeatureString()
|
| D | report.cpp | 80 configs_[configIndex].sampleCount_++; in AddReportItem() 105 configs_[configIndex].sampleCount_++; in AddReportItemBranch() 331 if (fprintf(output_, "Samples Count: %" PRIu64 "\n", config.sampleCount_) < 0) { in OutputStdStatistics() 350 fprintf(output_, "Samples Count: %" PRIu64 " vs %" PRIu64 "\n", config.sampleCount_, in OutputStdStatistics() 351 otherConfig.sampleCount_); in OutputStdStatistics()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_json_file_test.cpp | 298 func.sampleCount_ = 2; 402 func.sampleCount_ = 2; 425 thread.sampleCount_ = 4; 495 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).sampleCount_, 1u); 496 EXPECT_EQ(json.sampleCount_, 1u);
|