mirror of
https://git.proxmox.com/git/fwupd
synced 2025-12-21 07:15:23 +00:00
Using `sudo FWUPD_PROFILE=10 ./src/fwupd --verbose` will print a
dump of startup times onto the console so that we can debug which
plugin is slowing down system startup. For example:
../src/fu-engine.c:5409:plugins-coldplug [108.55ms]:
../plugins/amt/fu-plugin-amt.c:437:amt [27.14ms]:
:create-context [12.66ms]
:get-version [8.44ms]
:add-device [3.95ms]
|
||
|---|---|---|
| .. | ||
| architecture-plan.svg | ||
| env.md | ||
| fwupd.toml.in | ||
| fwupdplugin.toml.in | ||
| hsi.html | ||
| hsi.md | ||
| index.html | ||
| meson.build | ||
| test-deps.py | ||
| tutorial.md | ||
| urlmap_fwupd.js | ||
| urlmap_fwupdplugin.js | ||