mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 01:31:36 +00:00
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
27 lines
754 B
YAML
27 lines
754 B
YAML
start:
|
|
description: Start the Profiler
|
|
fields:
|
|
seconds:
|
|
description: The number of seconds to run the profiler.
|
|
example: 60.0
|
|
memory:
|
|
description: Start the Memory Profiler
|
|
fields:
|
|
seconds:
|
|
description: The number of seconds to run the memory profiler.
|
|
example: 60.0
|
|
start_log_objects:
|
|
description: Start logging growth of objects in memory
|
|
fields:
|
|
scan_interval:
|
|
description: The number of seconds between logging objects.
|
|
example: 60.0
|
|
stop_log_objects:
|
|
description: Stop logging growth of objects in memory
|
|
dump_log_objects:
|
|
description: Dump the repr of all matching objects to the log.
|
|
fields:
|
|
type:
|
|
description: The type of objects to dump to the log
|
|
example: State
|