Skip to content

Commit

Permalink
Add callgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 9, 2023
1 parent fe9edb1 commit a687a35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jarvis_util/introspect/monitor.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class Callgrind(Exec):
def __init__(self, cmd, exec_info=None):
super().__init__(f'valgrind --tool=callgrind {cmd}')

0 comments on commit a687a35

Please sign in to comment.