We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c29d3 commit 222d16cCopy full SHA for 222d16c
gprofiler/ruby.py
@@ -31,6 +31,7 @@ def _make_command(self, pid: int, output_path: str):
31
return [
32
resource_path(self.RESOURCE_PATH),
33
"record",
34
+ "--silent",
35
"-r",
36
str(self._frequency),
37
"-d",
0 commit comments