use proper cachegrind extension

This commit is contained in:
Willem Melching
2020-04-30 17:07:46 -07:00
parent c624edb57c
commit 04bc4a0e45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
*.kgrind
cachegrind.out.*
+1 -1
View File
@@ -28,4 +28,4 @@ if __name__ == "__main__":
except ReplayDone:
pass
pyprof2calltree.convert(pr.getstats(), 'controlsd.kgrind')
pyprof2calltree.convert(pr.getstats(), 'cachegrind.out.controlsd')