Searched refs:GtestPerfTestCase (Results 1 - 3 of 3) sorted by relevance
/test/testfwk/developer_test/aw/cxx/hwext/ |
H A D | perf.cpp | 174 // GtestPerfTestCase 175 GtestPerfTestCase::GtestPerfTestCase(BaseLineManager* pManager, in GtestPerfTestCase() function in OHOS::TestAW::GtestPerfTestCase 198 bool GtestPerfTestCase::SetBaseLine(string testcaseName) in SetBaseLine() 209 void GtestPerfTestCase::ResetValues() in ResetValues() 222 bool GtestPerfTestCase::Initialize() in Initialize() 259 bool GtestPerfTestCase::ExpectLarger(double testValue) in ExpectLarger() 265 bool GtestPerfTestCase::ExpectSmaller(double testValue) in ExpectSmaller() 270 bool GtestPerfTestCase::ExpectValue(double testValue, bool isLargerBetter) in ExpectValue() 308 bool GtestPerfTestCase [all...] |
H A D | perf.h | 74 class GtestPerfTestCase { class 76 GtestPerfTestCase() = delete; 78 GtestPerfTestCase(BaseLineManager* pManager, testing::Test *tester, 83 ~GtestPerfTestCase() {} in ~GtestPerfTestCase()
|
/test/testfwk/developer_test/examples/sleep/test/performance/common/ |
H A D | spent_time_test.cpp | 61 GtestPerfTestCase ptc(&m_baseline, this, 1); in HWTEST_F() 82 GtestPerfTestCase ptc(&m_baseline, this, 1); // case_version is 1 in HWTEST_F() 102 GtestPerfTestCase ptc(&m_baseline, this, 1); //case_version is 1 in HWTEST_F() 129 GtestPerfTestCase ptc(&m_baseline, this, 2, "", "ElapsedTime"); in HWTEST_F()
|
Completed in 3 milliseconds