File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ How to work without frame pointers
211211----------------------------------
212212
213213If you are working with a Python interpreter that has been compiled without
214- frame pointers you can still use the ``perf `` profiler but the overhead will be
214+ frame pointers, you can still use the ``perf `` profiler, but the overhead will be
215215a bit higher because Python needs to generate unwinding information for every
216216Python function call on the fly. Additionally, ``perf `` will take more time to
217217process the data because it will need to use the DWARF debugging information to
@@ -225,8 +225,8 @@ which will enable the JIT mode for the ``perf`` profiler.
225225
226226 Due to a bug in the ``perf `` tool, only ``perf `` versions higher than v6.8
227227 will work with the JIT mode. The fix was also backported to the v6.7.2
228- version of the tool.
229-
228+ version of the tool.
229+
230230 Note that when checking the version of the ``perf `` tool (which can be done
231231 by running ``perf version ``) you must take into account that some distros
232232 add some custom version numbers including a ``- `` character. This means
You can’t perform that action at this time.
0 commit comments