Here is an example of the same request being sent to my app: ------------------------------------------------- Log: ms=120 cpu_ms=190 api_cpu_ms=73 cpm_usd=0.005522
AppStats: memcache.Get 5ms memcache.Set 6ms RPC Total 11ms Grand Total 24ms My own cpu timer: cpu: 0.02917 ------------------------------------------------- Log: ms=37 cpu_ms=70 api_cpu_ms=0 cpm_usd=0.002182 AppStats: memcache.Get 4ms memcache.Set 5ms RPC Total 9ms Grand Total 15ms My own cpu timer: cpu: 0.0283 ------------------------------------------------- One request costs twice as much as the other which is making it very difficult to determine my running costs. It seems like there is some strange api cpu being spent somewhere but I can't figure out where or why? Again, these requests do the exact same thing. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
