|
crown
1.0.0
|
Public Attributes | |
| int | taskIndex |
| int | groupIndex |
| int | workload |
| int | coresInGroup |
| float | efficiency |
| int | frequencyOfTask |
| float | runtime |
| struct task * | next |
| struct task * | previous |
| int | id |
| int | group |
| double | time_unscaled |
| double | time_scaled |
Definition at line 52 of file crownFigureGen.c.
Definition at line 57 of file crownFigureGen.c.
| float task::efficiency |
Definition at line 58 of file crownFigureGen.c.
Definition at line 59 of file crownFigureGen.c.
| int task::group |
Definition at line 88 of file CrownScalingHeight.cpp.
| int task::groupIndex |
Definition at line 55 of file crownFigureGen.c.
| int task::id |
Definition at line 88 of file CrownScalingHeight.cpp.
| struct task* task::next |
Definition at line 61 of file crownFigureGen.c.
| struct task* task::previous |
Definition at line 62 of file crownFigureGen.c.
| float task::runtime |
Definition at line 60 of file crownFigureGen.c.
| int task::taskIndex |
Definition at line 54 of file crownFigureGen.c.
| double task::time_scaled |
Definition at line 89 of file CrownScalingHeight.cpp.
| double task::time_unscaled |
Definition at line 89 of file CrownScalingHeight.cpp.
| int task::workload |
Definition at line 56 of file crownFigureGen.c.