changeset 24665:5ba81a9aa8e8

Add another variation of the profile command, which only profiles extended commands.
author Andrew Innes <andrewi@gnu.org>
date Sun, 02 May 1999 09:57:46 +0000
parents ce51d492b1ab
children 239ee0e7b828
files nt/ftime.bat
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ftime.bat	Sun May 02 09:52:17 1999 +0000
+++ b/nt/ftime.bat	Sun May 02 09:57:46 1999 +0000
@@ -5,8 +5,11 @@
 obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe
 copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map
 rem -----------------------------------------------------------------
+rem    Use this version to profile explicit commands only.
+prep /om /ft /inc libc.lib /sf _Fexecute_extended_command ..\src\obj\i386\pemacs
+rem -----------------------------------------------------------------
 rem    Use this version to ignore startup code
-prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs
+rem prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs
 rem -----------------------------------------------------------------
 rem    Use this version to include startup code
 rem prep /om /ft /inc libc.lib ..\src\obj\i386\pemacs