aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes1999-05-02 09:57:46 +0000
committerAndrew Innes1999-05-02 09:57:46 +0000
commit1d99979dfd20060ed1b32b8c9c9ee368dcac4c5d (patch)
tree2ffdbc15ce1066c93a56f9b014c48e4ba9dddc11
parentc8316112bb5e451604a4b5803cf92058fcd146fa (diff)
downloademacs-1d99979dfd20060ed1b32b8c9c9ee368dcac4c5d.tar.gz
emacs-1d99979dfd20060ed1b32b8c9c9ee368dcac4c5d.zip
Add another variation of the profile command, which
only profiles extended commands.
-rw-r--r--nt/ftime.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/nt/ftime.bat b/nt/ftime.bat
index 8b96a2d8bdd..13a7305a748 100644
--- a/nt/ftime.bat
+++ b/nt/ftime.bat
@@ -5,8 +5,11 @@ rem Need to fiddle with the dumped image so prep doesn't break it
5obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe 5obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe
6copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map 6copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map
7rem ----------------------------------------------------------------- 7rem -----------------------------------------------------------------
8rem Use this version to profile explicit commands only.
9prep /om /ft /inc libc.lib /sf _Fexecute_extended_command ..\src\obj\i386\pemacs
10rem -----------------------------------------------------------------
8rem Use this version to ignore startup code 11rem Use this version to ignore startup code
9prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs 12rem prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs
10rem ----------------------------------------------------------------- 13rem -----------------------------------------------------------------
11rem Use this version to include startup code 14rem Use this version to include startup code
12rem prep /om /ft /inc libc.lib ..\src\obj\i386\pemacs 15rem prep /om /ft /inc libc.lib ..\src\obj\i386\pemacs