gpt4 book ai didi

将多个 gprof 结果文件组合成一个文件

转载 作者:太空宇宙 更新时间:2023-11-04 03:50:30 30 4
gpt4 key购买 nike

我在 GPROF Automating the profling of C program using GPROF 上问了一个问题

看来我已经找到了一半的解决方案(我现在知道如何使用 bash 脚本自动化 gporf)。另一半是,如果我有 50 个分析结果存储在 analysis[i].text(1=1 到 50)中,我如何将所有这些结果合并到一个文件中,以便我可以轻松地比较所有结果并且可以很容易地复制时间并在 Excelsheet 中绘制图表。

最终的合并分析结果文件可能如下所示;

run#    profiling result (as usual we get from gprof)               

1 matUnopt time .....
matOpt time .....

2 matUnopt time .....
matOpt time .....

3 matUnopt time .....
matOpt time .....

4 matUnopt time .....
matOpt time .....


and so on.

其中每个条目都取自不同的文件并像这样组合。现在我可以在一张表中看到来自不同运行或文件的所有结果。

我该怎么做?

更新详细说明假设我有两个文件:file1 和 file2

文件1

field 1
A
B


field 2
c
D


field 3
E
F

文件2

field 1
G
H


field 2
I
J


field 3
K
L

现在我想要的是一种获取方式:

文件3

field 1
A
B
G
H

field 2
C
D
I
J


field 3
E
F
K
L

最佳答案

关于将多个 gprof 结果文件组合成一个文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20948012/

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