Number of messages queued on message pump?

  • Thread starter Thread starter sean.j.forbes
  • Start date Start date
S

sean.j.forbes

Is there an easy way to access the numer of messages queued (pending
invocation) on the message pump? This doesn't have to be from code,
maybe some application like Spy++ provides this information?

Thanks,
Sean
 
Sean,

AFAIK, there is no way to access this. I am curious, for what reason
are you trying to get this information?
 
I was looking for a way to roughly quantify the responsiveness of the
UI. The queue length (sampled and averaged over time) seems like it
would be a simple measurement that would suit my purpose, but maybe
there is a better way to measure UI responsiveness?
Sean,

AFAIK, there is no way to access this. I am curious, for what reason
are you trying to get this information?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Is there an easy way to access the numer of messages queued (pending
invocation) on the message pump? This doesn't have to be from code,
maybe some application like Spy++ provides this information?

Thanks,
Sean
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top