Measure durations of Sphinx processing.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Variable | logger |
Undocumented |
Class | DurationDomain |
A domain for durations of Sphinx processing. |
Function | on_build_finished |
Display duration ranking on current build. |
Function | on_builder_inited |
Initialize DurationDomain on bootstrap. |
Function | on_doctree_read |
Record a reading duration. |
Function | on_source_read |
Start to measure reading duration. |
Function | setup |
Undocumented |
Parameters | |
app:Sphinx | Undocumented |
error:Exception | Undocumented |
Initialize DurationDomain on bootstrap.
This clears results of last build.
Parameters | |
app:Sphinx | Undocumented |
Parameters | |
app:Sphinx | Undocumented |
doctree:nodes.document | Undocumented |
Parameters | |
app:Sphinx | Undocumented |
docname:str | Undocumented |
content:List[ | Undocumented |