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.
'Papers > Multi_Core기반 테스트' 카테고리의 다른 글
Multithreaded unit testing with ConTest (0) | 2008.07.08 |
---|---|
Toward a Benchmark for Multi-Threaded Testing Tools (0) | 2008.07.07 |
Distributed computing vs. Parallel computing (0) | 2008.07.04 |
Multi-thread in Single procerssor and Multi-processor (0) | 2008.07.04 |
A Survey of MPI Related Debuggers and Tools (0) | 2008.07.02 |