HomeSort by relevance Sort by last modified time
    Searched refs:fTot (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 179 , fTot(0.0)
193 fTot = 0.0;
198 double time(int index) const { return fTimes[index] / fTot; }
202 double totTime() const { return fTot; }
209 double fTot; // total of all times in 'fTimes'
254 fTot += time;
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 179 , fTot(0.0)
193 fTot = 0.0;
198 double time(int index) const { return fTimes[index] / fTot; }
202 double totTime() const { return fTot; }
209 double fTot; // total of all times in 'fTimes'
254 fTot += time;
    [all...]

Completed in 51 milliseconds