Documentation
¶
Overview ¶
Package apploading provides functions to assist with instrumenting and uploading performance metrics for ARC apploading tasts.
Index ¶
Constants ¶
View Source
const ( // NethelperPort is the port used for nethelper to listen for connections. NethelperPort = 1235 // X86ApkName is the name of the ArcAppLoadingTest APK for x86/x86_64 devices. X86ApkName = "ArcAppLoadingTest_x86.apk" // ArmApkName is the name of the ArcAppLoadingTest APK for Arm devices. ArmApkName = "ArcAppLoadingTest_arm.apk" )
Variables ¶
This section is empty.
Functions ¶
func ApkNameForArch ¶
ApkNameForArch gets the name of the APK file to install on the DUT.
Types ¶
Click to show internal directories.
Click to hide internal directories.