Click here to Skip to main content
15,896,369 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
User performance experience focuses on what is the full cycle time from when the user clicks a button till a new dialog is ready for interaction.
How can I measure Windows softwares' performance exactly to match user experience?
How can I capture the Start Time("from Click")?
How can I capture the End Time("Every thing is done and the dialog becomes interactive")?
The most important thing, I want to make this kind of tool to monitor the other processes'(mostly no pdb.) performance.

Please describe your solution by using C++、Windows、Process、Thread、Message Queue Or any other professional terms. Thx very much!
Posted
Updated 3-Feb-10 15:33pm
v5

1 solution

coldfall wrote:
You can describe your solution(answer) by using C++、Windows、Process、Thread、Message Queue Or any other professional terms. Thx very much!


Wow. This bit makes the whole thing look like an exam question. I guess you didn't bother to use these 'terms' to tag your question. At least now I know you want to use C++ and not .NET.

theTime = CTime::GetCurrentTime();


if you are using MFC.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900