Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp307 fMaxRunTime(-1), in Thread()
397 if (runTime > fMaxRunTime) in AddRun()
398 fMaxRunTime = runTime; in AddRun()
H A DModel.h526 nanotime_t fMaxRunTime; variable