Document Actions
Performance tools
Up to Table of Contents
An overview of tools to analyze the behaviour of programs
Performance monitoring
Some simple performance monitoring tools:
- Find the use of memory, CPU time and other information about all running tasks
- time spent, memory and page faults
- Monitor file access
- trace system calls and signals
- disk monitoring
- Simple tool to quantify cache misses
- Compiler option for optimization report
Document Actions

