-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/performance measurer high samples (#926)
* fix: <1ms performance measurement support Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com> * refactor: OutputPerfStats uses PerformanceMeasurer Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com> * chore: Rename variable for code coherence Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com> * feat: Instructions Per Ms in Main Window Title Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com> * refactor: Faster IsLastMeasurementExpired Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com> * Update src/Spice86.Shared/Diagnostics/PerformanceMeasurer.cs Co-authored-by: Joris van Eijden <joris.vaneijden@gmail.com> * Update src/Spice86/ViewModels/MainWindowViewModel.cs Co-authored-by: Joris van Eijden <joris.vaneijden@gmail.com> --------- Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com> Co-authored-by: Joris van Eijden <joris.vaneijden@gmail.com>
- Loading branch information
1 parent
0c489b2
commit a5a6dae
Showing
5 changed files
with
55 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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