reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
309 TotalSamples = 310 SaturatingMultiplyAdd(Num, Weight, TotalSamples, &Overflowed); 401 bool empty() const { return TotalSamples == 0; } 404 uint64_t getTotalSamples() const { return TotalSamples; } 468 if (TotalSamples <= Threshold)lib/ProfileData/SampleProf.cpp
129 OS << TotalSamples << ", " << TotalHeadSamples << ", " << BodySamples.size()