I have an app for GAE which uses datastore extensivly. I would like to see which queries happen most frequently. But the built-in statistics shows me only total reads/writes without specific details. Is there a way to see the detailed info on that or may be there is some profiling open-source project of a kind?
Thank you in advance.
Appstats, for Python or Java.