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

/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.h37 int32 outputIndex; member in struct:CallgrindFunction
H A DCallgrindProfileResult.cpp307 if (function.outputIndex == 0) {
309 function.outputIndex = fNextFunctionOutputIndex++;
312 function.outputIndex,
317 "%sfn=(%" B_PRId32 ")\n", called ? "c" : "", function.outputIndex);

Completed in 44 milliseconds