Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-11 | replace event.HasListeners() with property | Jesse Plamondon-Willard | |
2022-05-10 | remove unused IsPerformanceCritical event field | Jesse Plamondon-Willard | |
2020-01-26 | refactor performance counter code | Jesse Plamondon-Willard | |
This commit performs some general refactoring, including... - avoid manually duplicating the event list; - rework the 'is important' event flag; - remove the new packages (Cyotek.Collections can be replaced with built-in types, and System.ValueTuple won't work in the Mono version used on Linux/Mac); - improve performance; - minor cleanup. | |||
2020-01-11 | Reworked the console implementation, added monitoring. Some internal ↵ | Drachenkaetzchen | |
refactoring. |