Added executive time tic value information to S_job_execution. (#1605)

This commit is contained in:
Hong Chen 2023-10-31 10:30:41 -05:00 committed by GitHub
parent 9076a3e88f
commit 25b692d055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ;