Synchronization complexity: Difference between revisions
Appearance
Content deleted Content added
Atlantic306 (talk | contribs) has incoming, |
redirected to Cyclomatic complexity |
||
Line 1: | Line 1: | ||
⚫ | |||
{{Multiple issues| |
|||
{{Unreferenced|date=July 2015}} |
|||
⚫ | |||
}} |
|||
'''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 == |
|||
* [http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=5934801 Synchronization complexity] |
|||
[[Category:Software metrics]] |
|||
{{soft-eng-stub}} |
Latest revision as of 21:12, 16 November 2017
Redirect to: