Home
last modified time | relevance | path

Searched refs:GtestPerfTestCase (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/examples/sleep/test/performance/common/
Dspent_time_test.cpp61 GtestPerfTestCase ptc(&m_baseline, this, 1);
82 GtestPerfTestCase ptc(&m_baseline, this, 1); // case_version is 1
102 GtestPerfTestCase ptc(&m_baseline, this, 1); //case_version is 1
129 GtestPerfTestCase ptc(&m_baseline, this, 2, "", "ElapsedTime");
/test/testfwk/developer_test/aw/cxx/hwext/
Dperf.cpp175 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::SaveResult(double testValue) in SaveResult()
Dperf.h74 class GtestPerfTestCase {
76 GtestPerfTestCase() = delete;
78 GtestPerfTestCase(BaseLineManager* pManager, testing::Test *tester,
83 ~GtestPerfTestCase() {} in ~GtestPerfTestCase()