Searched refs:gpuMemEvent2 (Results 1 – 1 of 1) sorted by relevance
169 const auto& gpuMemEvent2 = packet2.gpu_mem_total_event(); in TEST_F() local170 ASSERT_TRUE(gpuMemEvent2.has_pid()); in TEST_F()171 const auto& pid2 = gpuMemEvent2.pid(); in TEST_F()172 ASSERT_TRUE(gpuMemEvent2.has_size()); in TEST_F()173 EXPECT_EQ(gpuMemEvent2.size(), getSizeForPid(pid2)); in TEST_F()174 ASSERT_TRUE(gpuMemEvent2.has_gpu_id()); in TEST_F()175 EXPECT_EQ(gpuMemEvent2.gpu_id(), getGpuIdForPid(pid2)); in TEST_F()