2 * Copyright 2008-2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
7 #include "ProfileResult.h"
10 // #pragma mark - ImageProfileResultContainer
13 ImageProfileResultContainer::~ImageProfileResultContainer()
18 // #pragma mark - ImageProfileResultContainer::Visitor
21 ImageProfileResultContainer::Visitor::~Visitor()
26 // #pragma mark - ImageProfileResult
29 ImageProfileResult::ImageProfileResult(SharedImage
* image
, image_id id
)
35 fImage
->AcquireReference();
39 ImageProfileResult::~ImageProfileResult()
41 fImage
->ReleaseReference();
46 ImageProfileResult::Init()
52 // #pragma mark - ProfileResult
55 ProfileResult::ProfileResult()
63 ProfileResult::~ProfileResult()
69 ProfileResult::Init(ProfiledEntity
* entity
)
77 ProfileResult::SetInterval(bigtime_t interval
)