On Mon, 2021-04-26 at 14:44 +0000, chris.laplante@... wrote:
Just FWIW, much of our parsing speed pain now is in the tons of anonymous python people keep adding, thinking little of the overhead about trying to parse it all for dependencies and run it all...
Is there a benchmark tool for measuring BitBake parse speed? I've been digging into DataSmart. I see oe-build-perf-test but as the name implies it seems like it's for build speed testing.
The perf test does include a parse speed test which is basically "time bitbake -p" with varying levels of cache being present.
You can get interesting profiling data with "bitbake -P" too.