Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c34 int refresh_ms; member
37 .refresh_ms = REFRESH_MS,
304 if ((current_time - last_time) < (options.refresh_ms * 1000 / 2)) in resample()
667 wtimeout(mainwin, options.refresh_ms); in main_ui()
727 sleep_us(options.refresh_ms * 1000); in dump_counters()
939 options.refresh_ms = atoi(optarg); in parse_options()