在Linux上计时共享库加载时间

时间:2017-11-08 19:40:23

标签: c++ linux redhat dynamic-linking

我试图弄清楚我在Linux系统上加载共享库需要多长时间(RHEL 6具体),我想知道那里有什么样的工具计算共享库加载的时间。我还没有找到关于如何做到这一点的任何好消息,我希望有某种工具存在。

1 个答案:

答案 0 :(得分:2)

您应该在LD_DEBUG=statistics下运行:

$ LD_DEBUG=statistics ls > /dev/null
      9897:
      9897:     runtime linker statistics:
      9897:       total startup time in dynamic loader: 1557664 clock cycles
      9897:                 time needed for relocation: 322049 clock cycles (20.6%)
      9897:                      number of relocations: 156
      9897:           number of relocations from cache: 8
      9897:             number of relative relocations: 1257
      9897:                time needed to load objects: 1037549 clock cycles (66.6%)