Home
last modified time | relevance | path

Searched refs:PerformanceData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_transaction_perf_test.cpp97PerformanceData performance(PUT_TIMES, KEY_LENGTH, VALUE_LENGTH, false, false, false, false, IS_LO…
144PerformanceData performance(PUT_TIMES, KEY_LENGTH, VALUE_LENGTH, false, false, false, false, IS_LO…
191PerformanceData performance(PUT_TIMES, KEY_LENGTH, VALUE_LENGTH, false, false, false, false, IS_LO…
234PerformanceData performance(PUT_TIMES, KEY_LENGTH, VALUE_LENGTH, false, false, false, true, IS_LOC…
272PerformanceData performance(PUT_TIMES, KEY_LENGTH, VALUE_LENGTH, false, false, false, true, IS_LOC…
311PerformanceData performance(PUT_TIMES, KEY_LENGTH, VALUE_LENGTH, false, false, false, true, IS_LOC…
H A Ddistributeddb_kv_crud_test.cpp664 PerformanceData performanceData[PERFORMANCE_SIZE] = {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h126 struct PerformanceData { struct
142 PerformanceData(int putGetTimes, int keyLength, int valueLength, in PerformanceData() argument
397 static bool CalculateOpenPerformance(PerformanceData &performanceData);
398 static bool CalculateInsertPerformance(PerformanceData &performanceData);
399 static bool CalculateGetPutPerformance(PerformanceData &performanceData);
400 static bool CalculateUpdatePerformance(PerformanceData &performanceData);
401 static bool CalculateGetUpdatePerformance(PerformanceData &performanceData);
402 static bool CalculateUseClearPerformance(PerformanceData &performanceData);
403 static bool CalculateTransactionPerformance(PerformanceData &performanceData);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp190 … data_ = static_cast<PerformanceData *>(ace_malloc(maxTracingDataCount * sizeof(PerformanceData))); in PrepareDataBuffer()
265 if (memset_s(data_, (maxTracingDataCount * sizeof(PerformanceData)), 0, in ResetData()
266 (maxTracingDataCount * sizeof(PerformanceData))) != 0) { in ResetData()
348 PerformanceData data = data_[dataIndex]; in Output()
H A Djs_profiler.h115 struct PerformanceData { struct
234 PerformanceData *data_ = nullptr;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp107 vector<IPerformanceDataManager::PerformanceData> GetTimingData(const PerformanceDataManager::TypeDa… in GetTimingData()
109 vector<IPerformanceDataManager::PerformanceData> data; in GetTimingData()
112 IPerformanceDataManager::PerformanceData& pd = data.emplace_back(); in GetTimingData()
164 vector<IPerformanceDataManager::PerformanceData> PerformanceDataManager::GetData() const in GetData()
H A Dperformance_data_manager.h58 BASE_NS::vector<PerformanceData> GetData() const override; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dintf_performance_data_manager.h65 struct PerformanceData { in CORE_BEGIN_NAMESPACE() struct
112 virtual BASE_NS::vector<PerformanceData> GetData() const = 0; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp900 void PutDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
919 void ReadDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
938 void UpdateDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
957 void ReadUpdateDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
976 void ClearDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
995 bool DistributedTestTools::CalculateOpenPerformance(PerformanceData &performanceData)
1035 bool DistributedTestTools::CalculateInsertPerformance(PerformanceData &performanceData)
1087 bool DistributedTestTools::CalculateGetPutPerformance(PerformanceData &performanceData)
1142 bool DistributedTestTools::CalculateUpdatePerformance(PerformanceData &performanceData)
1244 bool DistributedTestTools::CalculateUseClearPerformance(PerformanceData &performanceData)
[all …]