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

Fixed a typo.
"fewer than 1024 instructions" should be "at least 1024 instructions"
This commit is contained in:
David Galiffi
2024-09-18 21:05:56 -04:00
zatwierdzone przez GitHub
rodzic 079cdd5512
commit ce1cea95e4
@@ -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