咨询与建议

限定检索结果

文献类型

  • 8 篇 会议

馆藏范围

  • 8 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 8 篇 工学
    • 7 篇 计算机科学与技术...
    • 7 篇 软件工程
    • 1 篇 机械工程
    • 1 篇 环境科学与工程(可...
  • 2 篇 理学
    • 2 篇 系统科学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 3 篇 virtual machine
  • 1 篇 decoding
  • 1 篇 java programming...
  • 1 篇 locks (fasteners...
  • 1 篇 system of system...
  • 1 篇 synchronization

机构

  • 6 篇 institute for sy...
  • 4 篇 christian dopple...
  • 2 篇 christian dopple...
  • 1 篇 siemens vai meta...
  • 1 篇 christian dopple...
  • 1 篇 johannes kepler ...
  • 1 篇 christian dopple...

作者

  • 6 篇 hofer peter
  • 6 篇 mössenböck hansp...
  • 3 篇 gnedt david
  • 1 篇 rabiser rick
  • 1 篇 hörschläger flor...
  • 1 篇 vierhauser micha...
  • 1 篇 grünbacher paul
  • 1 篇 wallner stefan
  • 1 篇 schörgenhumer an...
  • 1 篇 danner christian
  • 1 篇 lengauer philipp

语言

  • 8 篇 英文
检索条件"机构=Christian Doppler Lab on Monitoring and Evolution of Very-Large-Scale Software Systems"
8 条 记 录,以下是1-10 订阅
排序:
Efficient sampling-based lock contention profiling for Java  17
Efficient sampling-based lock contention profiling for Java
收藏 引用
8th ACM/SPEC International Conference on Performance Engineering, ICPE 2017
作者: Schörgenhumer, Andreas Hofer, Peter Gnedt, David Mössenböck, Hanspeter Christian Doppler Laboratory on Monitoring and Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria Institute for System Software Johannes Kepler University Linz Austria
Concurrent code commonly uses locks. Choosing between simpler but less scalable and more sophisticated but error-prone locking mechanisms is difficult during development. Therefore, lock contention analysis at run-tim... 详细信息
来源: 评论
Efficient dynamic analysis of the synchronization performance of Java applications  13
Efficient dynamic analysis of the synchronization performanc...
收藏 引用
13th International Workshop on Dynamic Analysis, WODA 2015
作者: Hofer, Peter Gnedt, David Mössenböck, Hanspeter Christian Doppler Laboratory on Monitoring and Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria Institute for System Software Johannes Kepler University Linz Austria
Concurrent programming has become a necessity in order to benefit from recent advances in processor design. However, implementing correct and scalable synchronization in concurrent code remains a challenge. Dynamic an... 详细信息
来源: 评论
Lightweight java profiling with partial safepoints and incremental stack tracing  15
Lightweight java profiling with partial safepoints and incre...
收藏 引用
6th ACM/SPEC International Conference on Performance Engineering, ICPE 2015
作者: Hofer, Peter Gnedt, David Mössenböck, Hanspeter Christian Doppler Laboratory on Monitoring Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria Institute for System Software Johannes Kepler University Linz Austria
Sampling profilers are popular because of their low and adjustable overhead and because they do not distort the profile by modifying the application code. A typical sampling pro-filer periodically suspends the applica... 详细信息
来源: 评论
Sampling-based steal time accounting under hardware virtualization  15
Sampling-based steal time accounting under hardware virtuali...
收藏 引用
6th ACM/SPEC International Conference on Performance Engineering, ICPE 2015
作者: Hofer, Peter Hörschläger, Florian Mössenböck, Hanspeter Christian Doppler Laboratory on Monitoring Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria Johannes Kepler University Linz Austria Institute for System Software Johannes Kepler University Linz Austria
Virtualization enables the eficient sharing of hardware re- sources among multiple virtual machines (VMs). Because the physical resources are limited, the scheduler must often sus- pend one VM to allow some other VM t... 详细信息
来源: 评论
Fast Java profiling with scheduling-aware stack fragment sampling and asynchronous analysis  14
Fast Java profiling with scheduling-aware stack fragment sam...
收藏 引用
PPPJ '14: Proceedings of the 2014 International Conference on Principles and Practices of Programming on the Java platform: Virtual machines, Languages, and Tools
作者: Hofer, Peter Mössenböck, Hanspeter Christian Doppler Laboratory on Monitoring and Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria Institute for System Software Johannes Kepler University Linz Austria
Sampling is a popular approach to profiling because it typically has only a small impact on performance and does not modify the profiled application. Common sampling profilers collect data about an application by paus... 详细信息
来源: 评论
Efficient and accurate stack trace sampling in the Java hotspot virtual machine (Work in Progress Paper)  14
Efficient and accurate stack trace sampling in the Java hots...
收藏 引用
5th ACM/SPEC International Conference on Performance Engineering, ICPE 2014
作者: Hofer, Peter Mössenböck, Hanspeter Christian Doppler Laboratory on Monitoring and Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria Institute for System Software Johannes Kepler University Linz Austria
Sampling is a popular approach to collecting data for profiling and monitoring, because it has a small impact on performance and does not modify the observed application. When sampling stack traces, they can be merged... 详细信息
来源: 评论
VM-level memory monitoring for resolving performance problems
VM-level memory monitoring for resolving performance problem...
收藏 引用
4th Annual ACM International Conference on systems, Programming, Languages, and Applications: software for Humanity, SPLASH 2013
作者: Lengauer, Philipp Christian Doppler Laboratory for Monitoring and Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria
Memory anomalies, such as memory leaks, floating garbage, and excessive garbage collection pauses, impact application performance considerably. Sadly, these anomalies often remain inexplicable as detecting and locatin... 详细信息
来源: 评论
Evolving systems of systems: Industrial challenges and research perspectives
Evolving systems of systems: Industrial challenges and resea...
收藏 引用
1st ACM SIGSOFT/SIGPLAN International Workshop on software Engineering for systems-of-systems, SESoS 2013
作者: Vierhauser, Michael Rabiser, Rick Grünbacher, Paul Danner, christian Wallner, Stefan Christian Doppler Lab on Monitoring and Evolution of Very-Large-Scale Software Systems Johannes Kepler University Linz Austria Siemens VAI Metals Technologies GmbH Turmstraße 44 4031 Linz Austria
An increasing number of software systems today are systems of systems (SoS) comprising decentralized and heterogeneous sys-tems with operational and managerial independence. The evolu-tion of SoS is the rule and not t... 详细信息
来源: 评论