mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Loads of bugfixes & Seed cohesion
This commit is contained in:
@@ -25,4 +25,9 @@ public class IrisMetrics
|
||||
perSecond = new RollingSequence(5);
|
||||
loss = new RollingSequence(memory);
|
||||
}
|
||||
|
||||
public double getSpeed()
|
||||
{
|
||||
return (double) Iris.instance.hits.getAverage() / (double) total.getAverage();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user