Distributed
1.0
▾ distributed
▸ actor
▸ asyncio
▸ batched
▸ bokeh
▸ cfexecutor
▸ cli
▸ client
▸ comm
▸ compatibility
▸ config
▸ core
▸ counter
▸ dashboard
▸ deploy
▸ diagnostics
▸ diskutils
▸ event
▸ http
▸ lock
▸ locket
▸ metrics
▸ nanny
▸ node
▸ preloading
▸ process
▸ proctitle
▸ profile
▸ protocol
▸ publish
▸ pubsub
▸ pytest_resourceleaks
▸ queues
▸ recreate_exceptions
▸ scheduler
▸ security
▸ semaphore
▸ sizeof
▸ stealing
▸ system
▸ system_monitor
▸ tests
▸ threadpoolexecutor
▸ utils
▸ utils_comm
▾ utils_perf
class
FractionalTimer
class
GCDiagnosis
class
ThrottledGC
▸ utils_test
▸ variable
▸ versions
▸ worker
▸ worker_client
Module utils_perf
distributed
.
utils_perf
source
link
Classes
class
FractionalTimer
An object that measures runtimes, accumulates them and computes a running fraction of the recent runtimes over the corresponding elapsed time.
class
GCDiagnosis
An object that hooks itself into the gc callbacks to collect timing and memory statistics, and log interesting info.
class
ThrottledGC
Wrap gc.collect to protect against excessively repeated calls.
Functions
▶
def
disable_gc_diagnosis
(
force=False
)
Ask to disable global GC diagnosis.
source
link
Reexports
Imported in
distributed.scheduler
.
Imported in
distributed.tests.test_utils_perf
.
Imported in
distributed.worker
.
▶
def
enable_gc_diagnosis
(
)
Ask to enable global GC diagnosis.
source
link
Reexports
Imported in
distributed.scheduler
.
Imported in
distributed.worker
.
Generated by
nedoc
v0.9 at 2020-12-29 14:05