home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / t / the_python < prev    next >
Text File  |  1996-11-14  |  3KB  |  57 lines

  1. <TITLE>The Python Profiler -- Python library reference</TITLE>
  2. Next: <A HREF="../i/internet_and_www" TYPE="Next">Internet and WWW</A>  
  3. Prev: <A HREF="../t/the_python_debugger" TYPE="Prev">The Python Debugger</A>  
  4. Up: <A HREF="../t/top" TYPE="Up">Top</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>9. The Python Profiler</H1>
  7. Copyright @copyright 1994, by InfoSeek Corporation, all rights reserved.
  8. <P>
  9. Written by James Roskind<A NAME="footnoteref1" HREF="#footnotetext1">(1)</A>
  10. <P>
  11. Permission to use, copy, modify, and distribute this Python software
  12. and its associated documentation for any purpose (subject to the
  13. restriction in the following sentence) without fee is hereby granted,
  14. provided that the above copyright notice appears in all copies, and
  15. that both that copyright notice and this permission notice appear in
  16. supporting documentation, and that the name of InfoSeek not be used in
  17. advertising or publicity pertaining to distribution of the software
  18. without specific, written prior permission.  This permission is
  19. explicitly restricted to the copying and modification of the software
  20. to remain in Python, compiled Python, or other languages (such as C)
  21. wherein the modified or derived code is exclusively imported into a
  22. Python module.
  23. <P>
  24. INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  25. SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  26. FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
  27. SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  28. RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  29. CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  30. CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  31. <P>
  32. The profiler was written after only programming in Python for 3 weeks.
  33. As a result, it is probably clumsy code, but I don't know for sure yet
  34. 'cause I'm a beginner :-).  I did work hard to make the code run fast,
  35. so that profiling would be a reasonable thing to do.  I tried not to
  36. repeat code fragments, but I'm sure I did some stuff in really awkward
  37. ways at times.  Please send suggestions for improvements to:
  38. <CODE>jar@netscape.com</CODE>.  I won't promise <I>any</I> support.  ...but
  39. I'd appreciate the feedback.
  40. <P>
  41. <H2>Menu</H2><DL COMPACT>
  42. <DT><A HREF="../p/profiler_introduction" TYPE=Menu>Profiler Introduction</A>
  43. <DD><DT><A HREF="../p/profiler_changes" TYPE=Menu>Profiler Changes</A>
  44. <DD><DT><A HREF="../i/instant_users_manual" TYPE=Menu>Instant Users Manual</A>
  45. <DD><DT><A HREF="../d/deterministic_profiling" TYPE=Menu>Deterministic Profiling</A>
  46. <DD><DT><A HREF="../r/reference_manual" TYPE=Menu>Reference Manual</A>
  47. <DD><DT><A HREF="../l/limitations" TYPE=Menu>Limitations</A>
  48. <DD><DT><A HREF="../c/calibration" TYPE=Menu>Calibration</A>
  49. <DD><DT><A HREF="../p/profiler_extensions" TYPE=Menu>Profiler Extensions</A>
  50. <DD></DL>
  51. <H2>---------- Footnotes ----------</H2>
  52. <A NAME="footnotetext1" HREF="#footnoteref1">(1)</A>
  53.  
  54. Updated and converted to LaTeX by Guido van Rossum.  The references to
  55. the old profiler are left in the text, although it no longer exists.
  56. <P>
  57.