Jump to content

Synchronization complexity: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m r2.7.3) (Robot: Adding zh:同步複雜度
Addbot (talk | contribs)
m Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q2900917
Line 7: Line 7:


{{soft-eng-stub}}
{{soft-eng-stub}}

[[he:סיבוכיות סנכרון]]
[[zh:同步複雜度]]

Revision as of 11:28, 21 March 2013

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