This commit is contained in:
2020-05-28 23:21:20 +00:00
parent 5b908de7ee
commit 0a434b732f
5 changed files with 26 additions and 21 deletions

View File

@@ -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)