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

/system/core/init/
H A Dinit.c53 static int bootchart_count; variable
989 bootchart_count = bootchart_init();
990 if (bootchart_count < 0) {
992 } else if (bootchart_count > 0) {
993 NOTICE("bootcharting started (period=%d ms)\n", bootchart_count*BOOTCHART_POLLING_MS);
1015 if (bootchart_count > 0) {
1018 if (bootchart_step() < 0 || --bootchart_count == 0) {
1020 bootchart_count = 0;

Completed in 62 milliseconds