Package net.minecraft.profiler
Class FilledProfileResult.Section
- java.lang.Object
-
- net.minecraft.profiler.FilledProfileResult.Section
-
- Enclosing class:
- FilledProfileResult
static class FilledProfileResult.Section extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,FilledProfileResult.Section>
children
private long
selfValue
private long
totalValue
-
Constructor Summary
Constructors Modifier Constructor Description private
Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(java.util.Iterator<java.lang.String> p_230112_1_, long p_230112_2_)
-
-
-
Field Detail
-
selfValue
private long selfValue
-
totalValue
private long totalValue
-
children
private final java.util.Map<java.lang.String,FilledProfileResult.Section> children
-
-