1. os.clock() を利用 10msec程度の分解能がある模様。 [lua] x = os.clock() — 何か時間がかかる処理 print (os.clock() – x) [/lu … 続きを読む →