NetBeans 分析器 - 时间丢失了?
我尝试使用内置的 NetBeans 分析器来分析我的应用程序。结果完全有意义,而不是一件事 - 子方法的时间和方法的自身时间之和不等于方法显示的值。即自时间为 257 毫秒,子方法 - 110 毫秒,方法的值为 1022。1022 - 257 - 110 = 655 毫秒。你能告诉我这个时间在哪里丢失了吗?
I tried to profile my application using built-in NetBeans profiler. Result completely make sense, instead of one thing - sum of time for sub-methods and self-time of method is not equal to the value, which is displayed for method. I.e. self-time is 257ms, sub-methods - 110ms, and value for method is 1022. 1022 - 257 - 110 = 655ms. Can you tell me where this time is lost?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
动态CPU频率切换是否开启?尝试禁用它,重新运行分析器校准并重新分析项目。
如果它没有帮助,我建议在 http://netbeans.org/bugzilla/
不要忘记附加示例项目(如果可能)。
Is dynamic CPU frequency switching turned on? Try disabling it, rerun the profiler calibration and re-profile the project.
In case it doesn't help I would recommend filing an issue for profiler at http://netbeans.org/bugzilla/
Don't forget to attach the sample project (if possible).