Specifically, add a scope for - each work-list step, - each entry point, - each checker run within a step, and - bug-suppression phase at the end of the analysis of an entry-point. These scopes add no perceptible run-time overhead when time-tracing is disabled. You can enable it and generate a time trace using the `-ftime-trace=file.json` option. See also the RFC: https://discourse.llvm.org/t/analyzer-rfc-ftime-trace-time-scopes-for-steps-and-entry-points/84343 -- CPP-6065
15 lines
262 B
ReStructuredText
15 lines
262 B
ReStructuredText
Developer Docs
|
|
==============
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
developer-docs/DebugChecks
|
|
developer-docs/IPA
|
|
developer-docs/InitializerLists
|
|
developer-docs/nullability
|
|
developer-docs/RegionStore
|
|
developer-docs/PerformanceInvestigation
|