代码分析非标准语言(如 VBS2 脚本)
我正在完成一个 VBS2 驱动的 游戏,并即将开始优化代码并提高性能。我似乎找不到任何可以分析专有 VBS2 脚本语言的代码分析工具。有人对我可以用来分析这些脚本的性能或构成我的游戏的进程/线程的工具有任何建议吗?此时,我只是想找到任何可以帮助我分析任何级别的应用程序性能的工具。
预先非常感谢您的帮助!
I'm finishing up a VBS2-powered game and am about to begin optimizing the code and improve performance. I can't seem to find any code profiling tools that can analyze the proprietary VBS2 scripting language. Does anyone have any suggestions for tools I can use to analyze the performance of these scripts, or the processes/threads that make up my game? At this point, I'm just trying to find any tools that can help me analyze the performance of my application at any level.
Thanks so much in advance for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 VBS2,但是你能拍摄 stackshot 吗?工具可以提供帮助,例如 pstack,但如果您只有一个带有暂停按钮或 ctrl-break 的调试器,则可以做到这一点。这是使用它们的详细示例性能调整。这是简短说明。
I'm not familiar with VBS2, but can you take stackshots? Tools can help, like pstack, but if you just have a debugger with a pause button or ctrl-break, you can do it. Here's a blow-by-blow example of using them for performance tuning. Here's a short explanation.