tSyntax10.Scn.FntParcElemsAlloc Syntax10b.Scn.Fnt 74 38pBn Dy  lpB  wmProfiler.Compile ^ [\count] compiles specified module for profiling. With the option "/count" the profiler measures frequencies, otherwise time-intervals. Profiler.Show ^ [\n] opens two viewers showing - the source code of specified module and - the measurement results. If frequencies are measured the results are shown in n columns. Profiler.Refresh actualizes the results of specified module Profiler.Reset resets the measurement results to zero. Profiler.ShowModules lists all profiled and executed modules. Profiler.Remove removes the specified module from the profiling list.  Compile Files: Before you can perform Folds.Compile below, you must know that PFBasic.Mod contain two versions. Versions: - PowerMac for the Oberon System for PowerMac, - Windows for the Oberon System for Windows, - Windows 95,NT for the Oberon System for Windows 95 and NT. You have to set the version according to the operating system you use. Execute the following steps: - execute Edit.Open PFBasic.Mod, - set the version according to the operating system - store PFBasic.Mod. Now all modules are prepared. You can compile the modules with the following command. Folds.Compile PFBasic.Mod\s PFS.Mod\s PFP.Mod\s Indicator.Mod\s Profiler.Mod\s~ Files: AsciiCoder.CodeFiles % Profiler.Tool PFBasic.Mod PFS.Mod PFP.Mod Indicator.Mod Profiler.Mod PF.ATG Profiler.Menu.Text~