Searched defs:cycleTime (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java40 // For every cycleTime period, we dump the stack of the thread.
45 int cycleTime; field in class:Profile.WatchEntry
77 public synchronized void addWatchEntry(Thread thread, int cycleTime) { argument
80 e.cycleTime = cycleTime;
81 int firstDelay = 1 + mRandom.nextInt(cycleTime);
111 entry.wakeTime += entry.cycleTime;

Completed in 101 milliseconds