analysis
logging_page ¶
LoggingPage ¶
LoggingPage(group_names: list[str] | None = None)
Logging Page
This module creates a page to change the log levels of different loggers.
A list of logger names like ["field_friend", "rosys"]
can be passed to group them together.
It is mounted at /logging.
profile_button ¶
profile_button()
Bases: button
The profile button allows starting and stopping a profiling session.
Use the profiling.profile
decorator for including functions or methods in the analysis.
The results are shown on the console.