Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / platform / profiler / android_prebuilt_profiler_helper.py
index 4bc491d..5c0d644 100644 (file)
@@ -11,6 +11,7 @@ more detailed information.
 
 import os
 
+from telemetry import decorators
 from telemetry.core import util
 from telemetry.page import cloud_storage
 
@@ -32,6 +33,7 @@ def GetIfChanged(profiler_binary):
                              cloud_storage.PUBLIC_BUCKET)
 
 
+@decorators.Cache
 def InstallOnDevice(adb, profiler_binary):
   GetIfChanged(profiler_binary)
   adb.PushIfNeeded(GetHostPath(profiler_binary), GetDevicePath(profiler_binary))