Skip to content

Commit

Permalink
Added executive time tic value information to S_job_execution. (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchen99 committed Oct 31, 2023
1 parent 9076a3e commit 25b692d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ int Trick::Executive::write_s_job_execution(FILE *fp) {
}
}

fprintf(fp, "Executive time tic value (tics/second) information\n");
fprintf(fp, " time tic value = %d\n\n", time_tic_value);

fprintf(fp, "Thread information\n");
for ( ii = 0 ; ii < threads.size() ; ii++ ) {
std::stringstream oss ;
Expand Down

0 comments on commit 25b692d

Please sign in to comment.