-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/refactor instrumentation (#96)
* Refactor instrumentation/stats to be less of a mess * Move instrumentation classes to main library * Add instrumentation tests
- Loading branch information
Showing
52 changed files
with
780 additions
and
743 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
18 changes: 0 additions & 18 deletions
18
src/apps/Highbyte.DotNet6502.App.SilkNetNative/Instrumentation/InstrumentationBag.cs
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/apps/Highbyte.DotNet6502.App.SilkNetNative/Instrumentation/Stats/AveragedStat.cs
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/apps/Highbyte.DotNet6502.App.SilkNetNative/Instrumentation/Stats/DisposableCallback.cs
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...ps/Highbyte.DotNet6502.App.SilkNetNative/Instrumentation/Stats/ElapsedMillisecondsStat.cs
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
...ghbyte.DotNet6502.App.SilkNetNative/Instrumentation/Stats/ElapsedMillisecondsTimedStat.cs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/apps/Highbyte.DotNet6502.App.SilkNetNative/Instrumentation/Stats/IStat.cs
This file was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
src/apps/Highbyte.DotNet6502.App.WASM/Instrumentation/InstrumentationBag.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.