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

Fixed a typo.
"fewer than 1024 instructions" should be "at least 1024 instructions"
Este commit está contenido en:
David Galiffi
2024-09-18 21:05:56 -04:00
cometido por GitHub
padre 079cdd5512
commit ce1cea95e4
+2 -2
Ver fichero
@@ -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