| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 107 | ****** |
| McCabe's Cyclomatic Number | MVG | 15 | ****** |
| Lines of Comment | COM | 0 | ******** |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ****** | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 6 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 6 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
| Information Flow measure ( visible ) | IF4v | 0 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
preprocessed_pthreads.c:182 |
18 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| Run( ) definition preprocessed_pthreads.c:84declaration preprocessed_pthreads.c:215 | 35 | 5 | 0 | ****** | ****** |
| accept_move( routing_cost_t, double, Rng * ) definition preprocessed_pthreads.c:132declaration preprocessed_pthreads.c:218 | 15 | 5 | 0 | ------ | ****** |
| annealer_thread( netlist *, int, int, int, int ) definition preprocessed_pthreads.c:191 | 15 | 0 | 0 | ------ | ------ |
| calculate_delta_routing_cost( netlist_elem *, netlist_elem * ) definition preprocessed_pthreads.c:152declaration preprocessed_pthreads.c:219 | 9 | 1 | 0 | ------ | ------ |
| keep_going( int, int, int ) definition preprocessed_pthreads.c:166declaration preprocessed_pthreads.c:220 | 12 | 4 | 0 | ------ | ------ |
| ~annealer_thread( ) definition preprocessed_pthreads.c:210 | 3 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
Rng [V] pass by reference preprocessed_pthreads.c:132pass by reference preprocessed_pthreads.c:218bool [CV] has by value preprocessed_pthreads.c:224netlist [V] pass by reference preprocessed_pthreads.c:192has by reference preprocessed_pthreads.c:223netlist_elem [V] pass by reference preprocessed_pthreads.c:152pass by reference preprocessed_pthreads.c:152pass by reference preprocessed_pthreads.c:219pass by reference preprocessed_pthreads.c:219pthread_barrier_t [CV] has by value preprocessed_pthreads.c:229routing_cost_t [CV] pass by value preprocessed_pthreads.c:132pass by value preprocessed_pthreads.c:218 |