Vtune Memory Leak helper

Viewed 21

I am using VTune to take memory statics for my app memory leak detection.

My Python app have a memory steady increase, it turns out there are "make_new_set" calls which keep creating python arena and seems cause memory leak.

But after my code inspected and other methods like using objgraph to detect growth, i still cannot find its origin.

So if there are any methods to find the origin? vtune profile

0 Answers
Related