1. What's "Performance Monitor".
  Performance Monitor(PM) is a simple performance checking tool  
for KL1 language. PM shows you following items.
  1) Reduction counts for each goal.
  2) Reduction counts for each node.
  3) Suspention counts for each goal.
  4) Suspention counts for each node.
  5) Communication counts for each goal.
  6) Communication counts for each node.
If you want more infomation, read "Doc/pm.tex"(In Japanese/KANJI).

2. Equipments for PM.
  PM can be executed by any KL1 systems under SIMPOS window system.
For example:
	PSI II(pseudo MultiPSI),
	PSI III(pseudo PIM/m), and
	Multi PSI.

3. Files.
  PM contains following files.
chart.esp	   node_red.kl1		select.kl1     
chart.kl1	   node_ref.kl1   	select_ctl.esp 
chart_ctrl.esp	   node_sus.kl1   	select_ctl.kl1 
chart_ctrl.kl1	   pm.kl1         	selectpm.esp   
color.esp	   pm_esp.com     	selectpm.kl1   
color.kl1	   pm_kl1.com     	sim.kl1        
count.kl1	   pred_red.kl1   	slb.kl1        
data.esp	   pred_ref.kl1   	ssb_menu.esp   
dim_inf.esp	   pred_sus.kl1   	string.esp     
g_g_ref.kl1	   primes.kl1     	string.kl1     
gra3d.esp	   primes.pkl1    	trans.kl1      
method.esp	   scroll.esp     	util.kl1       
method.kl1	   scroll.kl1     
method_ctl.esp	   scroll_bar.esp 
method_ctl.kl1	   scroll_ctl.esp 
mon_u.esp	   scroll_ctl.kl1 
my_u.esp	   scrollpm.esp   
n_n_ref.kl1    	   scrollpm.kl1
			
Files at the subdir "Doc/" are LaTeX format simple manual
(EUC-KANJI code) for PM. If you want to print out this
document, you will need Postscript printer or interpreter
(Ghostscript2.4.1J).

4. INSTALLATION
  Instlation for PM is easy.
  1) By the librarian, execute the scriptfile "pm_esp.com".
  2) On the KL1, take the scriptfile "pm_kl1.com".
			
5. Porting.
  All "*.esp" files are depend on SIMPOS window system.But, it is
for display infomations. All "*.kl1" files will be execute any kl1
systems (may be...). So, if you will rewrite output driver, you can
port PM on any KL1 machenes.



	