Searched refs:LoadCounts (Results 1 – 2 of 2) sorted by relevance
31 double LoadCounts = 0.0; variable42 double loadCounts() const { return LoadCounts; } in loadCounts()49 void onLoad(double Freq) { LoadCounts += Freq; } in onLoad()
40 LoadCounts += Other.loadCounts(); in operator +=()