Searched defs:svg_bar (Results 1 - 1 of 1) sorted by relevance

/systemd/src/analyze/
H A Danalyze.c52 #define svg_bar(class, x1, x2, y) \ macro
675 svg_bar("firmware", -(double) boot->firmware_time, -(double) boot->loader_time, y);
680 svg_bar("loader", -(double) boot->loader_time, 0, y);
685 svg_bar("kernel", 0, boot->kernel_done_time, y);
690 svg_bar("initrd", boot->initrd_time, boot->userspace_time, y);
694 svg_bar("active", boot->userspace_time, boot->finish_time, y);
695 svg_bar("security", boot->security_start_time, boot->security_finish_time, y);
696 svg_bar("generators", boot->generators_start_time, boot->generators_finish_time, y);
697 svg_bar("unitsload", boot->unitsload_start_time, boot->unitsload_finish_time, y);
708 svg_bar("activatin
[all...]

Completed in 14 milliseconds