Skip to content
Success

Changes

Summary

  1. Made timed garbage collections only happen if window is shown. Various (commit: 76b2325) (details)
  2. Added Ctrl-NumPadDivide to toggle timed collection independently of the (commit: 3848acc) (details)
Commit 76b2325b72b082829a6ffcedc6c4fe4dc91e20bd by gerry
Made timed garbage collections only happen if window is shown. Various
changes to reduce garbage creation: Switched from GUILayout to GUI
Replaced buttons with Ctrl-NumPadPlus and Ctrl-NumPadMinus hotkeys Only
update rate string when necessary to avoid a boxing, a ToString call and
a string.Format all of which allocate an object Build rate string by
careful use of a StringBuilder so only the final string is allocated
(commit: 76b2325)
The file was modified GrumpyCollector.cs (diff)
Commit 3848acc411bb409421817d0a271d8bdc2efcb603 by gerry
Added Ctrl-NumPadDivide to toggle timed collection independently of the
window state
(commit: 3848acc)
The file was modified GrumpyCollector.cs (diff)