Add another variation of the profile command, which
authorAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 09:57:46 +0000 (09:57 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 09:57:46 +0000 (09:57 +0000)
only profiles extended commands.

nt/ftime.bat

index 8b96a2d..13a7305 100644 (file)
@@ -5,8 +5,11 @@ rem Need to fiddle with the dumped image so prep doesn't break it
 obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe\r
 copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map\r
 rem -----------------------------------------------------------------\r
+rem    Use this version to profile explicit commands only.\r
+prep /om /ft /inc libc.lib /sf _Fexecute_extended_command ..\src\obj\i386\pemacs\r
+rem -----------------------------------------------------------------\r
 rem    Use this version to ignore startup code\r
-prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs\r
+rem prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs\r
 rem -----------------------------------------------------------------\r
 rem    Use this version to include startup code\r
 rem prep /om /ft /inc libc.lib ..\src\obj\i386\pemacs\r