InstallMetrics

public class InstallMetrics
extends Object

java.lang.Object
   ↳ com.android.ddmlib.InstallMetrics


Summary

Public constructors

InstallMetrics(long uploadStartNs, long uploadFinishNs, long installStartNs, long installFinishNs)

Public methods

long getInstallFinishNs()

Returns the VM clock time at which the installation completed.

long getInstallStartNs()

Return the VM clock time at which the installation began.

long getUploadFinishNs()

Return the VM clock time at which the APK files in the installation were finished uploading to the device.

long getUploadStartNs()

Returns the VM clock time at which the APK files in the installation began to be uploaded to the device.

Public constructors

InstallMetrics

public InstallMetrics (long uploadStartNs, 
                long uploadFinishNs, 
                long installStartNs, 
                long installFinishNs)

Parameters
uploadStartNs long

uploadFinishNs long

installStartNs long

installFinishNs long

Public methods

getInstallFinishNs

public long getInstallFinishNs ()

Returns the VM clock time at which the installation completed.

Returns
long

getInstallStartNs

public long getInstallStartNs ()

Return the VM clock time at which the installation began.

Returns
long

getUploadFinishNs

public long getUploadFinishNs ()

Return the VM clock time at which the APK files in the installation were finished uploading to the device.

Returns
long

getUploadStartNs

public long getUploadStartNs ()

Returns the VM clock time at which the APK files in the installation began to be uploaded to the device.

Returns
long