Searched refs:hitSymbolCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/debug/profile/
H A DBasicProfileResult.cpp152 int32 hitSymbolCount = 0; local
162 HitSymbol& hitSymbol = hitSymbols[hitSymbolCount++];
171 if (hitSymbolCount > 1)
172 std::sort(hitSymbols, hitSymbols + hitSymbolCount);
212 if (hitSymbolCount > 0) {
218 for (int32 i = 0; i < hitSymbolCount; i++) {

Completed in 31 milliseconds