45 printf (
"%s: %ld +/- %ld ticks (%d samples)\n",
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
#define PROFILERS
Profiler table.
unsigned long profile_mean(struct profiler *profiler)
Get mean sample value.
unsigned long profile_stddev(struct profiler *profiler)
Get sample standard deviation.
void profstat(void)
Print profiling statistics.
A data structure for storing profiling information.
unsigned int count
Number of samples.
#define for_each_table_entry(pointer, table)
Iterate through all entries within a linker table.
int printf(const char *fmt,...)
Write a formatted string to the console.