app/profiler.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 28 Aug 2009 11:45:55 -0700
changeset 2833 5aa891de5aa5
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Add a new per-request value store to Core

import gae_django
import app_profiler.app_profiler

def main():
   app_profiler.app_profiler.main()

if __name__ == '__main__':
   main()