代码之家  ›  专栏  ›  技术社区  ›  Itay.B

.Net性能工具[副本]

  •  3
  • Itay.B  · 技术社区  · 14 年前

    可能重复:
    What Are Some Good .NET Profilers?

    有人知道我可以用哪个工具来查看.NETDLL中的哪个函数花了这么长时间吗?

    8 回复  |  直到 7 年前
        1
  •  3
  •   Community Jaime Torres    7 年前

    如果您可以使用visualstudio的高级或最终版本,那么您可以通过“Analyze”主菜单访问内置的分析工具。请参阅此处以获取逐步指南: http://msdn.microsoft.com/en-us/library/ms182372.aspx

    其他选项包括:

    除了visualstudio Profiler之外,我还没有使用过上述任何工具,但是它们可能值得一试。

    Any decent C# profilers out there?

        2
  •  6
  •   Kieren Johnstone    14 年前

    RedGate的ANTS Profiler很棒:

    http://www.red-gate.com/products/ants_performance_profiler/

    希望有帮助。

        3
  •  3
  •   Johnno Nolan    14 年前

    红门蚂蚁档案也许能帮上忙。

    或者你可以用 Stopwatch Class

        5
  •  2
  •   Simon    14 年前

    我在这方面有很好的经验 EQATEC 剖析器,它是免费的个人使用。

        6
  •  0
  •   etc    14 年前
        7
  •  0
  •   Rowland Shaw    14 年前

    我成功地使用了RedGate的 ANTS profiler .

        8
  •  0
  •   xenn_33    14 年前

    我们正在使用Dottrace探查器 http://www.jetbrains.com/profiler/ 对于大多数目的来说都足够了。实际上你可以用蚂蚁,但我个人更喜欢Dottrace