diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-19 04:20:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-19 04:22:09 +0100 |
commit | 2e3d069236777cd62f755a02f4a239306b4ad21a (patch) | |
tree | 82ffbaaa8b6ebb2ffd90454443cf5b403514afff /.gitignore | |
parent | 610d99284feb9e942bce601c6aac1a5074545e6b (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |