Symbol: SummaryProfileResult
src/bin/debug/profile/SummaryProfileResult.cpp
101
SummaryProfileResult::PrintSummaryResults()
src/bin/debug/profile/SummaryProfileResult.cpp
108
SummaryProfileResult::GetImageProfileResult(SharedImage* image, image_id id,
src/bin/debug/profile/SummaryProfileResult.cpp
138
SummaryProfileResult::CountImages() const
src/bin/debug/profile/SummaryProfileResult.cpp
145
SummaryProfileResult::VisitImages(Visitor& visitor) const
src/bin/debug/profile/SummaryProfileResult.cpp
158
SummaryProfileResult::FindImage(addr_t address, addr_t& _loadDelta) const
src/bin/debug/profile/SummaryProfileResult.cpp
32
SummaryProfileResult::SummaryProfileResult(ProfileResult* result)
src/bin/debug/profile/SummaryProfileResult.cpp
41
SummaryProfileResult::~SummaryProfileResult()
src/bin/debug/profile/SummaryProfileResult.cpp
48
SummaryProfileResult::SetInterval(bigtime_t interval)
src/bin/debug/profile/SummaryProfileResult.cpp
56
SummaryProfileResult::Init(ProfiledEntity* entity)
src/bin/debug/profile/SummaryProfileResult.cpp
71
SummaryProfileResult::AddSamples(ImageProfileResultContainer* container,
src/bin/debug/profile/SummaryProfileResult.cpp
79
SummaryProfileResult::AddExpectedTicks(int32 expected)
src/bin/debug/profile/SummaryProfileResult.cpp
86
SummaryProfileResult::AddDroppedTicks(int32 dropped)
src/bin/debug/profile/SummaryProfileResult.cpp
93
SummaryProfileResult::PrintResults(ImageProfileResultContainer* container)
src/bin/debug/profile/SummaryProfileResult.h
56
class SummaryProfileResult : public ProfileResult,
src/bin/debug/profile/SummaryProfileResult.h
59
SummaryProfileResult(ProfileResult* result);
src/bin/debug/profile/SummaryProfileResult.h
60
virtual ~SummaryProfileResult();
src/bin/debug/profile/profile.cpp
140
fSummaryProfileResult = new(std::nothrow) SummaryProfileResult(
src/bin/debug/profile/profile.cpp
499
SummaryProfileResult* fSummaryProfileResult;