Next Previous Contents

1. Introduction

There are a variety of performance analysis tools available for examining the execution of a program:

The visual profiler falls into the statistical event sampling category of profiling tools. It can sample clock ticks using the profil system call or can sample a wide range of system events using the PerfAPI package. Note that the PAPI software doesn't truly do statistical event sampling on all platforms. For these platforms, results for sampling events other than time will be inaccurate. If a Intel P6 or AMD K7 processor running Linux is used, then the perfctr package to accurately sample events other than clock ticks.


Next Previous Contents