Implement boot time analysis framework.
This commit is contained in:
parent
e5a2dd7b55
commit
e744219bb6
14 changed files with 232 additions and 8 deletions
|
@ -1868,6 +1868,12 @@ module = {
|
|||
condition = COND_ENABLE_CACHE_STATS;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = boottime;
|
||||
common = commands/boottime.c;
|
||||
condition = COND_ENABLE_BOOT_TIME_STATS;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = adler32;
|
||||
common = lib/adler32.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue