Changes

Summary

  1. Make entity in forced chunk periodic check period a power of two to (commit: 0c6acfa) (details)
Commit 0c6acfa86a5d7d295008d9aaf7cde0c69db276e9 by rallanpcl
Make entity in forced chunk periodic check period a power of two to allow for fast modulus. Very minor performance boost. Add CPU utilisation profiling.

Signed-off-by: Ross Allan <[email protected]>
(commit: 0c6acfa)
The file was modifiedsrc/common/nallar/tickthreading/minecraft/commands/ProfileCommand.java (diff)
The file was modifiedsrc/common/nallar/patched/world/PatchWorld.java (diff)
The file was addedsrc/common/nallar/tickthreading/minecraft/profiling/UtilisationProfiler.java