-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Add a pspy* function #47
Comments
Hey James, sure - that'd be a welcome change. You want to submit a PR, or prefer that I do it? |
Hey James, this'll be included in an upcoming version. |
Thanks - sorry for the delay. I got dragged onto other things and completely forgot about this. |
No problem - cheers! :-) |
ptaoussanis
added a commit
that referenced
this issue
Jul 27, 2014
maurolopes
pushed a commit
to maurolopes/timbre
that referenced
this issue
Aug 7, 2014
ptaoussanis
added a commit
that referenced
this issue
Aug 14, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
pspy
is a macro, which makes it hard to incorporate into a generalised function. For example, I can't write:To profile my tests.
To fix this, please consider a refactor along the following lines:
The text was updated successfully, but these errors were encountered: