hi there..
I have purposely made a memory leak issue by called GlobalAlloc(or HeapAlloc) and never free it in my dll library of WIN8.
Then, I enable the additional profile setting "heap usage" for more performance recording before starts the WPR logging, and save an etl file after my scenario.
When I used WPA to open it with symbols loaded and look into the graphic explorer, I can't see any of the heap usage profiling data(graphics) in it. therefore, I am not capable to trace my issue since then.
can any of you give me some clue to fix this out?