-
Notifications
You must be signed in to change notification settings - Fork 7
Simple metrics #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Simple metrics #58
Conversation
…ixes (dont even create subs in the first place)
From remotes/origin/feature/PerformanceTracking
|
I really like the ideas of all your changes so far, is there a dll I and the RogueTech crew can just download for testing? |
|
https://drive.google.com/file/d/1UfRTno_pqGdCGdZKncNxNtLqACt1pzGr/view?usp=sharing After renaming, you should be able to just drop-in replace it for the main .dll To enable set "SimpleMetrics" = true, in your settings.json Ctrl+Shift+M to dump message subscriptions to the log file |
Restore the original SimpleMetrics.cs from feature/PerformanceTracking and expand on it with additional features.
I found these tools to be useful in determining where to find and squish memory leak bugs.
Note, HeapSnapshotCollector won't be found within the BPF code. It turns out there's a version of UnityHeapCrawler (found here: https://github.com/vasyab/UnityHeapCrawler/) baked into the BT release binaries, so that is what gets used.