Searched refs:gpuMemEvent0 (Results 1 – 1 of 1) sorted by relevance
147 const auto& gpuMemEvent0 = packet0.gpu_mem_total_event(); in TEST_F() local148 ASSERT_TRUE(gpuMemEvent0.has_pid()); in TEST_F()149 const auto& pid0 = gpuMemEvent0.pid(); in TEST_F()150 ASSERT_TRUE(gpuMemEvent0.has_size()); in TEST_F()151 EXPECT_EQ(gpuMemEvent0.size(), getSizeForPid(pid0)); in TEST_F()152 ASSERT_TRUE(gpuMemEvent0.has_gpu_id()); in TEST_F()153 EXPECT_EQ(gpuMemEvent0.gpu_id(), getGpuIdForPid(pid0)); in TEST_F()