Synchronization complexity: Difference between revisions
Appearance
Content deleted Content added
Luckas-bot (talk | contribs) m robot Adding: he:סיבוכיות סנכרון |
Fortyrunner (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''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 |
'''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 == |
== Further reading == |
Revision as of 21:58, 2 January 2011
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.