Visual Studio 2010 仪器分析器中使用什么时间单位?

发布于 2024-12-21 01:28:43 字数 491 浏览 0 评论 0 原文

Visual Studio 2010 中的探查器非常棒,但我看不到仪器探查器中报告的时间结果的单位。结果表只是数字,我在 UI 中找不到可以设置的任何位置单位(例如 AQTime 中的)。

在此处输入图像描述

我已通读“了解仪器数据”部分,但它只是使用时间来解释数字。 (“执行所花费的总时间...”

有谁知道使用什么单位(毫秒、微秒、滴答声等)?我猜是毫秒,但我不能 100% 确定。

The profiler in Visual Studio 2010 is great and all, but I can't see what unit the time results in the instrumentation profiler is reported in. The results table is just numbers and I can't find anywhere in the UI where I can set the unit (as there is in e.g. AQTime).

enter image description here

I've read through the "Understanding Instrumentation Data" section on MSDN but it just uses time to explain the numbers. ("The total time that was spent executing...")

Does anyone know what unit (milliseconds, microseconds, ticks, etc.) that is used? I'm guessing milliseconds but I'm not 100% sure.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

一念一轮回 2024-12-28 01:28:43

我发现结果表的列标题上有一个工具提示,其中指出“此函数花费的时间(毫秒)”,这证实了它确实是毫秒。

工具提示有答案

I found there's a tooltip on the column headers on the result table which states "The time spent in this function (msec)" which confirms that it is indeed milliseconds.

Tooltip has the answer

战皆罪 2024-12-28 01:28:43

时间以毫秒 (msec) 或处理器周期 (ticks) 为单位。

根据 MSDN 文档(它参考vs2008但还是一样):

以毫秒为单位的时间(msec)或处理器周期(ticks)
直接执行该函数所花费的时间,不包括所花费的时间
在此函数调用的子函数中。

The time is in milliseconds (msec) or processor cycles (ticks).

According to the MSDN docs (It refers to vs2008 but it's still the same):

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.

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