Synchronization complexity

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


This article is issued from Wikipedia - version of the 8/15/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.