mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-30 05:40:34 +00:00
fix profiler fetch concurrency issues
This commit is contained in:
@@ -113,7 +113,7 @@ public class ProfilerImpl implements Profiler {
|
|||||||
for(int i = 1; i < keys.length; i++) {
|
for(int i = 1; i < keys.length; i++) {
|
||||||
timings = timings.getSubItem(keys[i]);
|
timings = timings.getSubItem(keys[i]);
|
||||||
}
|
}
|
||||||
list.forEach(timings::addTime);
|
new ArrayList<>(list).forEach(timings::addTime);
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
return map;
|
return map;
|
||||||
|
|||||||
Reference in New Issue
Block a user