CallgrindImageProfileResult
CallgrindImageProfileResult::OutputIndex() const
CallgrindImageProfileResult::SetOutputIndex(int32 index)
CallgrindImageProfileResult* previousImage = NULL;
CallgrindImageProfileResult* image
= static_cast<CallgrindImageProfileResult*>(
BStackOrHeapArray<CallgrindImageProfileResult*, 128> images(container->CountImages());
CallgrindImageProfileResult* image = images[i];
CallgrindImageProfileResult::CallgrindImageProfileResult(SharedImage* image,
CallgrindImageProfileResult* result
= new(std::nothrow) CallgrindImageProfileResult(image, id);
CallgrindImageProfileResult* image, int32 functionIndex, bool called)
CallgrindImageProfileResult::~CallgrindImageProfileResult()
CallgrindImageProfileResult::Init()
CallgrindImageProfileResult::AddSymbolHit(int32 symbolIndex,
CallgrindImageProfileResult* calledImage, int32 calledSymbol)
CallgrindImageProfileResult::Functions() const
class CallgrindImageProfileResult;
CallgrindImageProfileResult* image;
CallgrindCalledFunction(CallgrindImageProfileResult* image, int32 function)
class CallgrindImageProfileResult : public ImageProfileResult,
public DoublyLinkedListLinkImpl<CallgrindImageProfileResult> {
CallgrindImageProfileResult(SharedImage* image,
virtual ~CallgrindImageProfileResult();
CallgrindImageProfileResult* calledImage,
CallgrindImageProfileResult* image,