Searched refs:Percentage (Results 1 - 5 of 5) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | utilities_test.cpp | 590 * @tc.name: Percentage 594 HWTEST_F(UtilitiesTest, Percentage, TestSize.Level1) in HWTEST_F() 596 EXPECT_EQ(Percentage(99, 100), 99); in HWTEST_F()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | utilities_test.cpp | 580 * @tc.name: Percentage 584 HWTEST_F(UtilitiesTest, Percentage, TestSize.Level1) in HWTEST_F() 586 EXPECT_EQ(Percentage(99, 100), 99); in HWTEST_F()
|
/developtools/hiperf/src/ |
H A D | report.cpp | 175 item.heat = Percentage(item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust() 398 float heat = Percentage(eventCount, totalEventCount); in OutputStdCallFrame()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | utilities.h | 294 float Percentage(const T &a, const T &b) in Percentage() function
|
/developtools/hiperf/include/ |
H A D | utilities.h | 300 float Percentage(const T &a, const T &b) in Percentage() function
|
Completed in 4 milliseconds