Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiling for speed and memory usage #24

Open
bnord opened this issue Apr 27, 2023 · 4 comments
Open

profiling for speed and memory usage #24

bnord opened this issue Apr 27, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@bnord
Copy link
Contributor

bnord commented Apr 27, 2023

No description provided.

@bnord bnord added the enhancement New feature or request label Apr 27, 2023
@evavagiakis
Copy link
Collaborator

Do we want to add this to our initial release to-dos @bnord @samueldmcdermott ?

@samueldmcdermott
Copy link
Contributor

I've always just used the ipython magic %timeit on various parts of my code, so I've never done anything more systematic or comprehensive. Could be interesting, or it could be a huge time suck and diversion from physics -- I'm not sure how to assess! I think it's probably worthwhile to at least have some sense of how long your code takes (eg to make sure you're not doing an unnecessary for loop when you could be doing a numpy list comprehension) and I'm happy to help with that at some point

@bnord
Copy link
Contributor Author

bnord commented Sep 14, 2023

I think that we should do something so that we understand how time and memory scale as a function of the number of objects.

I don't think this needs to be a part fo the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants