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

  /sdk/traceview/src/com/android/traceview/
ProfileSelf.java 19 public class ProfileSelf extends ProfileData {
20 public ProfileSelf(MethodData methodData) {
ProfileProvider.java 233 } else if (element instanceof ProfileSelf) {
234 ProfileSelf ps = (ProfileSelf) element;
MethodData.java 239 pdata[0] = new ProfileSelf(this);

Completed in 35 milliseconds