Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

Add cprofile feature to pyleus #62

Open poros opened 9 years ago

poros commented 9 years ago

@patricklucas:

We could add an option to components profile_probability that causes profiles to automatically be captured with the specified probability and emitted via a special stream.

Additionally, add a top-level option profile_enabled so it can be toggled easily.

Moved from PYLEUS-81