mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

profiling/

mg_clineprofile.pro

includes main-level program

Routines

top mg_clineprofile

mg_clineprofile, profile_file [, output_directory=string] [, files=strarr] [, /all_files]

Creates color coded HTML output of line profiling output.

Parameters

profile_file in required type=string

filename for profile output from gprof

Keywords

output_directory in optional type=string default=current directory

directory to place output into, defaults to the current directory

files in optional type=strarr

array of filenames listed in the profile output to create output for

all_files in optional type=boolean

set to create output for all files listed in the profile output

Examples

For example, to profile the results output by grof in the file profile_results/profile.aasquare_PlateRad000.txt, where the source code files are in the current directory, use:

mg_clineprofile, 'profile_results/profile.aasquare_PlateRad000.txt', $ output_dir='profile_output', $ /all_files

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 142
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.