Skip to content

Commit

Permalink
Fix one additional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-jnovotny committed Jul 2, 2024
1 parent 6b053dd commit cf16ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conceptual/how-omnitrace-works.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ takes about 20 instructions, whereas the entry and
exit snippets are ~1024 instructions. Therefore, you generally want to avoid
instrumenting functions where the instrumented function has significantly fewer
instructions than entry and exit instrumentation. (Note that many of the
instructions in entr and exit functions are either logging functions or
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
Expand Down

0 comments on commit cf16ef4

Please sign in to comment.