Jump to content

Synchronization complexity

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Addbot (talk | contribs) at 11:28, 21 March 2013 (Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q2900917). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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