我有一个在本地机器上运行的 WebAPI 项目,它通过服务层上的远程代理(本地机器)调用服务器端代码。分析器能够跟踪热点,但只能跟踪到服务层,热点都指向调用服务器端方法的方法。
如何让分析器跟踪服务器端代码中的瓶颈?
注意事项:
1. Controller and service layer = .Net4.5
2. Server Side = .Net 3.5
3. Remote Proxy is using local web service.
我做过的事情
1. Profile the whole project
2. Profile the web service
3. Run the remote agent locally