Searched refs:bootchart_count (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c72 static int bootchart_count; variable
762 bootchart_count = bootchart_init();
763 if (bootchart_count < 0) {
765 } else if (bootchart_count > 0) {
766 NOTICE("bootcharting started (period=%d ms)\n", bootchart_count*BOOTCHART_POLLING_MS);
999 if (bootchart_count > 0) {
1002 if (bootchart_step() < 0 || --bootchart_count == 0) {
1004 bootchart_count = 0;

Completed in 318 milliseconds