本文介绍了AppEngine兆周期成本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经在AppEngine上分析了我的代码,其中一些代码表示需要158兆周才能运行...好吧,AppEngine上的CPU使用率为每小时0.10美元。
<如果有的话,计算158个兆周期花费的金额是多少?我应该想象,它很小,例如:$ 0.00001?也许? - 但最新的数额是多少? :
I have profiled my code on AppEngine and some of the code says it takes 158 megacycles to run...ok, and CPU usage on AppEngine in $0.10 an hour.
What, if any is the sum to work out how much that 158 megacycles cost? I should imagine, it's quite small, something like: $0.00001 ? perhaps? - but whats the sum?
解决方案
See Google's FAQ:
这篇关于AppEngine兆周期成本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!