Sciweavers

632 search results - page 1 / 127
» The Basics of Performance-Monitoring Hardware
Sort
View
65
Voted
MICRO
2002
IEEE
161views Hardware» more  MICRO 2002»
14 years 9 months ago
The Basics of Performance-Monitoring Hardware
Brinkley Sprunt
JVM
2004
165views Education» more  JVM 2004»
14 years 11 months ago
Using Hardware Performance Monitors to Understand the Behavior of Java Applications
Modern Java programs, such as middleware and application servers, include many complex software components. Improving the performance of these Java applications requires a better ...
Peter F. Sweeney, Matthias Hauswirth, Brendon Caho...
62
Voted
OOPSLA
2004
Springer
15 years 3 months ago
Bottleneck analysis in java applications using hardware performance monitors
This poster presents MonitorMethod which helps Java programmers gain insight in the behavior of their applications. MonitorMethod instruments the Java application and relates hard...
Dries Buytaert, Andy Georges, Lieven Eeckhout, Koe...
AADEBUG
2005
Springer
15 years 3 months ago
Code coverage testing using hardware performance monitoring support
Code coverage analysis, the process of finding code exercised by a particular set of test inputs, is an important component of software development and verification. Most tradit...
Alex Shye, Matthew Iyer, Vijay Janapa Reddi, Danie...
66
Voted
SC
2000
ACM
15 years 2 months ago
Using Hardware Performance Monitors to Isolate Memory Bottlenecks
In this paper, we present and evaluate two techniques that use different styles of hardware support to provide data structure specific processor cache information. In one approach...
Bryan R. Buck, Jeffrey K. Hollingsworth