Home
last modified time | relevance | path

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

/external/igt-gpu-tools/scripts/
Dthrottle.py14 prev_throttle = 0; variable
29 global prev_throttle
37 s = prev_throttle
50 if throttle.has_key(seqno) and throttle.has_key(prev_throttle) and num_dispatch:
51 …ms -- %d dispatch, avg %.3fms, max %dus" % ((throttle[seqno]-throttle[prev_throttle])/1000000, (e.…
54 prev_throttle = seqno