File tree 1 file changed +3
-3
lines changed
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
211
211
----------------------------------
212
212
213
213
If 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
215
215
a bit higher because Python needs to generate unwinding information for every
216
216
Python function call on the fly. Additionally, ``perf `` will take more time to
217
217
process 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.
225
225
226
226
Due to a bug in the ``perf `` tool, only ``perf `` versions higher than v6.8
227
227
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
+
230
230
Note that when checking the version of the ``perf `` tool (which can be done
231
231
by running ``perf version ``) you must take into account that some distros
232
232
add some custom version numbers including a ``- `` character. This means
You can’t perform that action at this time.
0 commit comments