Skip to content

Commit b23d838

Browse files
dgaliffiAMDpeterjunpark
authored andcommitted
Update data-collection-modes.rst (ROCm#386)
Fixed a typo. "fewer than 1024 instructions" should be "at least 1024 instructions"
1 parent e611b87 commit b23d838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conceptual/data-collection-modes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ instructions in entry and exit functions are either logging functions or
123123
depend on the runtime settings and thus might never run). However,
124124
due to the number of potential instructions in the entry and exit snippets,
125125
the default behavior of ``omnitrace-instrument`` is to only instrument functions
126-
which contain fewer than 1024 instructions.
126+
which contain at least 1024 instructions.
127127

128128
However, recording every single invocation of the function can be extremely
129129
useful for detecting anomalies, such as profiles that show minimum or maximum values much smaller or larger
@@ -143,4 +143,4 @@ Statistical sampling of the Fibonacci function
143143
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144144

145145
.. image:: ../data/fibonacci-sampling.png
146-
:alt: Visualization of the output of a statistical sample of the Fibonacci function
146+
:alt: Visualization of the output of a statistical sample of the Fibonacci function

0 commit comments

Comments
 (0)