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 ee09520 commit 8243bb1Copy full SHA for 8243bb1
mx.graalpython/live_heap_tracker.py
@@ -88,7 +88,7 @@ def main():
88
proc = subprocess.Popen(benchmark)
89
ppid = proc.pid
90
while proc.poll() is None:
91
- time.sleep(0.3)
+ time.sleep(0.1)
92
uss_bytes = uss(ppid)
93
heap_bytes = jmap(jmap_binary, ppid)
94
f.write(f"{heap_bytes} {uss_bytes}\n")
0 commit comments