Salec
Salec

Reputation: 942

Visual Studio 2015 Memory Usage Tool - Filter by Heap or DLL

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

Answers (1)

Adam W.
Adam W.

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

Related Questions