From: Rob Clark Date: Mon, 11 May 2020 16:15:50 +0000 (-0700) Subject: freedreno/log-parser: fix compute times X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6717fd57192f84495a18523623d5f903fb09da3c;p=mesa.git 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 Part-of: --- diff --git a/src/gallium/drivers/freedreno/log-parser.py b/src/gallium/drivers/freedreno/log-parser.py index c97b829d467..92df0663daf 100755 --- a/src/gallium/drivers/freedreno/log-parser.py +++ b/src/gallium/drivers/freedreno/log-parser.py @@ -188,6 +188,7 @@ def main(): times_gmem = [] times = None gmem_passes = [] + times_compute = [] gmem = None continue