Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/284.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Visual Studio 2010 instrumentation profiler中使用的时间单位是什么?_C#_Visual Studio_Visual Studio 2010_Profiling - Fatal编程技术网

C# Visual Studio 2010 instrumentation profiler中使用的时间单位是什么?

C# Visual Studio 2010 instrumentation profiler中使用的时间单位是什么?,c#,visual-studio,visual-studio-2010,profiling,C#,Visual Studio,Visual Studio 2010,Profiling,VisualStudio2010中的探查器非常棒,但我看不到instrumentation profiler中报告的时间单位。结果表只是数字,我在UI中找不到任何可以设置单位的地方 我已经通读了MSDN的“”部分,但它只是用时间来解释数字。(“执行的总时间…”) 有人知道使用什么单位(毫秒、微秒、滴答声等)吗?我猜是几毫秒,但我不是100%确定 时间以毫秒(毫秒)或处理器周期(滴答)为单位 根据(它指的是vs2008,但仍然是一样的): 以毫秒(毫秒)或处理器周期(滴答声)为单位的时间 直接执

VisualStudio2010中的探查器非常棒,但我看不到instrumentation profiler中报告的时间单位。结果表只是数字,我在UI中找不到任何可以设置单位的地方

我已经通读了MSDN的“”部分,但它只是用时间来解释数字。(“执行的总时间…”)


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

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

根据(它指的是vs2008,但仍然是一样的):

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


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

“或”?是哪一个?还有,你有什么消息来源吗?它指的是vs2008,但仍然是一样的