microsoft / CLRInstrumentationEngine

The CLR Instrumentation Engine is a cooperation profiler that allows running multiple profiling extensions in the same process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove ProfilerProxy linking in InstrumentationEngine.lib

WilliamXieMSFT opened this issue · comments

Most of the code isn't needed in the ProfilerProxy and would limit moving the proxy to xplat. Consider moving StringUtils to header-only and remove linking.