首页    期刊浏览 2025年03月02日 星期日
登录注册

文章基本信息

  • 标题:Loop Block Profiling with Performance Prediction
  • 本地全文:下载
  • 作者:Mohsin Khan ; Maaz Ahmed ; Waseem Ahmed
  • 期刊名称:International Journal of Computer Trends and Technology
  • 电子版ISSN:2231-2803
  • 出版年度:2017
  • 卷号:47
  • 期号:4
  • 页码:199-204
  • DOI:10.14445/22312803/IJCTT-V47P131
  • 出版社:Seventh Sense Research Group
  • 摘要:With increase in the complexity of High Performance Computing systems, the complexity of applications has increased as well. To achieve better performance by effectively exploiting parallelism from High Performance Computing architectures, we need to analyze/identify various parameters such as, the code hotspot (kernel), execution time, etc of the program. Statistics say that a program usually spends 90% of the time in executing less than 10% of the code. If we could optimize even some small portion of the 10% of the code that takes 90% of the execution time we have a high probability of getting better performance. So we must find the bottleneck, that is the part of the code which takes a long time to run which is usually called the hotspot. Profiling provides a solution to the question which portions of the code should be optimized/parallelized, for achieving better performance. In this research work we develop a lightweight profiler that gives information about which portions of the code is the hotspot and estimates the maximum speedup that could be achieved, if the hotspot is parallelized.
  • 关键词:Profiling; Loop Block Profile; CodeAnalysis; Performance Prediction; Speedup Estimation
国家哲学社会科学文献中心版权所有