Skip to content

v1.0.11.5 - create mechanism to exclude entire packages from memory profiling

Compare
Choose a tag to compare
@ilyaGotfryd ilyaGotfryd released this 09 Mar 17:54
· 26 commits to master since this release
b3d9df3

The issue is that decorators for our bazman REST end point do not respond favorably to memory profiling. Somehow interaction with memory profiler consistently corrupts data on request and causes obscure REST errors. In order to be able to exclude memory profiling from entire packages I added a mechanism that allows user to import a single variable at init.py for the package and prevent every method decorated with @expose() to be permanently excluded from memory profiling.