ghist960 Statistical Profiler


The ghist960 statistical profiler facilitates statistical analysis of the execution behavior of programs containing debug information. To use ghist960, compile your program with the g (Debug) option and link it with the libhis profiling library. Executing the program with representative inputs causes a profile data file to be created. Specify this file when invoking ghist960.

The ghist960 invocation command is:

ghist960 [ -option ]... program [ data_file ]

Each option must be preceded by a - character. (On DOS, you can also use a / character.) The options are listed below.

program identifies your application.

data_file identifies the execution profile data file (ghist.dat by default).



Return to the top of this page.

Go to the ic960 Interface Index.

Go to the gcc960 Interface Index.