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

Split function calls on argument values #202

Open
DanielHeath opened this issue Feb 22, 2019 · 0 comments
Open

Split function calls on argument values #202

DanielHeath opened this issue Feb 22, 2019 · 0 comments

Comments

@DanielHeath
Copy link

Lots of projects I work on use an SQL database.

Some functions make multiple queries. rbspy graphs tell me that time is spent fetching records, but not the breakdown of the different queries.

I propose a command-line flag, to be used like --split-on-arguments-to in_batches. Any method named in_batches would be treated as a separate method for each unique argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants