Project Members:
Software:
Description:
CCMetrics generates the following static metrics for concurrent Java programs:
- # of critical regions
- # of sychronized blocks
- # of synchronized methods
- # of statements inside synchronized methods
- # of statements inside synchronized blocks
- # of semaphores
- # of locks
- # of latches
- # of cyclicbarriers
- # of exchangers
It also generates the following general program metrics:
- # of classes
- # of methods
- # of statements