You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
I have attached an html file which show the results I am getting. Even though I have spent the past few days trying to understand the results I am not able to. The problem seems to be that there are a large number of imports shown here all of which are in `sympy\__init__.py` or `sympy\physics\__init__.py` and I'm not able to find a way to get the time taken by functions inside `lagrange.py` itself. I understand that imports form a big chunk of time taken as they should, but the question remains on how could algorithmic performances be found in `lagrange.py` itself.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
I wanted to get an idea on how to carry out the project 'Efficient equation of motion generation' and hence wanted to find bottlenecks in the codebase, specifically the mechanics package. And as Mr. Jason Moore pointed out in an other email thread that things could be sped up by improving algorithms in modules like the matrix module. So I was trying to find such functions/modules which affect the performance of the mechanics package. I also tried cProfile but it wasn't much helpful either.