Hi,
Are you looking for a way to test performance of your application with VS Profiler? If so, you may want to read
this article which shows how to find application bottlenecks with Visual Studio Profiler.
As it is descripted in this
document:
Processor : % User Time.
The value of this counter helps to determine the kind of processing that is affecting the system. Of course the resulting value is the total amount
of non-idle time that was spent on User mode operations. This generally means application code.
Processor : %Privilege Time.
This is the amount of time the processor was busy with Kernel mode operations. If the processor is very busy and this mode is high, it is usually an
indication of some type of NT service having difficulty, although user mode programs can make calls to the Kernel mode NT components to occasionally cause this type of performance issue.
The
%Privilege Time counter indicates the time spent on kernel mode operations.
Sincerely,
Eric
MSDN Subscriber Support in Forum
If you have any feedback of our support, please contact
msdnmg@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.