mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Added executive time tic value information to S_job_execution. (#1605)
This commit is contained in:
parent
9076a3e88f
commit
25b692d055
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user