Skip to content

Commit cf5e680

Browse files
committed
Remove reference to prof-m
Closes #1147
1 parent f5d74e5 commit cf5e680

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

doc/Language/performance.pod6

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,6 @@ to write lines like:
2626
The C<now> to the left of C<INIT> runs 0.0018558 seconds I<later> than the C<now> to the right of the C<INIT>
2727
because the latter occurs during L<the INIT phase|/language/phasers#INIT>.
2828
29-
=head2 Profile with C<prof-m: your code goes here>
30-
31-
Enter C<prof-m: your code goes here> in the L<#perl6 channel|/language/glossary#IRC>
32-
to invoke a Perl 6 compiler with a C<--profile> option.
33-
The evalbot's output includes a link to L<profile info|https://en.wikipedia.org/wiki/Profiling_(computer_programming)>:
34-
35-
=begin code :allow< L >
36-
37-
yournick prof-m: say 'hello world'
38-
camelia prof-m 273e89: OUTPUT«hello world␤...»
39-
.. Prof: L<http://p.p6c.org/20f9e25>
40-
41-
=end code
42-
43-
Click on the profile info link to see a profile for C<say 'hello world'>.
44-
45-
To learn how to interpret the profile info, ask questions on channel.
46-
4729
=head2 Profile locally
4830
4931
When using the L<MoarVM|http://moarvm.org> backend the L<Rakudo|http://rakudo.org> compiler's C<--profile>

0 commit comments

Comments
 (0)