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

/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp105 SummaryImage* summaryImage = fImages.Lookup(image); local
106 if (summaryImage == NULL) {
116 summaryImage = new(std::nothrow) SummaryImage(imageResult);
117 if (summaryImage == NULL)
120 fImages.Insert(summaryImage);
123 _imageResult = summaryImage->Result();

Completed in 34 milliseconds