【发布时间】:2018-12-11 01:44:35
【问题描述】:
我有一个在本地机器上运行的 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
【问题讨论】:
-
谁能帮帮我?
标签: asp.net-web-api jetbrains-ide dottrace