gpt4 book ai didi

profiling - 如何使用 nimprof?

转载 作者:行者123 更新时间:2023-12-04 00:21:39 24 4
gpt4 key购买 nike

在我的一个 Nim 项目中,我遇到了性能问题。我现在正在尝试使用 nimprof看看发生了什么。我有一个 import nimprof在我的主源文件中,我正在编译 --profiler:on .当我运行程序时,我可以看到消息:

writing profile_results.txt...
... done

然而, profile_results.txt只包含这个:
total executions of each stack trace:
Entry: 1/1 Calls: 2741/2741 = 1.0e+02% [sum: 2741; 2741/2741 = 1.0e+02%]

运行时间大约为 1 分钟——所以我认为这不足以采样任何东西。有什么办法可以从 nimprof 中得到更有意义的东西吗? ?

最佳答案

您需要添加编译器标志 --stackTrace:on , 否则将没有任何函数名称或行号可供分析。

关于profiling - 如何使用 nimprof?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31624145/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com