This commit is contained in:
@@ -20,7 +20,7 @@ namespace AyaNova.Models
|
||||
public int Gen2 { get; set; }
|
||||
public double CPU { get; set; }
|
||||
|
||||
//ef core requires this for some reason
|
||||
//ef core requires this
|
||||
public MetricMM() { }
|
||||
|
||||
public MetricMM(long allocated, long workingSet, long privateBytes, int gen0, int gen1, int gen2, double cpu)
|
||||
|
||||
Reference in New Issue
Block a user