Jump to content

Synchronization complexity: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Unreferenced orphan should be merged
Line 1: Line 1:
{{Multiple issues|
{{Orphan|few=July 2015}}
{{Unreferenced|date=July 2015}}
{{Merge|Cyclomatic complexity|date=July 2015}}
}}
'''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.



Revision as of 22:12, 16 July 2015

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