You're thinking of the GWT profiler. We're referring to AppStats: http://code.google.com/appengine/docs/java/tools/appstats.html
<http://code.google.com/appengine/docs/java/tools/appstats.html>Run that to figure out where your CPU is going. I'm going to point out that no one in this thread can help you because you haven't described what you are doing yet besides give us a number of URLFetches. First run AppStats. Follow up by posting code. What you're doing now is akin to going to the doctor and saying, "it hurts" but not telling us where or what you did prior to the pain. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Fri, Feb 4, 2011 at 11:03 AM, dudu <[email protected]> wrote: > I can't run the profiler, because I don't use GWT on my project. I can just > use the VisualVM. > Do you think the delay to download the xml content response is responsible > for all this CPU usage? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
