Home
last modified time | relevance | path

Searched refs:appStatsKey (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/gpuservice/gpustats/
H A DGpuStats.cpp123 const std::string appStatsKey = appPackageName + std::to_string(driverVersionCode); in insertDriverStats() local
124 if (!mAppStats.count(appStatsKey)) { in insertDriverStats()
134 mAppStats.insert({appStatsKey, appInfo}); in insertDriverStats()
138 addLoadingTime(driver, driverLoadingTime, &mAppStats[appStatsKey]); in insertDriverStats()
146 const std::string appStatsKey = appPackageName + std::to_string(driverVersionCode); in insertTargetStats() local
150 if (!mAppStats.count(appStatsKey)) { in insertTargetStats()
156 mAppStats[appStatsKey].cpuVulkanInUse = true; in insertTargetStats()
159 mAppStats[appStatsKey].falsePrerotation = true; in insertTargetStats()
162 mAppStats[appStatsKey].gles1InUse = true; in insertTargetStats()