Files
snapd/debug-tools
Maciej Borzecki 840ce01e92 debug-tools: trivial script to process startup timings
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>
2022-05-16 12:20:42 +02:00
..
2022-05-12 10:29:35 +02:00