mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 09:37:20 +00:00
[docs] Be a bit more precise.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3eeba0f4c
commit
669fa32c40
@ -59,10 +59,11 @@ OPTIONS
|
||||
|
||||
.. option:: -weighted-input=weight,filename
|
||||
|
||||
Specify an input file name along with a weight. The profile counts of the input
|
||||
file will be scaled (multiplied) by the supplied ``weight``, where where ``weight``
|
||||
is a decimal integer >= 1. Input files specified without using this option are
|
||||
assigned a default weight of 1. Examples are shown below.
|
||||
Specify an input file name along with a weight. The profile counts of the
|
||||
supplied ``filename`` will be scaled (multiplied) by the supplied
|
||||
``weight``, where where ``weight`` is a decimal integer >= 1.
|
||||
Input files specified without using this option are assigned a default
|
||||
weight of 1. Examples are shown below.
|
||||
|
||||
.. option:: -instr (default)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user