diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-16 16:15:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-17 10:45:57 +0100 |
commit | f209f127e654df7424adf41de07f88714d7952ab (patch) | |
tree | 5baa3d4f1f860dbdc0592cdb20e2bdac39b512e4 /meta-demoapps/recipes-gnome/abiword/abiword_2.5.2.bb | |
parent | b7173ca2254421c45f01243a77be611fe4b9d1c5 (diff) | |
download | poky-master.tar.gz |
Starting with python 3.12, profiling now stays enabled over threads yet
you can't extract the profile data in the threads themselves, which makes it
difficult to use for our use case.
Our main loop starts the idle loop which starts the parsing threads and this
means we can't profile in the main loop and the parsing threads or the idle
loop at the same time due to this.
Add options to the commandline so you can specify which piece of bitbake
you want to enable profiling for. This allows some profiling with python 3.12
onwards rather than crashing.
(Bitbake rev: 09f29a4968841ee5070f70277ba8c253bb14f017)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-gnome/abiword/abiword_2.5.2.bb')
0 files changed, 0 insertions, 0 deletions