Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » MT anomaly...
Re: MT anomaly... [message #15910 is a reply to message #15845] Thu, 15 May 2008 15:09 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
BTW, further thinking about the issue, I am going to introduce contention profiling to U++.

Something like

Mutex x;
CPROF(x);


would print approximate number of contention cases (defined as "blocked Enter") at the end of process (just like TIMING / RTIMING does).

The only problem is that this needs more code in Mutex, making it less efficient, hencefore it will only be activated by config flag....

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: If we are going to do debugger in Linux
Next Topic: Another new ubuntu problem...
Goto Forum:
  


Current Time: Mon Apr 29 12:41:22 CEST 2024

Total time taken to generate the page: 0.01871 seconds