1BGLPROF(1)                  General Commands Manual                 BGLPROF(1)
2
3
4

NAME

6       bglprof - display call graph profile data for Bigloo programs
7
8

SYNOPSIS

10       bglprof [ options ] [ objfile [ gmon.out ] ]
11
12

DESCRIPTION

14       bglprof is a front-end to the gprof program. Any option that applied to
15       gprof suits for bglprof. bglprof reads an extra  monitoring  file,  the
16       bmon.out file. This file is generated when executing a program that has
17       been linked by Bigloo making use of the -p option. See the glprof  man‐
18       ual for an detailed documentation.
19
20

OPTIONS

22       -v   verbose mode.
23
24

EXAMPLE

26       Here is the sequence of commands to get a Bigloo profile:
27
28       $ bigloo foo.scm -p -unsafe -O4 -c
29       $ bigloo foo.o -p -unsafe -O4 -c -o a.out
30       $ ./a.out
31       $ bglprof
32
33

SEE ALSO

35       bigloo(1), prof(1), gprof(1)
36
37

AUTHOR

39       Manuel SERRANO, Manuel.Serrano@inria.fr
40
41
42
43
44
45                                  Aug 15 1998                       BGLPROF(1)
Impressum