mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 23:36:06 +00:00
improve performance in deep operations
This commit is contained in:
@@ -6,7 +6,7 @@ public class ProfilerTest {
|
||||
//@Test
|
||||
public static void main(String... a) throws InterruptedException {
|
||||
Profiler.INSTANCE.start();
|
||||
for(int i = 0; i < 100; i++) {
|
||||
for(int i = 0; i < 1000; i++) {
|
||||
doThing();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user