sapi: Add profiling done message

This commit is contained in:
Sebastian Huber
2014-04-22 11:50:29 +02:00
parent 8365ad1347
commit aea93fb408

View File

@@ -37,5 +37,11 @@ void rtems_test_fatal_extension(
1,
" "
);
/* Add some stuff to help broken debuggers */
printk(
"*** PROFILING DONE %s ***\n",
rtems_test_name
);
}
}