Papers/Multi_Core기반 테스트
Performance Analysis for Distributed Parallel Java Programs with Aksum
tomato13
2008. 7. 4. 18:01
ieeexplore.ieee.org/iel5/10428/33122/01558673.pdf
Analysis of Distrubuted Java Application Using Dynamic Instrumentation(www.dps.uibk.ac.at/projects/
- Inefficiency
core의 개수와 region의 execution time간의 상관관계가 없으면 inefficiency에 대한 severity는 증가한다.
- LoadImbalance
The property LoadImbalance is computed for code regions where the CPU time corresponds to at least 95% of the execution time.
- Overhead
Performance overheads reflect basic resons why a program does not perform ideally, for instance due to cache misses, excessive communication or IO operations.