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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java185 // Enable profiling for the calling thread. Periodically (every cycleTimeInMs
187 public static void enable(int cycleTimeInMs) { argument
189 sWatchdog.addWatchEntry(t, cycleTimeInMs);

Completed in 30 milliseconds