# HG changeset patch # User Andrew Innes # Date 925639066 0 # Node ID 5ba81a9aa8e812e56ea353331953975c962375f4 # Parent ce51d492b1abe07daaf9a51302578c635590cfe1 Add another variation of the profile command, which only profiles extended commands. diff -r ce51d492b1ab -r 5ba81a9aa8e8 nt/ftime.bat --- 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