Searched refs:gpu_performance (Results 1 – 2 of 2) sorted by relevance
79 gpu_performance = gpu->mutable_performance_statistics(); in ProvideSystemProfileMetrics() local80 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics); in ProvideSystemProfileMetrics()81 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming); in ProvideSystemProfileMetrics()82 gpu_performance->set_overall_score(gpu_info.performance_stats.overall); in ProvideSystemProfileMetrics()
177 gpu_performance = graphics->mutable_performance_statistics(); in AddGpuInfoToFingerprint() local178 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics); in AddGpuInfoToFingerprint()179 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming); in AddGpuInfoToFingerprint()180 gpu_performance->set_overall_score(gpu_info.performance_stats.overall); in AddGpuInfoToFingerprint()