blob: 7d449b60028e4ace61f159e3469cdeac1db81cf9 [file] [log] [blame]
PulkoMandy17fc7592022-07-28 18:27:54 +02001
2INTRODUCTION
3
4 vprof is a portable utility to visualize the profiling information,
5 which are usually stored in the file "mon.out".
6 It shows the percentage of total time spent in a function, the
7 total time in seconds, the number of function calls and the time
8 by call in ms.
9
10
11LEGAL
12
13 vprof is freeware.
14
15
16USAGE
17
18 vprof [mon.out]
19
20 If the profiling file has another name than "mon.out", you may
21 specify it as an argument to vprof.
22
23 Some vbcc code generators are able to create profiling information
24 by compiling with the -prof option (vbccm68k, for example).
25
26
27BUGS
28
29 The percentage column is still not working and will always
30 display "n.a.".
31
32
33Frank Wille frank@phoenix.owl.de