I use MATLAB a lot and they have something call profile. http://www.mathworks.com/help/matlab/ref/profile.html
That allows to profile an application based on execution time (for each function/def) and it gives an alternative to figure out if any of the modules need to be converted to C/C++ for speed improvement. The app I have running using web2py seems slow and its getting bulky with added features by the day. Wondering if there is anything similar to profile in python/web2py we can use figure out what is draining the resources? Some of those modules then may be can be converted to scala or C. Any thoughts? -Ron -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

