映射 rusage( 无参数 );
以下是 rusage() 的范例:
info = rusage(); write("使用者时间 = " + info["utime"] + "微秒\n"); write("系统时间 = " + info["stime"] + "微秒\n");