freedreno/log-parser: fix compute times

We also need to clear the table of compute times at the end of the
frame, otherwise results shown will include all the compute jobs since
the beginning of the trace.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5280>
This commit is contained in:
Rob Clark
2020-05-11 09:15:50 -07:00
committed by Marge Bot
parent 8ea5d8ce83
commit 6717fd5719

View File

@@ -188,6 +188,7 @@ def main():
times_gmem = []
times = None
gmem_passes = []
times_compute = []
gmem = None
continue