man bprof (Commandes) - display call graph profile data for Bigloo programs
NAME
bprof - display call graph profile data for Bigloo programs
SYNOPSIS
bprof [ options ] [ objfile [ gmon.out ] ]
DESCRIPTION
bprof is a front-end to the gprof program. Any option that applied to gprof suits for bprof. bprof reads an extra monitoring file, the bmon.out file. This file is generated when executing a program that has been linked by Bigloo making use of the -p option. See the prof manual for an detailed documentation.
OPTIONS
- -v
EXAMPLE
Here is the sequence of commands to get a Bigloo profile:
$ bigloo foo.scm -p -unsafe -O4 -c $ bigloo foo.o -p -unsafe -O4 -c -o a.out $ ./a.out $ bprof
SEE ALSO
AUTHOR
Manuel SERRANO, Manuel.Serrano@inria.fr