justcodeanalysis.net4.exe * 32 在我的系统中做了什么,导致我的系统变慢?
今天我尝试了Telerik JustCode,我发现我的系统运行速度非常慢。我在任务管理器中发现他们在我的系统上运行一个名为 justcodeanalysis.net4.exe * 32
的 .exe
,这使得我的系统非常慢。在它工作正常之前; JustCode Visual Studio 性能良好。
我应该怎么办?我是否需要卸载它或采取任何措施才能让它在我的系统上更好地运行?
Today I tried Telerik JustCode and I found that my system performed extremely slow. I found in task manager that they run a .exe
on my system called justcodeanalysis.net4.exe * 32
that makes my system very slow. Before it worked fine; JustCode Visual Studio performance was good.
What should I do? Do I need to uninstall it or take any action to have it perform better on my system?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JustCode 对解决方案中的代码执行全面分析,以便在您处理项目时提供快速重构、代码导航和错误报告。分析在启动时进行,因此您应该仅在首次打开项目时看到性能下降。对于小型项目,性能影响应该可以忽略不计,但对于非常大的项目,您可能需要等待几秒钟。当您工作时,分析确实会继续,但只会分析新的或修改的代码。
您可以告诉 JustCode 您希望它分析什么以及它应该刷新的时间间隔。只需转到JustCode |选项|从 Visual Studio 的主菜单中进行代码分析。更新代码分析刷新间隔,以提高或降低分析代码的频率,并选择/取消选择您希望 JustCode 分析的语言。您还可以为您希望 JustCode 从其分析中排除的文件甚至整个项目提供过滤器。
根据我的经验,JustCode 非常快,并且是非常宝贵的代码重构工具。轻微的启动性能影响对于你所获得的功能来说只是一个很小的代价。
查看这篇博客文章< /a> 作者:Telerik 首席传播者 Todd Anglin,其中显示了有关 JustCode 和其他 Visual Studio 插件对启动的影响的真实指标正常运行时间。
我希望这有帮助!
JustCode performs a full analysis of the code in your solution in order to provide quick refactoring, code navigation, and error reporting while you work on your project. The analysis occurs at start up, so you should only see a performance hit when you first open your project. For small projects the performance hit should be negligible, but for very large projects you may have to wait a few seconds. Analysis does continue while you work, but only new or modified code is analyzed.
You can tell JustCode what you want it to analyze and the interval at which it should refresh. Just go to JustCode | Options | Code Analysis from the main menu in Visual Studio. Update the Code analysis refresh interval to have it analyze your code more or less frequently, and select/deselect the languages you want JustCode to analyze. You can also provide filters for files, or even entire projects, you want JustCode to exclude from its analysis.
In my experience, JustCode is very fast and an invaluable code refactoring tool. The slight startup performance impact is a small price to pay for the features you get in exchange.
Check out this blog post by Todd Anglin, Telerik's Chief Evangelist, which shows real metrics regarding the impact JustCode and other Visual Studio plugins have on start up time.
I hope this helps!