File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1145,6 +1145,8 @@ less out/aarch64/gem5/default/0/termout.txt
1145
1145
less out/aarch64/gem5/default/1/termout.txt
1146
1146
....
1147
1147
1148
+ Each line is prepended with the timestamp in seconds since the start of the program when it appeared.
1149
+
1148
1150
You can also add a prefix to the build ID before a period:
1149
1151
1150
1152
....
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ coreutils \
34
34
cpio \
35
35
expect \
36
36
git \
37
+ moreutils \
37
38
tmux \
38
39
unzip \
39
40
vinagre \
Submodule
gem5 updated from 60600f0 to ff52563
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ if "$tmux"; then
363
363
eval " ./tmu ./rungdb -a '${arch} -L ${common_linux_variant} ' -n ${common_run_id} ${tmux_args} "
364
364
fi
365
365
fi
366
- cmd=" ${cmd} \\
367
- |& tee ${common_termout_file} \
366
+ cmd=" time ${cmd} \\
367
+ |& tee >(ts -s %.s > ${common_termout_file} ) \
368
368
"
369
369
" ${root_dir} /eeval" " $cmd " " ${common_run_dir} /run.sh"
You can’t perform that action at this time.
0 commit comments