Sümer Cip
Sümer Cip
> To avoid the complexity of trying to support this general purpose tracing in a high performance interpreter, we plan to provide an API for inserting debugging and profiling points...
Hey Felix, I was playing with runtime package/profilers a bit for learning and while trying out different things, I happen to see following code is used to retrieve all Goroutines:...
Fixes https://github.com/sumerc/yappi/issues/104, https://github.com/sumerc/yappi/issues/103.
Hi @Suhail-MOHD, Not sure if you have been following, but the issue you opened https://github.com/gevent/gevent/issues/1670 seems to fixed/merged. Do you have any idea on how we should move forward with...
There is no CLI option and/or decorator to enable Greenlet profiling for now.
ytid = PyLong_FromLong(ycurthreadindex++); never releases the reference.
> Currently gevent tests are excluded for 3.11 as it is not compiling on 3.11 yet from https://github.com/sumerc/yappi/pull/107 Include them once `gevent` released on `3.11`.
We started using cibuildwheels + GH actions recently. Maybe there are ways to deploy wheels for more architectures easily.
### Problem This does not happen all the time. Maybe 1 out of 5 or 10 times. We have consumer application with following Reader config: ``` kafkaReaderConfig := kafka.ReaderConfig{ Brokers:...
Add support for Apple Silicon (M1)