From 2e3d069236777cd62f755a02f4a239306b4ad21a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 19 Jan 2013 04:20:23 +0100 Subject: core: if the bootloader supports it, determine firmware and boot loader delay This allows us to print simple performance data of all parts of the boot now: - firmware - boot loader - kernel - initrd - userspace This only works for bootloaders which support passing TSC data via EFI variables. As of now that's only gummiboot. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index af62f2acad..23c1b59799 100644 --- a/.gitignore +++ b/.gitignore @@ -79,8 +79,10 @@ /test-calendarspec /test-catalog /test-cgroup +/test-cgroup-util /test-daemon /test-date +/test-efivars /test-engine /test-env-replace /test-hostname -- cgit v1.2.3-54-g00ecf