FileDocCategorySizeDatePackage
ProfileSelf.javaAPI DocAndroid 1.5 API1003Wed May 06 22:41:10 BST 2009com.android.traceview

ProfileSelf

public class ProfileSelf extends ProfileData

Fields Summary
Constructors Summary
public ProfileSelf(MethodData methodData)

        mElement = methodData;
        mContext = methodData;
    
Methods Summary
public longgetElapsedInclusive()

        return mElement.getTopExclusive();
    
public java.lang.StringgetProfileName()

        return "self";