!7 cmodule { start { doEvery(2.0, r check); } void check enter { if (dm_processCPUPercentageRelativeToAllCores() >= 50) saveStackTrace(); } }