Skip to content
Snippets Groups Projects
Commit d0d5acb5 authored by Teo Camarasu's avatar Teo Camarasu Committed by Marge Bot
Browse files

doc: Add requires prof annotation to options that require it

Resolves #24421
parent bedb4f0d
No related branches found
No related tags found
No related merge requests found
...@@ -951,47 +951,47 @@ follows: ...@@ -951,47 +951,47 @@ follows:
.. rts-flag:: -hc ⟨name⟩ .. rts-flag:: -hc ⟨name⟩
:noindex: :noindex:
Restrict the profile to closures produced by cost-centre stacks with *Requires* :ghc-flag:`-prof`. Restrict the profile to closures produced by cost-centre stacks with
one of the specified cost centres at the top. one of the specified cost centres at the top.
.. rts-flag:: -hC ⟨name⟩ .. rts-flag:: -hC ⟨name⟩
:noindex: :noindex:
Restrict the profile to closures produced by cost-centre stacks with *Requires* :ghc-flag:`-prof`. Restrict the profile to closures produced by cost-centre stacks with
one of the specified cost centres anywhere in the stack. one of the specified cost centres anywhere in the stack.
.. rts-flag:: -hm ⟨module⟩ .. rts-flag:: -hm ⟨module⟩
:noindex: :noindex:
Restrict the profile to closures produced by the specified modules. *Requires* :ghc-flag:`-prof`. Restrict the profile to closures produced by the specified modules.
.. rts-flag:: -hd ⟨desc⟩ .. rts-flag:: -hd ⟨desc⟩
:noindex: :noindex:
Restrict the profile to closures with the specified description *Requires* :ghc-flag:`-prof`. Restrict the profile to closures with the specified description
strings. strings.
.. rts-flag:: -hy ⟨type⟩ .. rts-flag:: -hy ⟨type⟩
:noindex: :noindex:
Restrict the profile to closures with the specified types. *Requires* :ghc-flag:`-prof`. Restrict the profile to closures with the specified types.
.. rts-flag:: -he ⟨era⟩ .. rts-flag:: -he ⟨era⟩
:noindex: :noindex:
Restrict the profile to the specified era. *Requires* :ghc-flag:`-prof`. Restrict the profile to the specified era.
.. rts-flag:: -hr ⟨cc⟩ .. rts-flag:: -hr ⟨cc⟩
:noindex: :noindex:
Restrict the profile to closures with retainer sets containing *Requires* :ghc-flag:`-prof`. Restrict the profile to closures with retainer sets containing
cost-centre stacks with one of the specified cost centres at the cost-centre stacks with one of the specified cost centres at the
top. top.
.. rts-flag:: -hb ⟨bio⟩ .. rts-flag:: -hb ⟨bio⟩
:noindex: :noindex:
Restrict the profile to closures with one of the specified *Requires* :ghc-flag:`-prof`. Restrict the profile to closures with one of the specified
biographies, where ⟨bio⟩ is one of ``lag``, ``drag``, ``void``, or biographies, where ⟨bio⟩ is one of ``lag``, ``drag``, ``void``, or
``use``. ``use``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment