line_profiler
dev/docs

Package Layout

  • line_profiler package
    • Submodules
      • line_profiler.__main__ module
      • line_profiler._line_profiler module
        • LineProfiler
        • LineStats
        • __pyx_unpickle_LineProfiler()
        • _code_replace()
        • label()
      • line_profiler.explicit_profiler module
        • GlobalProfiler
      • line_profiler.ipython_extension module
      • line_profiler.line_profiler module
        • load_ipython_extension()
        • is_coroutine()
        • is_generator()
        • is_classmethod()
        • LineProfiler
        • is_ipython_kernel_cell()
        • show_func()
        • show_text()
        • load_stats()
        • main()
    • Module contents
      • Line Profiler
      • Installation
      • Basic Usage
      • LineProfiler
        • LineProfiler.wrap_classmethod()
        • LineProfiler.wrap_coroutine()
        • LineProfiler.wrap_generator()
        • LineProfiler.wrap_function()
        • LineProfiler.dump_stats()
        • LineProfiler.print_stats()
        • LineProfiler.run()
        • LineProfiler.runctx()
        • LineProfiler.runcall()
        • LineProfiler.add_module()
      • load_ipython_extension()
      • load_stats()
      • main()
      • show_func()
      • show_text()
  • kernprof module
    • execfile()
    • is_generator()
    • ContextualProfile
      • ContextualProfile.enable_by_count()
      • ContextualProfile.disable_by_count()
      • ContextualProfile.wrap_generator()
      • ContextualProfile.wrap_function()
    • RepeatedTimer
      • RepeatedTimer._run()
      • RepeatedTimer.start()
      • RepeatedTimer.stop()
    • find_script()
    • main()
line_profiler
  • Search


© Copyright 2023, Robert Kern. Revision 480633fc.

Built with Sphinx using a theme provided by Read the Docs.