diff -r 27971a13089f -r 2e0b0af889be thirdparty/google_appengine/google/appengine/runtime/apiproxy.py --- a/thirdparty/google_appengine/google/appengine/runtime/apiproxy.py Sat Sep 05 14:04:24 2009 +0200 +++ b/thirdparty/google_appengine/google/appengine/runtime/apiproxy.py Sun Sep 06 23:31:53 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'],