加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

c# – Visual Studio 2010检测分析器中使用的是什么时间单位?

发布时间:2020-12-16 01:49:57 所属栏目:百科 来源:网络整理
导读:Visual Studio 2010中的分析器很棒,但是我看不到报告检测分析器的时间结果是什么单位.结果表只是数字,我在UI中找不到任何地方我可以设置单位(如 there is in e.g. AQTime). 我已经阅读了MSDN上的“Understanding Instrumentation Data”部分,但它只是用时间
Visual Studio 2010中的分析器很棒,但是我看不到报告检测分析器的时间结果是什么单位.结果表只是数字,我在UI中找不到任何地方我可以设置单位(如 there is in e.g. AQTime).

我已经阅读了MSDN上的“Understanding Instrumentation Data”部分,但它只是用时间来解释数字. (“执行所花费的总时间……”)

有谁知道使用了什么单位(毫秒,微秒,刻度等)?我猜几毫秒,但我不是百分百肯定.

解决方法

时间以毫秒(msec)或处理器周期(滴答)为单位.

根据the MSDN docs(它指的是vs2008,但它仍然是相同的):

The time in milliseconds (msec) or processor cycles (ticks) that was spent in the direct execution of this function,excluding time spent in child functions called by this function.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读