|
Project Information
Links
|
Integrating the profiler in your App Engine application will produce logs which show where your application is spending CPU and other resources. You will get detailed information where your application is being slow, which sections of your code are not optimized and cost you the most, in regards to page response time and billable resources. You can review the profiler output in the logs of your application which are accessible in the application's Administration Console. Alternatively you can also download the logs using the Python SDK on your local computer. The Wiki pages of the project give examples and screenshots, and further information. Currently, the profiler provides statistics about the following App Engine subsystems in a page:
The pluggable nature of the implementation allows more subsystems to be added later, and they are in the roadmap of the project:
Your comments and contributions are always welcome. |