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

/system/core/init/
H A Dinit.c67 static int bootchart_count; variable
849 bootchart_count = bootchart_init();
850 if (bootchart_count < 0) {
852 } else if (bootchart_count > 0) {
853 NOTICE("bootcharting started (period=%d ms)\n", bootchart_count*BOOTCHART_POLLING_MS);
1149 if (bootchart_count > 0) {
1152 if (bootchart_step() < 0 || --bootchart_count == 0) {
1154 bootchart_count = 0;

Completed in 45 milliseconds