René's URL Explorer Experiment


Title: Performance and Profiling — Programming in Python 7.0 documentation

direct link

Domain: uwpce-pythoncert.github.io

Links:

https://uwpce-pythoncert.github.io/ProgrammingInPython/index.html
1. Setting up your Environmenthttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/01-setting_up/index.html
2. Basic Pythonhttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/02-basic_python/index.html
3. Booleans and Recursionhttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/03-recursion_booleans/index.html
4. Sequences and Iterationhttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/04-sequences_iteration/index.html
5. Basic Text Handlinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/05-text_handling/index.html
6. Exception Handlinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/06-exceptions/index.html
7. Unit Testinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/07-unit_testing/index.html
8. Dictionaries and Setshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/08-dicts_sets/index.html
9. File Handlinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/09-files/index.html
10. Modules and Packageshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/10-modules_packages/index.html
11. Advanced Argument Passinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/11-argument_passing/index.html
12. Comprehensionshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/12-comprehensions/index.html
13. Intro to Object Oriented Programinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/13-intro_oo/index.html
14. Properties and Magic Methodshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/14-magic_methods/index.html
15. Subclassing and Inheritancehttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/15-subclassing/index.html
16. Multiple Inheritancehttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/16-multiple_inheritance/index.html
17. Introduction to Functional Programminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/17-functional_programming/index.html
18. Advanced Testinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/18-advanced_testing/index.html
19. Extra Topicshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/99-extras/index.html
Coding Style and Lintinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Pep8.html
Code Reviewshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/CodeReviews.html
Persistence and Serializationhttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/PersistanceAndSerialization.html
Unicode in Pythonhttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Unicode.html
Iterators and Generatorshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/IteratorsAndGenerators.html
Decoratorshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Decorators.html
Mailroom – Decoratoring ithttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/mailroom/mailroom-decorator.html
Context Managershttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/ContextManagers.html
A Couple Handy Context Managershttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/context-managers-exercise.html
Metaprogramminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/MetaProgramming.html
Mailroom – metaprogramming it!https://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/mailroom/mailroom-meta.html
Logging and the logging modulehttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Logging.html
Debugginghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Debugging.html
No SQL Databaseshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/NoSQL.html
Graph Databaseshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/GraphDatabases.html
Concurrent Programminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Concurrency.html
Asychronous Programminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html
Notes on Coroutineshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Coroutines.html
Threading and multiprocessinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/ThreadingMultiprocessing.html
Threaded Web Scraperhttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/threaded_downloader.html
Performance and Profilinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html
Programming in Pythonhttps://uwpce-pythoncert.github.io/ProgrammingInPython/index.html
https://uwpce-pythoncert.github.io/ProgrammingInPython/index.html
19. Extra Topicshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/99-extras/index.html
View page sourcehttps://uwpce-pythoncert.github.io/ProgrammingInPython/_sources/modules/Profiling.rst.txt
Previoushttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/threaded_downloader.html
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#performance-and-profiling
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#today-s-topics
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#what-is-software-profiling
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#an-optimization-strategy
http://c2.com/cgi/wiki?PrematureOptimizationhttp://c2.com/cgi/wiki?PrematureOptimization
http://c2.com/cgi/wiki?ProfileBeforeOptimizinghttp://c2.com/cgi/wiki?ProfileBeforeOptimizing
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#steps-to-better-performance
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#big-o-notation
https://wiki.python.org/moin/TimeComplexityhttps://wiki.python.org/moin/TimeComplexity
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#measuring-time-with-a-stopwatch
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#time-clock-time-time
/examples/profiling/timer/timer_test.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/762d8b297a01879edef7304147b250de/timer_test.py
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#timeit
https://docs.python.org/3.5/library/timeit.htmlhttps://docs.python.org/3.5/library/timeit.html
https://hg.python.org/cpython/file/3.5/Lib/timeit.pyhttps://hg.python.org/cpython/file/3.5/Lib/timeit.py
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#timeit-command-line-interface
http://docs.python.org/3/library/timeit.html#timeit.timeithttp://docs.python.org/3/library/timeit.html#timeit.timeit
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#timeit-via-ipython-magic
timeit magichttp://ipython.readthedocs.io/en/stable/interactive/magics.html?#magic-timeit
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#exercise
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#getting-more-detailed-with-profiling
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#python-s-built-in-profilers
https://docs.python.org/3/library/profile.htmlhttps://docs.python.org/3/library/profile.html
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#cprofile
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#analyzing-profile-data
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#pstats
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#id1
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#exercise-example
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#some-other-tools-to-consider
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#snakeviz
https://jiffyclub.github.io/snakeviz/https://jiffyclub.github.io/snakeviz/
http://www.vrplumber.com/programming/runsnakerun/http://www.vrplumber.com/programming/runsnakerun/
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#line-profiler
https://github.com/rkern/line_profilerhttps://github.com/rkern/line_profiler
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#qcachegrind-kcachegrind
http://kcachegrind.sourceforge.net/html/Valgrind.htmlhttp://kcachegrind.sourceforge.net/html/Valgrind.html
http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindCalltreeFormathttp://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindCalltreeFormat
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#profiling-c-extensions
https://code.google.com/p/gperftools/https://code.google.com/p/gperftools/
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#memory-profilers
https://pypi.python.org/pypi/memory_profilerhttps://pypi.python.org/pypi/memory_profiler
http://mg.pov.lt/objgraph/http://mg.pov.lt/objgraph/
https://launchpad.net/meliaehttps://launchpad.net/meliae
http://pythonhosted.org/Pympler/muppy.htmlhttp://pythonhosted.org/Pympler/muppy.html
http://jmdana.github.io/memprof/http://jmdana.github.io/memprof/
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#boosting-python-performance
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#a-few-key-approaches
http://wiki.python.org/moin/PythonSpeed/PerformanceTips/http://wiki.python.org/moin/PythonSpeed/PerformanceTips/
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#managing-memory
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#distraction-pygame
http://www.pygame.org/hifi.htmlhttp://www.pygame.org/hifi.html
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygamehttp://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
https://anaconda.org/cogscihttps://anaconda.org/cogsci
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#a-more-complex-profile
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html#questions
Previoushttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/threaded_downloader.html
Sphinxhttps://www.sphinx-doc.org/
themehttps://github.com/readthedocs/sphinx_rtd_theme
Read the Docshttps://readthedocs.org

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.