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

/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp7 #include "SummaryProfileResult.h"
29 // #pragma mark - SummaryProfileResult
32 SummaryProfileResult::SummaryProfileResult(ProfileResult* result) function in class:SummaryProfileResult
41 SummaryProfileResult::~SummaryProfileResult()
48 SummaryProfileResult::SetInterval(bigtime_t interval)
56 SummaryProfileResult::Init(ProfiledEntity* entity)
71 SummaryProfileResult::AddSamples(ImageProfileResultContainer* container,
79 SummaryProfileResult
[all...]
H A DSummaryProfileResult.h56 class SummaryProfileResult : public ProfileResult, class in inherits:ProfileResult,ImageProfileResultContainer
59 SummaryProfileResult(ProfileResult* result);
60 virtual ~SummaryProfileResult();
H A Dprofile.cpp41 #include "SummaryProfileResult.h"
140 fSummaryProfileResult = new(std::nothrow) SummaryProfileResult(
498 SummaryProfileResult* fSummaryProfileResult;

Completed in 86 milliseconds