Skip to content

Commit

Permalink
Merge pull request #1580 from MasterDuke17/add_stage_and_compile_prof…
Browse files Browse the repository at this point in the history
…iling_options_to_help_output

Add `--profile-[compile|stage]` to `--help` output
  • Loading branch information
zoffixznet committed Mar 2, 2018
2 parents d643c2c + 3b35073 commit 79a95b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Perl6/Compiler.nqp
Expand Up @@ -109,12 +109,21 @@ and, by default, also executes the compiled code.
instrumented - performance measurements (default)
heap - record heap snapshots after every garbage
collector run
--profile-compile[=kind]
write compile-time profile information to an HTML
file (MoarVM)
instrumented - performance measurements (default)
heap - record heap snapshots after every garbage
collector run
--profile-filename=name
provide a different filename for profile.
Extension controls format:
.json outputs in JSON
.sql outputs in SQL
any other extension outputs in HTML
--profile-stage=stage
write profile information for the given compilation
stage to an HTML file (MoarVM)
--doc=module use Pod::To::[module] to render inline documentation
--repl-mode=interactive|non-interactive
Expand Down

0 comments on commit 79a95b4

Please sign in to comment.