Profiler Upgrade - #1139
Open
RuffledPlume wants to merge 15 commits into
Open
Profiler Upgrade#1139RuffledPlume wants to merge 15 commits into
RuffledPlume wants to merge 15 commits into
Conversation
RuffledPlume
force-pushed
the
ProfilerUpgrade
branch
2 times, most recently
from
July 16, 2026 21:34
5e2e17e to
255a7e2
Compare
RuffledPlume
force-pushed
the
ProfilerUpgrade
branch
from
July 23, 2026 21:18
255a7e2 to
322923d
Compare
RuffledPlume
marked this pull request as draft
July 29, 2026 17:10
RuffledPlume
force-pushed
the
ProfilerUpgrade
branch
from
July 31, 2026 18:00
322923d to
3327e8e
Compare
RuffledPlume
force-pushed
the
ProfilerUpgrade
branch
3 times, most recently
from
September 14, 2026 21:19
f9426c5 to
deb2c6f
Compare
Client Timer Tracking Refactored FrameTimer Graph to be generic * Added Memory Tracking Tweaked Memory Graph heights Ui Ui Improvements Graph Mouse Hovering support with Tooltips displaying series data Added Axis naming support & improved memory allocations Dont Draw Series which have no data Implement Drag Support to get the average of samples within a range Make Selection work when moving around overlay Track Allocations Renamed GPU Memory to System Memory Switch NPCDisplacementCache to use Int Collections Track Per Thread Allocations Allocation Improvements Fixes Build Background image since it doesn't change often Further optimisations Added Logging on startup for allocation tracking support Fixes Rename FrameTiming to Profiler Support ProfilerGraph Detatch Fix Pausing Capture Flame Added Event Support into Profiler Remove assert Added HDOverlayPanel to end & start client timer to avoid tracking End Draw Frame Too Improved Pausing Added ZoneUpload Timer Added AsyncModelCache Timer Created 117 HD Developer Plugin * A Sub Plugin that is loaded in when launching only if present in the checkout * Moved Profiler UI Into the Developer Plugin to avoid bloating the Base 117 Plugin
RuffledPlume
force-pushed
the
ProfilerUpgrade
branch
from
September 16, 2026 05:31
fc7331c to
15db181
Compare
RuffledPlume
marked this pull request as ready for review
September 16, 2026 05:31
* Added Singleton to DeveloperPlugin * Removed Redundant activate/deactivate * simplified setDeveloperPluginActive
* Average FrameTimerOverlay * Account for when the Client is the bottleneck
* All timers which aren't: Client, CPU & GPU Timers are considered Detailed * When Developer Plugin isn't active or were not capturing a Snapshot only sample Client/CPU/GPU timers to reduce overhead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve Plugin Profiler to make it easier to investigate performance issues/causes