Reputation: 942
I'm in the process of profiling memory usage for my native application. When viewing all allocations in a snapshot, is it possible to filter those allocations by module or by a particular heap handle?
Upvotes: 0
Views: 132
Reputation: 46
The Visual Studio 2015 memory profiler does not currently support filtering allocations by module. This is something the Visual C++ team is currently looking into providing for a future release.
Upvotes: 1