Barotrauma

Barotrauma

Showperf Extensions
Showing 31-40 of 52 entries
< 1  2  3  4  5  6 >
Update: 6 Sep, 2024 @ 10:56am

removed MapEntitysUpdate category

added: HullUpdate, StructureUpdate, ItemUpdate, GapUpdate

Update: 1 Sep, 2024 @ 9:59am

fixed System.ArgumentOutOfRangeException on scroll

Update: 27 Aug, 2024 @ 7:38am

fixed showperf_fps command

Update: 27 Aug, 2024 @ 5:55am

Refactor

Update: 24 Aug, 2024 @ 4:09pm

forgot to make AITargets also per id

Update: 24 Aug, 2024 @ 11:07am

a bit more informative ItemComponents

Update: 23 Aug, 2024 @ 6:09am

Added ItemComponents - update time of item components

Changed mod name, again...

Now this garbage really needs refactor

Update: 21 Aug, 2024 @ 10:50am

I think i found at least one problem: It always did one step if (TotalTime - lastTime > window.frameDuration)
Now it does as many steps as it should

Returning back to ms
Also, idk, i think formula for ticks to ms conversion is correct
And it doesn't match with vanilla showperf because vanilla counts ms/frame when i count ms/sec

Idk which is better, could implement secondd way later

Update: 21 Aug, 2024 @ 9:50am

Changed type back from ms to ticks, because those are clearly not ms and they don't add up to showperf values, and they depent of showperf_fps, idk why

again, main goal is to detect anomalies

changed ticks type from long to double, I thought it's caused by rounding, but in fact it didn't change anything

Update: 20 Aug, 2024 @ 8:44am

I tried to add LevelObjectsDrawing
But it still doesn't reveal the full picture

also sum is now colored