static void startProfiling() { poorMansProfiling(); } static void startProfiling(int interval) { poorMansProfiling(interval); }