You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ops.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2716,11 +2716,11 @@ Turns on one of MoarVM's profilers. The configuration must have a `kind` key tha
2716
2716
2717
2717
*`instrumented`
2718
2718
2719
-
takes no further configuration options
2719
+
takes no further configuration options. records call graph, garbage collection, and object allocation information.
2720
2720
2721
2721
*`heap`
2722
2722
2723
-
takes a path / filename in the `path` key
2723
+
takes a path / filename in the `path` key. writes a snapshot of the heap's structure (objects and their connections) to the file every time the GC runs.
2724
2724
2725
2725
If a profiler is already active, an exception will be thrown; only one profiler can run at a time.
2726
2726
@@ -2735,7 +2735,7 @@ Turns off the profiler and returns data gathered.
2735
2735
2736
2736
*`heap`
2737
2737
2738
-
currently doesn't return anything
2738
+
currently doesn't return anything. it does, however, cause one heap snapshot to be taken immediately.
0 commit comments