1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 11:22:41 +01:00

glbench: renamed start_activity to launch_package

To match changes made in: ff5f48b7e7
This commit is contained in:
Sebastian Goscik
2016-04-14 16:34:05 +01:00
parent 985b249a24
commit 73aa590056

View File

@@ -108,7 +108,7 @@ class GlbCorp(ApkWorkload):
self.monitor = GlbRunMonitor(self.device) self.monitor = GlbRunMonitor(self.device)
self.monitor.start() self.monitor.start()
def start_activity(self): def launch_package(self):
# Unlike with most other APK workloads, we're invoking the use case # Unlike with most other APK workloads, we're invoking the use case
# directly by starting the activity with appropriate parameters on the # directly by starting the activity with appropriate parameters on the
# command line during execution, so we dont' need to start activity # command line during execution, so we dont' need to start activity