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

/haiku/src/bin/debug/profile/
H A Dprofile.cpp133 ProfileResult* profileResult;
134 status_t error = _CreateProfileResult(this, profileResult);
138 BReference<ProfileResult> profileResultReference(profileResult, true);
141 profileResult);
145 return fSummaryProfileResult->Init(profileResult->Entity());
399 ProfileResult* profileResult; local
400 status_t error = _CreateProfileResult(thread, profileResult);
404 thread->SetProfileResult(profileResult);
412 ProfileResult* profileResult; local
415 profileResult
[all...]

Completed in 69 milliseconds