Home
last modified time | relevance | path

Searched refs:FinishedTime (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debuganalyzer/model/
H A DModel.h202 inline nanotime_t FinishedTime() const;
235 inline nanotime_t FinishedTime() const;
745 Model::IOOperation::FinishedTime() const in FinishedTime() function
816 Model::IORequest::FinishedTime() const in FinishedTime() function
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp874 request->FinishedTime() - request->ScheduledTime()); in GetToolTipAt()
882 && operation.FinishedTime() in GetToolTipAt()
893 << format_nanotime(operation.FinishedTime() in GetToolTipAt()