\item Python can now be built with additional profiling for the
interpreter itself, intended as an aid to people developing the
- Python core. Providing \longprogramopt{--enable-profiling} to the
+ Python core. Providing \longprogramopt{enable-profiling} to the
\program{configure} script will let you profile the interpreter with
- \program{gprof}, and providing the \longprogramopt{--with-tsc}
+ \program{gprof}, and providing the \longprogramopt{with-tsc}
switch enables profiling using the Pentium's Time-Stamp-Counter
- register. Note that the \longprogramopt{--with-tsc} switch is slightly
+ register. Note that the \longprogramopt{with-tsc} switch is slightly
misnamed, because the profiling feature also works on the PowerPC
platform, though that processor architecture doesn't call that
register ``the TSC register''. (Contributed by Jeremy Hylton.)