sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.45k stars 73 forks source link

filtering results prevents child funcs. to be added #24

Closed sumerc closed 4 years ago

sumerc commented 4 years ago
self._filter = filter
_yappi.enum_func_stats(self._enumerator)
self._filter = None

enumeration is done based on filter and then when we try to make the YChildFuncs we cannot get them because filter excluded them.

sumerc commented 4 years ago

Let's see if this becomes problematic with the new filter_callback API