next up previous
Next: Two Examples Up: Performance Visualization (a white Previous: Introduction

Performance Visualization Tools

A family of tools for helping with this problem is just beginning to evolve. Unlike profiling tools such as Gauge[2], these tools try to capture the precise sequence of events occurring during program execution as opposed to counting those events. A minimal amount of data about each event is captured in a log file of some kind, and the log is then examined in post-mortem fashion. Real-time display of events being logged is possible, but usually unproductive, because the subsequences one is interested in occur so rapidly.

Implementation of such tools raises a number of issues:


next up previous
Next: Two Examples Up: Performance Visualization (a white Previous: Introduction
Karen D. Toonen
1998-11-19