thirdparty/google_appengine/google/appengine/runtime/apiproxy.py
changeset 2878 cf4b80992451
parent 2864 2e0b0af889be
--- a/thirdparty/google_appengine/google/appengine/runtime/apiproxy.py	Mon Sep 07 20:26:39 2009 +0200
+++ b/thirdparty/google_appengine/google/appengine/runtime/apiproxy.py	Mon Sep 07 20:27:37 2009 +0200
@@ -131,6 +131,7 @@
 
   def __MakeCallDone(self):
     self.__state = RPC.FINISHING
+    self.cpu_usage_mcycles = self.__result_dict['cpu_usage_mcycles']
     if self.__result_dict['error'] == APPLICATION_ERROR:
       self.__exception = apiproxy_errors.ApplicationError(
           self.__result_dict['application_error'],