Profiling a source file
Profiling a source file can be done using the following steps:
- Create (Ctrl+N) or open (Ctrl+O) a source file.
- At Tools >> Compiler Options, select a compiler set that supports profiling (-pg).
- Click Profile Analysis (next to the Debug button) to compile and profile the currently visible file.
- When closing the created program, a timing analysis will open.
Profiling a project
Profiling a project file can be done using the following steps:
- Create (Ctrl+N) or open (Ctrl+O) a source file.
- At Tools >> Compiler Options, select a compiler set that supports profiling (-pg).
- Click Profile Analysis (next to the Debug button) to compile and profile the project.
- When closing the created program, a timing analysis will open.
Tips