Home
last modified time | relevance | path

Searched defs:dataCollection (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/perftest/core/src/
Dperf_test.cpp51 for (auto dataCollection : dataCollections) { in RunTest() local
57 for (auto& dataCollection : dataCollections) { in RunTest() local
70 for (auto& dataCollection : dataCollections) { in RunTest() local
Dperf_test_strategy.cpp101 … shared_ptr<DataCollection> dataCollection = g_dataCollectionMap.at(perfMetric)(perfMetric); in CreateDataCollections() local