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

Merge in NL_Middleware helpful classes #218

Open
tkevinbest opened this issue May 13, 2024 · 2 comments
Open

Merge in NL_Middleware helpful classes #218

tkevinbest opened this issue May 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tkevinbest
Copy link
Member

🚀 Feature Request

We have lots of classes that are written for NL_Middleware that may be helpful to the OSL community. For example, my ZMQ publisher is useful to broadcast data from the OSL. Perhaps viconMan too? Gray's Stat profiler? The possibilities are endless!

For example, here's a link to the ZMQ publisher: https://github.com/UM-LoCoLab/NeuroLocoMiddleware/blob/OSL2_integrationBranch/PubSubNetworking_ZMQ.py

@tkevinbest tkevinbest added the enhancement New feature or request label May 13, 2024
@tkevinbest
Copy link
Member Author

tkevinbest commented May 21, 2024

ACTUALLY - let's start with Stat Profiler: https://github.com/UM-LoCoLab/NeuroLocoMiddleware/blob/main/StatProfiler.py

@SSProfile.profile('myFunc')
def something:
     code you wanna time

@tkevinbest
Copy link
Member Author

Assigning @ellliewilson to adding the StatProfiler class to the utilities module. We need to port over stat profiler, write some unit tests, doc strings, and add it to the documentation.

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

2 participants