English 中文(简体)
NetBeans CPU简介员是否使用Wall Clock时或CPU时?
原标题:Does the NetBeans CPU Profiler use Wall Clock Time or CPU Time?

NetBeans CPU简介员是否使用Wall Clock时或CPU时? 这一点很重要,例如,在思考如何将I/O反映在你的特征分析结果时。

最佳回答

“净贝南”的违约是对所有方法时间计算使用围墙(“绝对”时间)。 目前,只有太阳能公司才有时间办法。 如果希望有CPU时间,就可以从“Attach Profiler”窗口中的“先进环境”中获取。 (选择称为“Use thread CPU时r(Solaris only)”)

不管选择哪一种时间环境,这种环境在全球范围内适用于所有类别/方法。 (相比之下,你的Kit允许你使用CPU时间,但使用隔离墙锁定时间的其他方法。)

请注意,不论时间模式如何,NetBeans确实纠正了时间因素,以考虑到简介员的间接费用。

关于I/O: 在设定违约(墙锁)的情况下,方法时间理论上将包括用于阻止I/O业务的时间。

关于时间选择的更多详情,可在。 我发现,与,其中描述了仪器如何在“Exact Call Religion and Timing”模式和“Exact Call Religion, Sampled Timing”模式中发挥作用。

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签