mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
More Upstream tacos
This commit is contained in:
@@ -524,6 +524,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void D() {
|
public void D() {
|
||||||
|
- SpigotTimings.schedulerTimer.startTiming(); // Spigot
|
||||||
|
+ MinecraftTimings.bukkitSchedulerTimer.startTiming(); // Paper
|
||||||
|
this.server.getScheduler().mainThreadHeartbeat(this.ticks); // CraftBukkit
|
||||||
|
- SpigotTimings.schedulerTimer.stopTiming(); // Spigot
|
||||||
|
+ MinecraftTimings.bukkitSchedulerTimer.stopTiming(); // Paper
|
||||||
+ MinecraftTimings.minecraftSchedulerTimer.startTiming(); // Paper
|
+ MinecraftTimings.minecraftSchedulerTimer.startTiming(); // Paper
|
||||||
this.methodProfiler.a("jobs");
|
this.methodProfiler.a("jobs");
|
||||||
Queue queue = this.j;
|
Queue queue = this.j;
|
||||||
@@ -536,13 +541,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
|
|
||||||
this.methodProfiler.c("levels");
|
this.methodProfiler.c("levels");
|
||||||
|
|
||||||
- SpigotTimings.schedulerTimer.startTiming(); // Spigot
|
|
||||||
+ MinecraftTimings.bukkitSchedulerTimer.startTiming(); // Paper
|
|
||||||
// CraftBukkit start
|
// CraftBukkit start
|
||||||
this.server.getScheduler().mainThreadHeartbeat(this.ticks);
|
|
||||||
- SpigotTimings.schedulerTimer.stopTiming(); // Spigot
|
|
||||||
+ MinecraftTimings.bukkitSchedulerTimer.stopTiming(); // Paper
|
|
||||||
|
|
||||||
// Run tasks that are waiting on processing
|
// Run tasks that are waiting on processing
|
||||||
- SpigotTimings.processQueueTimer.startTiming(); // Spigot
|
- SpigotTimings.processQueueTimer.startTiming(); // Spigot
|
||||||
+ MinecraftTimings.processQueueTimer.startTiming(); // Spigot
|
+ MinecraftTimings.processQueueTimer.startTiming(); // Spigot
|
||||||
|
Submodule work/CraftBukkit updated: 1faaa340e5...6b843d995f
Submodule work/Spigot updated: 65a0f1170c...3996d7d5c0
Reference in New Issue
Block a user