...
Server Profiling on AWE Core OS Targets
In general, AWE Core OS runs in a multi threaded fashion and frequently runs multiple threads on several CPUs. The application is not aware of which CPU the thread is running on by default. This means that without some extra work, the default display of CPU % cannot be trusted for multi CPU targets as the assumption is will be that all threads run on a single CPU.
...