tasgon / observable

See what's lagging your server. 20M+ downloads on CurseForge
https://www.curseforge.com/minecraft/mc-mods/observable
Mozilla Public License 2.0
88 stars 9 forks source link

Chain command blocks tick time added to initial repeat command block #68

Open TahoeBennie opened 10 months ago

TahoeBennie commented 10 months ago

When profiling and testing lag with a stack of chain command blocks, instead of showing the lag each individual command block is responsible for, it instead combines it all and only lists the total lag for the entire chain, which is considered the base repeating command block. This defeats the purpose of using the mod to figure out which commands take the longest to process and need optimization.