ImageProfileResult
ImageProfileResult*& _imageResult)
ImageProfileResult(image, id),
class BasicImageProfileResult : public ImageProfileResult,
ImageProfileResult*& _imageResult);
ImageProfileResult(image, id),
ImageProfileResult*& _imageResult)
class CallgrindImageProfileResult : public ImageProfileResult,
ImageProfileResult*& _imageResult);
ImageProfileResult::ImageProfileResult(SharedImage* image, image_id id)
ImageProfileResult::~ImageProfileResult()
ImageProfileResult::Init()
ImageProfileResult::ID() const
ImageProfileResult::GetImage() const
ImageProfileResult::TotalHits() const
virtual bool VisitImage(ImageProfileResult* image)
class ImageProfileResult : public BReferenceable {
ImageProfileResult(SharedImage* image,
virtual ~ImageProfileResult();
virtual ImageProfileResult* VisitImages(Visitor& visitor) const = 0;
virtual ImageProfileResult* FindImage(addr_t address,
virtual bool VisitImage(ImageProfileResult* image) = 0;
ImageProfileResult*& _imageResult) = 0;
ImageProfileResult*& _imageResult)
ImageProfileResult* imageResult;
BReference<ImageProfileResult> imageResultReference(imageResult, true);
ImageProfileResult*
SummaryImage::SummaryImage(ImageProfileResult* result)
ImageProfileResult*
SummaryImage(ImageProfileResult* result);
ImageProfileResult* Result() const { return fResult; }
ImageProfileResult* fResult;
ImageProfileResult*& _imageResult);
virtual ImageProfileResult* VisitImages(Visitor& visitor) const;
virtual ImageProfileResult* FindImage(addr_t address,
ImageProfileResult* result;
BReference<ImageProfileResult> resultReference(result, true);
ThreadImage::ThreadImage(Image* image, ImageProfileResult* result)
ImageProfileResult*
ImageProfileResult*
ImageProfileResult* result);
ImageProfileResult* Result() const { return fResult; }
ImageProfileResult* fResult;
virtual ImageProfileResult* VisitImages(Visitor& visitor) const;
virtual ImageProfileResult* FindImage(addr_t address,