home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
gnu
/
djgpp
/
tests
/
t07.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-11-30
|
133 b
|
8 lines
@echo off
echo Profiling test
gcc -pg t07.c -o t07
go32 t07
gprof -b t07 > t07.mon
del gmon.out
echo The output is in t07.mon