mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 13:59:57 +00:00
time_op now takes 2 optional arguments:
iterations: block will be run this many times and the average
time it took will be printed
opName: tag that is printed before the measured time
Also returns the measured time as float.
I also removed the 'MKXP' module because it was clashing with
the likewise named global const.
|
||
|---|---|---|
| .. | ||
| mrb-ext | ||
| audio-binding.cpp | ||
| binding-mruby.cpp | ||
| binding-types.h | ||
| binding-util.cpp | ||
| binding-util.h | ||
| bitmap-binding.cpp | ||
| disposable-binding.h | ||
| etc-binding.cpp | ||
| flashable-binding.h | ||
| font-binding.cpp | ||
| graphics-binding.cpp | ||
| input-binding.cpp | ||
| module_rpg.c | ||
| plane-binding.cpp | ||
| sceneelement-binding.h | ||
| serializable-binding.h | ||
| sprite-binding.cpp | ||
| table-binding.cpp | ||
| tilemap-binding.cpp | ||
| viewport-binding.cpp | ||
| viewportelement-binding.h | ||
| window-binding.cpp | ||