Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / platform / win_platform_backend.py
index 2ee894e..de9ec47 100644 (file)
@@ -211,6 +211,10 @@ class WinPlatformBackend(desktop_platform_backend.DesktopPlatformBackend):
         return pi['CommandLine']
     raise exceptions.ProcessGoneException()
 
+  @decorators.Cache
+  def GetArchName(self):
+    return platform.machine()
+
   def GetOSName(self):
     return 'win'