Jump to content

Synchronization complexity: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q2900917
No edit summary
Line 2: Line 2:


== Further reading ==
== Further reading ==
* [http://www.synchronizationcomplexity.com/ Synchronization complexity]
* [http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=5934801 Synchronization complexity]


[[Category:Software metrics]]
[[Category:Software metrics]]

Revision as of 10:06, 11 May 2013

Synchronization complexity is a quantified attribute (see also: measurement) of a characteristic of a concurrent software product. It measures the additional complexity incurred by the synchronization constructs used in the software, and does that by analyzing the software source code. It is essentially an extension of the cyclomatic complexity for multitasking/multithreaded programs.

Further reading