Skip to content

Commit 8fe6274

Browse files
authored
fix formatting
1 parent 3093f22 commit 8fe6274

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/ops.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2710,25 +2710,31 @@ Return the time in seconds since January 1, 1970 UTC. `_i` variant returns
27102710
an integral number of seconds, `_n` returns a fractional amount.
27112711

27122712
## mvmstartprofile
2713-
* `mvmstartprofile(hash $config)
2713+
* `mvmstartprofile(hash $config)`
27142714

27152715
Turns on one of MoarVM's profilers. The configuration must have a `kind` key that specifies which profiler will be turned on:
27162716

27172717
* `instrumented`
2718+
27182719
takes no further configuration options
2720+
27192721
* `heap`
2722+
27202723
takes a path / filename in the `path` key
27212724

27222725
If a profiler is already active, an exception will be thrown; only one profiler can run at a time.
27232726

27242727
## mvmendprofile
2725-
* `mvmendprofile(--> Object)
2728+
* `mvmendprofile(--> Object)`
27262729

27272730
Turns off the profiler and returns data gathered.
27282731

27292732
* `instrumented`
2733+
27302734
returns all data from the profile as an array with lots of internal structure
2735+
27312736
* `heap`
2737+
27322738
currently doesn't return anything
27332739

27342740
# <a id="nativecall"></a> Native Call / Interoperability Opcodes

0 commit comments

Comments
 (0)