Skip to content

Commit 222d16c

Browse files
authored
ruby: Run rbspy in silent mode (#129)
1 parent e0c29d3 commit 222d16c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gprofiler/ruby.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def _make_command(self, pid: int, output_path: str):
3131
return [
3232
resource_path(self.RESOURCE_PATH),
3333
"record",
34+
"--silent",
3435
"-r",
3536
str(self._frequency),
3637
"-d",

0 commit comments

Comments
 (0)