Searched refs:Percentage (Results 1 – 5 of 5) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | utilities_test.cpp | 584 HWTEST_F(UtilitiesTest, Percentage, TestSize.Level1) 586 EXPECT_EQ(Percentage(99, 100), 99);
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | utilities_test.cpp | 589 HWTEST_F(UtilitiesTest, Percentage, TestSize.Level1) 591 EXPECT_EQ(Percentage(99, 100), 99);
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 278 float Percentage(const T &a, const T &b) in Percentage() function
|
| /developtools/hiperf/src/ |
| D | report.cpp | 164 item.heat = Percentage(item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust() 404 float heat = Percentage(eventCount, totalEventCount); in OutputStdCallFrame()
|
| /developtools/hiperf/include/ |
| D | utilities.h | 300 float Percentage(const T &a, const T &b) in Percentage() function
|