Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 Alternate APIs for RTKernel-32 Program W32Bench |
Program W32BenchW32Bench is a small benchmark to compare the speed of multithreading under Windows and RTKernel-32. Unlike most other demo programs, W32Bench is linked with the Standard Version (as opposed to the Debug Version) of RTKernel-32. Instead of linking the On Time RTOS-32 libraries directly, it uses a custom system DLL, and uses only Win32 API function. In this way the program can be executed under Win32 and under RTTarget-32. W32Bench executes and measures the time for 1,000,000 task switches via semaphores using the Win32 API.
|