*** empty log message ***

This commit is contained in:
Joel Sherrill
2006-09-14 16:32:17 +00:00
parent 2e4524e5a6
commit 3c6c9b0eb8
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ rtems_task Task_2(
while ( !testsFinished );
showTaskSwitches ();
CPU_usage_Dump();
rtems_cpu_usage_report();
puts( "*** END OF CPU USAGE LIBRARY TEST ***" );
rtems_test_exit( 0 );
}

View File

@@ -112,7 +112,7 @@ rtems_task Task_1_through_5(
if ( pass == 10 ) {
puts( "*** END OF RATE MONOTONIC PERIOD STATISTICS TEST ***" );
CPU_usage_Dump();
rtems_cpu_usage_report();
Period_usage_Dump();
rtems_test_exit( 0 );
}