@@ -38,14 +38,14 @@
|
||||
+ if (!ENABLED) return; // CraftBukkit
|
||||
if (this.d && !this.c.isEmpty()) {
|
||||
long i = SystemUtils.c();
|
||||
long j = ((Long) this.c.remove(this.c.size() - 1)).longValue();
|
||||
long j = (Long) this.c.remove(this.c.size() - 1);
|
||||
@@ -92,6 +97,7 @@
|
||||
}
|
||||
|
||||
public List<MethodProfiler.ProfilerInfo> b(String s) {
|
||||
+ if (!ENABLED) return Collections.emptyList(); // CraftBukkit
|
||||
long i = this.f.containsKey("root") ? ((Long) this.f.get("root")).longValue() : 0L;
|
||||
long j = this.f.containsKey(s) ? ((Long) this.f.get(s)).longValue() : -1L;
|
||||
long i = this.f.containsKey("root") ? (Long) this.f.get("root") : 0L;
|
||||
long j = this.f.containsKey(s) ? (Long) this.f.get(s) : -1L;
|
||||
ArrayList arraylist = Lists.newArrayList();
|
||||
@@ -154,11 +160,13 @@
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user