Jump to content

Synchronization complexity: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
Line 1: Line 1:
'''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.
'''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 ==
== Further reading ==
* [http://www.synchronizationcomplexity.com/ Synchronization Complexity]
* [http://www.synchronizationcomplexity.com/ Synchronization complexity]


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

Revision as of 06:01, 16 November 2011

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