use proper cachegrind extension

old-commit-hash: 04bc4a0e458b02074bf59b1edbe6cde07436a27d
This commit is contained in:
Willem Melching
2020-04-30 17:07:46 -07:00
parent fa6ec935e2
commit 06012f4867
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')