Monday, August 26, 2013

Cyclomatic Complexity

Cyclomatic Complexity
A software -complexity measure by finding the number of independent paths a program can follow during execution.

Software Complexity

Software Complexity
A quantitative indication of maximum algorithm size and its reliability and a complexity measure.

Software Engineering Services

Software Engineering Services
A Practice for using software engineering approach during the software development process.

Resynchronisation

Resynchronisation
Repeating synchronization by suitable mathematical analysis, reducing the number of IPCs and thus , the delays caused at the processors waiting for the IPCs , in a multiprocessor system.

Total Performance Cost

Total Performance Cost 
Total of all performance costs. This Will be the minimum if the load on the processors is balanced.

Performance cost

Performance cost 
Time taken for execution at a vertex or at a sub-graph or micro thread.

Micro Thread

Micro Thread
A set of instructions or controlled nesting structures in a thread that is the minimum that can be represented by an actor . Merging of micro threads into macro threads is used to minimize the performance cost.