microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.06k stars 696 forks source link

Provide a StackResolver so that InternStackSource can resolve stacks #1991

Closed marshall-lerner closed 5 months ago

marshall-lerner commented 5 months ago

…along the way

Provide an optional way to resolve the stacks as we are interning them, in case somebody wants a fully resolved stack.

Also, change InternFullStackFromSource from a private method to protected, in case there's a class that extends InternStackSource and wants to call the method directly