Home
last modified time | relevance | path

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

/system/core/init/
Dinit.c69 static int bootchart_count; variable
832 bootchart_count = bootchart_init(); in bootchart_init_action()
833 if (bootchart_count < 0) { in bootchart_init_action()
835 } else if (bootchart_count > 0) { in bootchart_init_action()
836 NOTICE("bootcharting started (period=%d ms)\n", bootchart_count*BOOTCHART_POLLING_MS); in bootchart_init_action()
1120 if (bootchart_count > 0) { in main()
1123 if (bootchart_step() < 0 || --bootchart_count == 0) { in main()
1125 bootchart_count = 0; in main()