Home
last modified time | relevance | path

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

/system/core/init/
Dinit.c67 static int bootchart_count; variable
734 bootchart_count = bootchart_init(); in bootchart_init_action()
735 if (bootchart_count < 0) { in bootchart_init_action()
737 } else if (bootchart_count > 0) { in bootchart_init_action()
738 NOTICE("bootcharting started (period=%d ms)\n", bootchart_count*BOOTCHART_POLLING_MS); in bootchart_init_action()
967 if (bootchart_count > 0) { in main()
970 if (bootchart_step() < 0 || --bootchart_count == 0) { in main()
972 bootchart_count = 0; in main()