- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 gcc -pg
和 gprof
看到了奇怪的分析结果。
我找不到更好/更小的重现方法,因此我链接了我看到问题的实际代码。
我正在使用代码here ,使用 make prof
我注意到几个错误,主要是:
shape_stream_test
显示为被 ai_best_move_rec
大量调用,并且占用了自身时间总运行时间的 15%ai_best_move_rec
合法调用的其他函数,例如 grid_block_remove
、grid_cpy
、grid_new
甚至不会显示为 children 实际教授统计数据:
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls ms/call ms/call name
53.92 4.00 4.00 4231936 0.00 0.00 grid_eval
13.62 5.01 1.01 4467368 0.00 0.00 shape_stream_test
6.88 5.52 0.51 4690742 0.00 0.00 grid_block_center_top
6.07 5.97 0.45 4521016 0.00 0.00 grid_block_valid
5.80 6.40 0.43 4467368 0.00 0.00 grid_block_add
3.37 6.65 0.25 4467368 0.00 0.00 grid_block_drop
2.02 6.80 0.15 35 4.29 209.20 ai_best_move_rec
1.95 6.95 0.15 235469 0.00 0.00 grid_init
1.75 7.08 0.13 9212461 0.00 0.00 block_extreme
1.48 7.19 0.11 4467402 0.00 0.00 block_move
0.94 7.26 0.07 1654899 0.00 0.00 block_get
0.54 7.30 0.04 block_crust_get
0.40 7.33 0.03 grid_block_set_color
0.27 7.35 0.02 4467368 0.00 0.00 grid_block_remove
0.27 7.37 0.02 235501 0.00 0.00 block_new
0.27 7.39 0.02 grid_block_intersects
0.20 7.40 0.02 235469 0.00 0.00 grid_new
0.13 7.41 0.01 235467 0.00 0.00 shape_stream_peek
0.13 7.42 0.01 drop_amount
0.00 7.42 0.00 621 0.00 0.00 grid_clear_lines
0.00 7.42 0.00 587 0.00 0.00 grid_cpy
0.00 7.42 0.00 35 0.00 0.00 grid_print
0.00 7.42 0.00 34 0.00 0.00 block_init
0.00 7.42 0.00 34 0.00 0.00 block_print
0.00 7.42 0.00 34 0.00 0.00 game_move_print
0.00 7.42 0.00 34 0.00 0.00 grid_apply_moves
0.00 7.42 0.00 34 0.00 0.00 shape_stream_pop
0.00 7.42 0.00 7 0.00 0.00 shape_new
0.00 7.42 0.00 1 0.00 0.00 shape_stream_new
% the percentage of the total running time of the
time program used by this function.
cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.
self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Call graph (explanation follows)
granularity: each sample hit covers 2 byte(s) for 0.13% of 7.42 seconds
index % time self children called name
<spontaneous>
[1] 98.7 0.00 7.32 ai_test [1]
0.15 7.17 35/35 ai_best_move_rec [2]
0.00 0.00 34/34 grid_apply_moves [21]
0.00 0.00 2/235469 grid_new [9]
0.00 0.00 35/35 grid_print [24]
0.00 0.00 34/34 game_move_print [27]
0.00 0.00 34/34 shape_stream_pop [28]
0.00 0.00 1/1 shape_stream_new [30]
-----------------------------------------------
235432 ai_best_move_rec [2]
0.15 7.17 35/35 ai_test [1]
[2] 98.7 0.15 7.17 35+235432 ai_best_move_rec [2]
4.00 0.00 4231936/4231936 grid_eval [3]
1.01 0.00 4467368/4467368 shape_stream_test [4]
0.51 0.11 4690742/4690742 grid_block_center_top [5]
0.45 0.09 4521016/4521016 grid_block_valid [6]
0.43 0.00 4467368/4467368 grid_block_add [7]
0.25 0.00 4467368/4467368 grid_block_drop [8]
0.02 0.15 235467/235469 grid_new [9]
0.11 0.00 4467368/4467402 block_move [12]
0.02 0.00 4467368/4467368 grid_block_remove [16]
0.02 0.00 235467/235501 block_new [17]
0.01 0.00 235467/235467 shape_stream_peek [19]
0.00 0.00 587/587 grid_cpy [23]
0.00 0.00 587/621 grid_clear_lines [22]
235432 ai_best_move_rec [2]
-----------------------------------------------
4.00 0.00 4231936/4231936 ai_best_move_rec [2]
[3] 53.9 4.00 0.00 4231936 grid_eval [3]
-----------------------------------------------
1.01 0.00 4467368/4467368 ai_best_move_rec [2]
[4] 13.6 1.01 0.00 4467368 shape_stream_test [4]
-----------------------------------------------
0.51 0.11 4690742/4690742 ai_best_move_rec [2]
[5] 8.4 0.51 0.11 4690742 grid_block_center_top [5]
0.07 0.00 4690742/9212461 block_extreme [11]
0.04 0.00 1056160/1654899 block_get [13]
-----------------------------------------------
0.45 0.09 4521016/4521016 ai_best_move_rec [2]
[6] 7.3 0.45 0.09 4521016 grid_block_valid [6]
0.06 0.00 4521016/9212461 block_extreme [11]
0.03 0.00 598739/1654899 block_get [13]
-----------------------------------------------
0.43 0.00 4467368/4467368 ai_best_move_rec [2]
[7] 5.8 0.43 0.00 4467368 grid_block_add [7]
-----------------------------------------------
0.25 0.00 4467368/4467368 ai_best_move_rec [2]
[8] 3.4 0.25 0.00 4467368 grid_block_drop [8]
0.00 0.00 635/9212461 block_extreme [11]
-----------------------------------------------
0.00 0.00 2/235469 ai_test [1]
0.02 0.15 235467/235469 ai_best_move_rec [2]
[9] 2.2 0.02 0.15 235469 grid_new [9]
0.15 0.00 235469/235469 grid_init [10]
-----------------------------------------------
0.15 0.00 235469/235469 grid_new [9]
[10] 2.0 0.15 0.00 235469 grid_init [10]
-----------------------------------------------
0.00 0.00 68/9212461 grid_apply_moves [21]
0.00 0.00 635/9212461 grid_block_drop [8]
0.06 0.00 4521016/9212461 grid_block_valid [6]
0.07 0.00 4690742/9212461 grid_block_center_top [5]
[11] 1.8 0.13 0.00 9212461 block_extreme [11]
-----------------------------------------------
0.00 0.00 34/4467402 grid_apply_moves [21]
0.11 0.00 4467368/4467402 ai_best_move_rec [2]
[12] 1.5 0.11 0.00 4467402 block_move [12]
-----------------------------------------------
0.03 0.00 598739/1654899 grid_block_valid [6]
0.04 0.00 1056160/1654899 grid_block_center_top [5]
[13] 0.9 0.07 0.00 1654899 block_get [13]
-----------------------------------------------
<spontaneous>
[14] 0.5 0.04 0.00 block_crust_get [14]
-----------------------------------------------
<spontaneous>
[15] 0.4 0.03 0.00 grid_block_set_color [15]
-----------------------------------------------
0.02 0.00 4467368/4467368 ai_best_move_rec [2]
[16] 0.3 0.02 0.00 4467368 grid_block_remove [16]
-----------------------------------------------
0.00 0.00 34/235501 grid_apply_moves [21]
0.02 0.00 235467/235501 ai_best_move_rec [2]
[17] 0.3 0.02 0.00 235501 block_new [17]
-----------------------------------------------
<spontaneous>
[18] 0.3 0.02 0.00 grid_block_intersects [18]
-----------------------------------------------
0.01 0.00 235467/235467 ai_best_move_rec [2]
[19] 0.1 0.01 0.00 235467 shape_stream_peek [19]
-----------------------------------------------
<spontaneous>
[20] 0.1 0.01 0.00 drop_amount [20]
-----------------------------------------------
0.00 0.00 34/34 ai_test [1]
[21] 0.0 0.00 0.00 34 grid_apply_moves [21]
0.00 0.00 34/235501 block_new [17]
0.00 0.00 68/9212461 block_extreme [11]
0.00 0.00 34/4467402 block_move [12]
0.00 0.00 34/34 block_init [25]
0.00 0.00 34/621 grid_clear_lines [22]
-----------------------------------------------
0.00 0.00 34/621 grid_apply_moves [21]
0.00 0.00 587/621 ai_best_move_rec [2]
[22] 0.0 0.00 0.00 621 grid_clear_lines [22]
-----------------------------------------------
0.00 0.00 587/587 ai_best_move_rec [2]
[23] 0.0 0.00 0.00 587 grid_cpy [23]
-----------------------------------------------
0.00 0.00 35/35 ai_test [1]
[24] 0.0 0.00 0.00 35 grid_print [24]
-----------------------------------------------
0.00 0.00 34/34 grid_apply_moves [21]
[25] 0.0 0.00 0.00 34 block_init [25]
-----------------------------------------------
0.00 0.00 34/34 game_move_print [27]
[26] 0.0 0.00 0.00 34 block_print [26]
-----------------------------------------------
0.00 0.00 34/34 ai_test [1]
[27] 0.0 0.00 0.00 34 game_move_print [27]
0.00 0.00 34/34 block_print [26]
-----------------------------------------------
0.00 0.00 34/34 ai_test [1]
[28] 0.0 0.00 0.00 34 shape_stream_pop [28]
-----------------------------------------------
0.00 0.00 7/7 shapes_read [68]
[29] 0.0 0.00 0.00 7 shape_new [29]
-----------------------------------------------
0.00 0.00 1/1 ai_test [1]
[30] 0.0 0.00 0.00 1 shape_stream_new [30]
-----------------------------------------------
This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.
Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.
% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.
self This is the total amount of time spent in this function.
children This is the total amount of time propagated into this
function by its children.
called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.
name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.
For the function's parents, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the function into this parent.
children This is the amount of time that was propagated from
the function's children into this parent.
called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.
name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.
If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.
For the function's children, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the child into the function.
children This is the amount of time that was propagated from the
child's children to the function.
called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.
name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.
If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.
Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Index by function name
[2] ai_best_move_rec [21] grid_apply_moves [3] grid_eval
[14] block_crust_get [7] grid_block_add [10] grid_init
[11] block_extreme [5] grid_block_center_top [9] grid_new
[13] block_get [8] grid_block_drop [24] grid_print
[25] block_init [18] grid_block_intersects [29] shape_new
[12] block_move [16] grid_block_remove [30] shape_stream_new
[17] block_new [15] grid_block_set_color [19] shape_stream_peek
[26] block_print [6] grid_block_valid [28] shape_stream_pop
[20] drop_amount [22] grid_clear_lines [4] shape_stream_test
[27] game_move_print [23] grid_cpy
后来我发现我结合了 -Ofast 和 -pg 标志,并删除 -Ofast 修复了上面的这些问题。
我的问题是:
这两个标志不兼容吗?我在文档中找不到任何此类警告
如果它们不兼容,这是否是 gcc 错误?
如何解决这个问题,以查看与最积极的优化相匹配的分析结果,这样我就不会浪费时间优化错误的代码?
最佳答案
你想要速度,对吗? -Ofast
仅在调用堆栈的底部起作用。它无法解决只有您才能解决的问题。这只会让他们更难找到。首先关闭优化器并修复您可以修复的问题。 Here's an example of how some people do it.当您尽可能做到这一点后,打开优化器并让它发挥其魔力。
小火焰:) 很多人说分析未优化的代码是浪费时间,但他们从不说出原因。他们在演讲厅听到、在博客上或从 stackoverflow 上读到,来自某个在该主题上具有明确权威的人,无需给出理由。
我认为这是一厢情愿的情况:我的代码基本上是完美的,所以唯一可以加快速度的方法就是运行编译器的优化器。然后,当分析器显示无法加快速度时 - 这显然是正确的,对我来说万岁!
针对评论添加:让我稍微离题一下(抱歉)。我知道人们可以仔细检查代码,在数据表示上投入精力,内联一些函数,进行其他高级优化,并测量这样做的速度。伟大的。但是,如果您每次更改代码的原因只是查看并思考代码,那么无论您的想法如何,它仍然是一种猜测。猜测可能是正确的,但你应该问的问题是“我错过了什么?”和“我如何找到它?”
我和很多人用的方法是 random pausing 。它所需的唯一工具是调试器,如 GDB 或任何 IDE。它与分析的不同之处在于,它直接定位不必要的计算,而不是进行测量并指望您破译它们、过滤掉噪音、查看特定例程并在其中进行搜索。它告诉您特定的代码行和特定的数据,程序正在做什么以及为什么这样做。然后你可以询问是否有一种更少浪费的方法可以做到这一点,很可能是有的。它不做的是告诉您精确的时间分数 - 您只能得到非常粗略的测量结果。它所做的就是识别问题。您可能认为您当然不能依赖这种不准确的方法,如果您只在一个样本上发现问题,那就是事实。但是,如果您在多个样本上看到它,您就知道它很大,并且多次查看它的总体样本越少,它就越大。 Here are the statistics behind it.更重要的是:这将发现任何分析器都会发现的任何问题,甚至更多。
然后,当您发现并解决一个问题时,您可以重新进行所有操作,因为解决一个问题会放大剩余的问题。通过这种方式,你可以“阶梯”加速,直到你不能再加速为止。这就是你获得最大速度的方式as in this example 。然后,无论如何,使用 -Ofast
。
关于c - gcc -Ofast -pg 的 gprof 结果错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38966415/
我正在优化一个简单的遗传算法和神经网络,我正在 GCC 中摆弄一些选项以生成更快的可执行文件。 在我的代码中,我有一些断言,例如 mat mat_add(mat a, mat b) { ass
我在我的程序中使用 -Ofast gcc 选项导致延迟要求。我写了一个简单的测试程序: #include #include static double quiet_NaN = std::numer
我有一个关于最新 GCC 编译器(版本 >= 5)的问题,代码如下: #include void test_nan ( const float * const __restrict__ in
考虑以下测试程序: # include # include using namespace std; int main() { double y = 50.2944, yc = 63.2128
我在 Swift 中使用 Dictionary 实现本质上是缓存。性能远低于我的预期。我读过其他一些问题,例如 this one about array sorting这似乎表明 -Ofast 是答案
在 g++ 4.6(或更高版本)中,除了 -ffast-math 之外,-Ofast 还启用了哪些额外优化? 手册页说此选项“还启用了并非对所有符合标准的程序都有效的优化”。我在哪里可以找到有关这是否
重新编译旧程序使其输出错误结果。 我想知道为什么 . 我知道-Ofast可能“无视严格的标准合规性”,但我很好奇引擎盖下会发生什么。 我将程序简化为这个 最小示例 foo1.c : #include
我只是在阅读 gcc 手册以找出 -O3 之间的区别和 -Ofast . 对于 -O3 -O3 Optimize yet more. -O3 turns on all optimizations sp
在 xcode 5 中,优化级别引入了一个名为 -Ofast 的新级别。 (最快,积极的优化)。我应该何时以及如何使用此级别? 最佳答案 在 GCC 中,-Ofast 表示允许编译器忽略浮点数的有限精
#include int main(void) { int val = 500; printf("%d\n", (int)((long double)val / 500));
我在 http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options 上的 gcc 文档中找到了 Ofast leve
我在 for 循环中实现了 OpenMP 并行化,其中我有一个 sum,这是导致我的代码变慢的主要原因。当我这样做时,我发现最终结果与我为非并行化代码(用 C 编写)获得的结果不同。所以首先,人们可能
我有一个 C 程序,其中包含 math.h 并使用该 header 中的 sqrt 函数。非常奇怪,当我不传递 -Ofast 标志时,我的代码无法编译。 如果我使用以下代码编译我的代码: gcc -s
我使用 gcc -pg 和 gprof 看到了奇怪的分析结果。 我找不到更好/更小的重现方法,因此我链接了我看到问题的实际代码。 我正在使用代码here ,使用 make prof 构建 gprof
这个问题在这里已经有了答案: Does rustc / cargo have a -march=native equivalent? (1 个回答) 关闭 2 年前。 Rust 是否具有 GCC 的
我正在将索引的地址输入到扩展的内联汇编操作中的表中,但是 GCC 在不需要时生成额外的 lea 指令,即使在使用 -Ofast 时也是如此-fomit-frame-pointer 或 -Os -f..
当使用 -O3 编译下面的基准代码时,它在延迟方面的差异给我留下了深刻的印象,所以我开始怀疑编译器是否通过某种方式删除代码来“作弊”。有办法检查吗?我可以安全地使用 -O3 进行基准测试吗?期望速度提
问题 我们有一个用于模拟任务的中型程序,我们需要对其进行优化。我们已经尽最大努力将源代码优化到我们编程技能的极限,包括使用 Gprof 和 Valgrind 进行分析。 最终完成后,我们希望在多个系统
类似于的SO问题What does gcc's ffast-math actually do? 并且与 Clang optimization levels 的 SO 问题相关,我想知道什么 clang
摘要 根据我的测试,使用 -O0 时 NSArray 的平均访问时间最快。我的测试代码访问长度为 0 到 10000 的所有数组的每个元素。 循环每个数组: start = mach_absolute
我是一名优秀的程序员,十分优秀!