Skip to content

Commit

Permalink
Update data-collection-modes.rst (#386)
Browse files Browse the repository at this point in the history
Fixed a typo.
"fewer than 1024 instructions" should be "at least 1024 instructions"
  • Loading branch information
dgaliffiAMD authored Sep 19, 2024
1 parent 079cdd5 commit ce1cea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conceptual/data-collection-modes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ce1cea9

Please sign in to comment.