代码分析非标准语言(如 VBS2 脚本)

发布于 2024-08-14 05:33:42 字数 243 浏览 0 评论 0原文

我正在完成一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅笑依然 2024-08-21 05:33:42

我不熟悉 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文