Home
last modified time | relevance | path

Searched refs:HitSymbol (Results 1 – 1 of 1) sorted by relevance

/haiku/src/bin/debug/profile/
H A DBasicProfileResult.cpp22 struct HitSymbol { struct
27 inline bool operator<(const HitSymbol& other) const in operator <() argument
160 BStackOrHeapArray<HitSymbol, 128> hitSymbols(symbolCount); in PrintResults()
171 HitSymbol& hitSymbol = hitSymbols[hitSymbolCount++]; in PrintResults()
236 const HitSymbol& hitSymbol = hitSymbols[i]; in PrintResults()