!7 p { done2_minPrint = 0; OSProcess process; repeat 5 { time "oshi_operatingSystem" { oshi_operatingSystem(); }} repeat 5 { time "oshi_currentProcess" { process = oshi_currentProcess(); }} while licensed { time "getResidentSetSize" { print(process.getResidentSetSize()); } sleep(500); } }