THe issue I'm running into is here: http://stackoverflow.com/questions/20455687/deserialization-performance-in-objecitfy-3-x
and its most easily replicated in production. On Monday, December 9, 2013 11:21:10 PM UTC-8, Vinny P wrote: > > On Mon, Dec 9, 2013 at 2:17 PM, aloo <[email protected] <javascript:>> > wrote: > >> I'm running into some performance issues and I'd like to see where my >> application is spending time. I've used appstats and determined its not an >> RPC issue, so I'd like to profile my code, the libraries I'm using, as well >> as the appengine sdk code. >> >> What tools do you use to do this? I'm assuming most of them only work in >> the dev environment? >> > > > You're correct, most tools work only in the dev environment. Of course, > the simple route is to log the current time [ *System.out.println(new > Date());* ] at key points in your code and automatically process the log > results. > > Otherwise you'll have to run your application within the dev server and > attach timers to that. The dev server is pretty good at emulating the > production environment, so there's nothing wrong with choosing this route. > Is there a specific reason that you want to time operations within > production App Engine and not dev? > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
