Skip to content

Commit

Permalink
Add --profile-[compile|stage] to --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Mar 2, 2018
1 parent 1da0753 commit 3b35073
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 3b35073

Please sign in to comment.