Home
last modified time | relevance | path

Searched refs:Percentage (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp590 * @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 Dutilities_test.cpp580 * @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 Dreport.cpp175 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 Dutilities.h294 float Percentage(const T &a, const T &b) in Percentage() function
/developtools/hiperf/include/
H A Dutilities.h300 float Percentage(const T &a, const T &b) in Percentage() function

Completed in 4 milliseconds