Searched refs:LoadCounts (Results 1 – 2 of 2) sorted by relevance
30 double LoadCounts = 0.0; variable41 double loadCounts() const { return LoadCounts; } in loadCounts()48 void onLoad(double Freq) { LoadCounts += Freq; } in onLoad()
39 LoadCounts += Other.loadCounts(); in operator +=()