summaryrefslogtreecommitdiff
path: root/v2.0/source/PROHST.HLP
diff options
context:
space:
mode:
Diffstat (limited to 'v2.0/source/PROHST.HLP')
-rw-r--r--v2.0/source/PROHST.HLP35
1 files changed, 35 insertions, 0 deletions
diff --git a/v2.0/source/PROHST.HLP b/v2.0/source/PROHST.HLP
new file mode 100644
index 0000000..13880e5
--- /dev/null
+++ b/v2.0/source/PROHST.HLP
@@ -0,0 +1,35 @@
1PROHST is a preliminary version of a utility to process the profile
2file produced by the PROFIL utility of MSDOS.
3Those of you familiar with MS-Pascal or MS-Fortran will have little
4difficulty in understanding how the parameters work. There are three,
5the .PRF filename, an optional histogram file (default extension .HST,
6default name same as the .PRF file) and an optional link map. If the
7link map was produced with the line number options PROHST will try
8and relate buckets to line numbers. Otherwise, it will relate it to
9module offsets. If you specify no map file (the default), addresses
10relative to the start of the program will be used. The default extension
11for the map file is .MAP.
12
13a:prohst f;
14
15this will produce a histogram for the file f.prf in f.hst and no map file
16will be assumed.
17
18a:prohst f,,;
19
20this will produce a histogram for f.prf in f.hst and expects a f.map file.
21
22a:prohst f,g,k
23
24this produces a histogram for f.prf in g.hst and expects a map file k.map.
25
26Note that if you select the map option with line numbers, the program will
27appear to be looping. Never fear, go and have lunch or some other time
28consuming pastime, and you will be suprised how long it took to produce
29such a small file. Also, some of the line number/bucket correspondances are
30not what they might be. Future version shoudl fix this. If you make a better
31version, be sure to let me have a copy.
32
33David Jones.
34
35 \ No newline at end of file