Searched refs:totaltime (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_perf.c | 80 uint32_t activetime = 0, totaltime = 0; in refill_buf() local 90 ret = msm_gpu_perfcntr_sample(gpu, &activetime, &totaltime, in refill_buf() 95 val = totaltime ? 1000 * activetime / totaltime : 0; in refill_buf()
|
| H A D | msm_gpu.c | 613 gpu->totaltime += elapsed; in update_sw_cntrs() 634 gpu->activetime = gpu->totaltime = 0; in msm_gpu_perfcntr_start() 648 uint32_t *totaltime, uint32_t ncntrs, uint32_t *cntrs) in msm_gpu_perfcntr_sample() argument 661 *totaltime = gpu->totaltime; in msm_gpu_perfcntr_sample() 663 gpu->activetime = gpu->totaltime = 0; in msm_gpu_perfcntr_sample()
|
| H A D | msm_gpu.h | 89 uint32_t totaltime, activetime; /* sw counters */ member 295 uint32_t *totaltime, uint32_t ncntrs, uint32_t *cntrs);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-Fix-imports-for-ptests.patch | 616 - stats = stats.sort("totaltime", "desc") 622 - stats = stats.sort("totaltime", "asc") 651 - yappi.YappiError, stats.sort, "totaltime", 1319 - stats = stats.sort("totaltime", "desc") 1325 - stats = stats.sort("totaltime", "asc") 2532 + stats = stats.sort("totaltime", "desc") 2538 + stats = stats.sort("totaltime", "asc") 2567 + yappi.YappiError, stats.sort, "totaltime", 3235 + stats = stats.sort("totaltime", "desc") 3241 + stats = stats.sort("totaltime", "asc")
|