mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
The script parses startup logs obtained with SNAPD_DEBUG=1, extracts relevant messages and presents an overview of the timings, which looks like so: 0.026017s start -> snap to snap-confine 0.003458s snap to snap-confine -> snap-confine enter 0.000892s snap-confine enter -> snap-confine mount namespace start 0.106204s snap-confine mount namespace start -> snap-confine mount namespace finish 0.001186s snap-confine mount namespace finish -> snap-confine to snap-exec 0.002771s snap-confine to snap-exec -> snap-exec to app approx. total: 0.140528s Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>