• Another important thread command used in programming is gprof.

    编程使用另一个重要线程命令gprof

    youdao

  • You can use gprof to profile your program and determine which functions are using the CPU.

    可以使用gprof程序进行概要分析,确定哪些函数正在使用CPU

    youdao

  • You can see that approximately no time is spent executing code in user space, so gprof will not really be useful here.

    我们可以看出几乎没有多少时间花费在执行用户空间代码因此gprof在此处不会非常有用

    youdao

  • The gprof command produces an execution profile of your compiled programs, either in c, Pascal, FORTRAN, or even COBOL.

    gprof命令编译程序(可能cPascalFORTRAN或者甚至是COBOL编写的程序)产生一个执行概要

    youdao

  • Once you start getting into multiple threads, you might want to start looking at a profiler. gprof is a good place to start.

    一旦开始多个线程,你可能开始寻找分析器。 预测模型一个好的开始。

    youdao

  • In general, a good benchmark for seeing how useful gprof will be in helping you optimize your application is to run it under the time command.

    通常一个很好的基准测试可以用来查看gprof对于帮助应用程序进行优化是多么有用,方法是time命令下面执行

    youdao

  • The reason for this is that gprof works by instrumenting the program such that measurements are taken at fixed intervals of the program's run time.

    原因 gprof仅仅通过固定周期程序运行时间 进行采样测量工作的。

    youdao

  • Gprof reports on your flow control through all the subroutines of your program and provides you with the amount of CPU time consumed by each subroutine.

    gprof可以报告程序所有例程的流程控制提供每个例程使用的CPU时间

    youdao

  • Prof and gprof require code to be compiled with either the -p or -gp flag to provide information on the number of times a function is called, who called the function, and the like.

    profgprof要求pgp标志编译代码,从而提供调用函数次数、函数调用信息

    youdao

  • On the other handassuming you have GCC installedone of the main advantages of gprof over the alternatives is that you most likely already have it installed on any Linux machine you use.

    方面来说,假设我们已经安装gcc,gprof相对于其他工具来说,一个主要优点可能早已Linux机器上安装了需要使用的工具。

    youdao

  • A major difference between this profiling technique and micro-profiling with tprof is that micro-profiling can analyze a time slice of the program versus the entire program, as do prof and gprof.

    这种剖析技术tprof微剖析主要差异,微剖析可以分析程序时间整个程序,而profgprof只能分析整个程序。

    youdao

  • This article introduces a profiling tool provided with the GNU compiler tool chain, the imaginatively named GNU profiler (gprof), for those who are relatively new to open source development tools.

    本文简要介绍GNU编译器工具包所提供一种剖析工具,它的名字可以产生无限遐想,叫 GNUprofilergprof)。 本文主要面向那些开放源码软件开发工具的新手。

    youdao

  • This article introduces a profiling tool provided with the GNU compiler tool chain, the imaginatively named GNU profiler (gprof), for those who are relatively new to open source development tools.

    本文简要介绍GNU编译器工具包所提供一种剖析工具,它的名字可以产生无限遐想,叫 GNUprofilergprof)。 本文主要面向那些开放源码软件开发工具的新手。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定