Jump to content

Synchronization complexity

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vinney (talk | contribs) at 21:22, 31 July 2010 (Created page with ''''Synchronization Complexity''' is a quantified attribute (see also: measurement) of a characteristic of a concurrent software product. It measures the add...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 essentailly an extension of the Cyclomatic complexity for multitasking/multithreaded programs.

Further reading