use proper cachegrind extension

old-commit-hash: 04bc4a0e45
commatwo_master
Willem Melching 5 years ago
parent fa6ec935e2
commit 06012f4867
  1. 2
      selfdrive/test/profiling/.gitignore
  2. 2
      selfdrive/test/profiling/controlsd.py

@ -1 +1 @@
*.kgrind cachegrind.out.*

@ -28,4 +28,4 @@ if __name__ == "__main__":
except ReplayDone: except ReplayDone:
pass pass
pyprof2calltree.convert(pr.getstats(), 'controlsd.kgrind') pyprof2calltree.convert(pr.getstats(), 'cachegrind.out.controlsd')

Loading…
Cancel
Save