HomeSort by relevance Sort by last modified time
    Searched defs:total_processing_commands_time (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/
gpu_rendering_stats.h 23 base::TimeDelta total_processing_commands_time; member in struct:content::GpuRenderingStats
gpu_channel.cc 948 base::TimeDelta total_processing_commands_time = local
954 total_processing_commands_time;
958 stats->total_processing_commands_time += total_processing_commands_time;

Completed in 53 milliseconds