Update data-collection-modes.rst (#386)

Fixed a typo.
"fewer than 1024 instructions" should be "at least 1024 instructions"

[ROCm/rocprofiler-systems commit: ce1cea95e4]
Этот коммит содержится в:
David Galiffi
2024-09-18 21:05:56 -04:00
коммит произвёл GitHub
родитель 83a16cd842
Коммит 5c2b64ddca
+2 -2
Просмотреть файл
@@ -123,7 +123,7 @@ instructions in entry and exit functions are either logging functions or
depend on the runtime settings and thus might never run). However,
due to the number of potential instructions in the entry and exit snippets,
the default behavior of ``omnitrace-instrument`` is to only instrument functions
which contain fewer than 1024 instructions.
which contain at least 1024 instructions.
However, recording every single invocation of the function can be extremely
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. image:: ../data/fibonacci-sampling.png
:alt: Visualization of the output of a statistical sample of the Fibonacci function
:alt: Visualization of the output of a statistical sample of the Fibonacci function