Skip to content

Commit

Permalink
report absolute timestamp at start of workload
Browse files Browse the repository at this point in the history
  • Loading branch information
carns committed Oct 4, 2024
1 parent ebea49c commit 05f91cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quintain-benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ int main(int argc, char** argv)

/* if requested, report every sample */
if (trace_flag) {
gzprintf(f, "start_timestamp\t%f\n", start_ts);
gzprintf(f, "# sample_trace\t<rank>\t<start>\t<end>\t<elapsed>\n");
this_ts = 0;
for (i = 0; i < sample_index && i < MAX_SAMPLES; i++) {
Expand Down

0 comments on commit 05f91cf

Please sign in to comment.