git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1752 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7370e12596
commit
0ebd06ee97
|
@ -359,7 +359,7 @@ const struct testcase testbmk6 = {
|
||||||
* @page test_benchmarks_007 Mass reschedule performance
|
* @page test_benchmarks_007 Mass reschedule performance
|
||||||
*
|
*
|
||||||
* <h2>Description</h2>
|
* <h2>Description</h2>
|
||||||
* Five threads are created and atomically reschedulated by resetting the
|
* Five threads are created and atomically rescheduled by resetting the
|
||||||
* semaphore where they are waiting on. The operation is performed into a
|
* semaphore where they are waiting on. The operation is performed into a
|
||||||
* continuous loop.<br>
|
* continuous loop.<br>
|
||||||
* The performance is calculated by measuring the number of iterations after
|
* The performance is calculated by measuring the number of iterations after
|
||||||
|
@ -469,8 +469,6 @@ static void bmk8_execute(void) {
|
||||||
|
|
||||||
test_print("--- Score : ");
|
test_print("--- Score : ");
|
||||||
test_printn(n);
|
test_printn(n);
|
||||||
test_print(" reschedules/S, ");
|
|
||||||
test_printn(n);
|
|
||||||
test_println(" ctxswc/S");
|
test_println(" ctxswc/S");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue