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 d0de40f commit edf2076Copy full SHA for edf2076
doc/Programs/00-running.pod6
@@ -38,9 +38,11 @@ compiled code.
38
heap - record heap snapshots after every
39
garbage collector run
40
--profile-filename=name
41
- provide a different filename; if the name ends in
42
- .json, instrumented profiles will be written as
43
- JSON instead of HTML
+ provide a different filename for profile. Extension
+ controls format:
+ .json outputs in JSON
44
+ .sql outputs in SQL
45
+ any other extension outputs in HTM
46
--doc=module use Pod::To::[module] to render inline documentation
47
48
=end code
0 commit comments