mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-22 04:16:47 +00:00
Profile clarifications
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace EightBit
|
||||
{
|
||||
public class ProfileLineEventArgs(ushort address, string source, long cycles, long count, Dictionary<int, long> cycleDistributions) : CycleCountedEventArgs(cycles, count)
|
||||
public sealed class ProfileLineEventArgs(ushort address, string source, long cycles, long count, Dictionary<int, long> cycleDistributions) : CycleCountedEventArgs(cycles, count)
|
||||
{
|
||||
public ushort Address { get; } = address;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user