Searched refs:ROUND_COUNT (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_performance_test.cpp | 55 constexpr int ROUND_COUNT = 50; variable 532 EXPECT_TRUE(GetPluginCapabilities(ROUND_COUNT, capResponse)); 534 printf("GetCapabilities %d time cost %ldus.\n", ROUND_COUNT, timeCost); 548 EXPECT_TRUE(KeepPluginSession(ROUND_COUNT, sessionId1)); 550 printf("KeepSession %d time cost %ldus.\n", ROUND_COUNT, timeCost); 595 if (ict == ROUND_COUNT) { in __anon11ccc4d00302() 683 EXPECT_TRUE(KeepPluginSession(ROUND_COUNT, sessionId2)); 721 if (ict == ROUND_COUNT) { in __anon11ccc4d00502() 769 EXPECT_TRUE(GetPluginCapabilities(ROUND_COUNT, capResponse)); 771 printf("GetCapabilities %d time cost %ldus.\n", ROUND_COUNT, timeCost); [all …]
|
| D | profiler_service_test.cpp | 38 constexpr int ROUND_COUNT = 200; variable 289 for (int i = 0; i < ROUND_COUNT; i++) { 296 for (int i = 0; i < ROUND_COUNT; i++) { 303 printf("GetCapabilities %d time cost %ldus.\n", ROUND_COUNT, timeCost); 431 for (int i = 0; i < ROUND_COUNT; i++) { 451 printf("CreateSession %d time, cost %ldus.\n", ROUND_COUNT, timeCost); 551 for (int i = 0; i < ROUND_COUNT; i++) { 578 printf("CreateSession %d time, cost %ldus.\n", ROUND_COUNT, timeCost); 586 printf("DestroySession %d time, cost %ldus.\n", ROUND_COUNT, timeCost); 719 for (int i = 0; i < ROUND_COUNT; i++) { [all …]
|
| /developtools/profiler/hiebpf/test/unittest/ |
| D | bpf_controller_test.cpp | 25 constexpr int ROUND_COUNT = 1000; variable 82 for (int i = 0; i < ROUND_COUNT; i++) {
|