test case files with time information

This commit is contained in:
van Hauser
2019-07-17 16:39:35 +02:00
parent cf71c53559
commit 4f5acb8f52
4 changed files with 11 additions and 2 deletions

View File

@ -3350,6 +3350,8 @@ static u8* describe_op(u8 hnb) {
sprintf(ret, "src:%06u", current_entry);
sprintf(ret + strlen(ret), ",time:%llu", get_cur_time() - start_time);
if (splicing_with >= 0)
sprintf(ret + strlen(ret), "+%06u", splicing_with);