File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ instructions in entry and exit functions are either logging functions or
123
123
depend on the runtime settings and thus might never run). However,
124
124
due to the number of potential instructions in the entry and exit snippets,
125
125
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.
127
127
128
128
However, recording every single invocation of the function can be extremely
129
129
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
143
143
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144
144
145
145
.. 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
You can’t perform that action at this time.
0 commit comments