IBase.ResultsDirEntryName
Entries in the results directory (infer-out/).
type id =
| AllocationTraces
directory for storing allocation traces
*)| AnalysisDependencyGraph
the inter-procedures dependencies revealed during an analysis phase; used for the replay analysis
*)| AnalysisDependencyGraphDot
the above in dotty format, for debug
*)| AnalysisDependencyInvalidationGraphDot
the inter-procedures dependencies revealed during an analysis phase used for invalidating procedure summaries that need re-analyzing, in dotty format for debug
*)| AnalysisDB
the analysis database
*)| AnalysisDBShm
SQLite-generated index file for the results database's write-ahead log
*)| AnalysisDBWal
the results database's write-ahead log generated by SQLite
*)| CallGraphCyclesDot
cycles in the call graph used for analysis scheduling in dotty format
*)| CaptureDB
the capture database
*)| CaptureDBShm
SQLite-generated index file for the capture database's write-ahead log
*)| CaptureDBWal
the capture database's write-ahead log generated by SQLite
*)| CaptureDependencies
list of infer-out/ directories that contain capture artefacts
*)| ChangedFunctions
results of the clang test determinator
*)| DBWriterSocket
socket to the DBWriter process for serializing writes to SQLite
*)| Debug
directory containing debug data
*)| Differential
contains the results of infer reportdiff
| DuplicateFunctions
list of duplicated functions
*)| GlobalTypeEnvironment
| Logs
log file
*)| MissingSourceFiles
Source files missing during analysis
*)| MissingProcedures
Procedures missing during analysis
*)| PerfEvents
file containing events for performance profiling
*)| ProcnamesLocks
| ReactiveCaptureMissingTypes
file containing missed types (reactive capture mode)
*)| ReportConfigImpactJson
reports of the config impact analysis
*)| ReportCostsJson
reports of the costs analysis
*)| ReportHtml
directory of the HTML report
*)| ReportJson
the main product of the analysis: report.json
| ReportSarif
a sarif version of report.json
: report.sarif
| ReportText
a human-readable textual version of report.json
| ReportXML
a PMD-style XML version of report.json
| RetainCycles
directory of retain cycles dotty files
*)| RunState
internal data about the last infer run
*)| Stats
internal statistics about the infer run
*)| SyntacticDependencyGraphDot
the inter-procedures dependencies obtained by syntactically inspecting the source of each procedure and recording the (static) calls it makes during an analysis phase; used by the callgraph
analysis scheduler and presented here in dotty format for debug purposes
| Temporary
directory containing temp files
*)val get_path : results_dir:string -> id -> string
the absolute path for the given entry
utility for ResultsDir.scrub_for_incremental
, you probably want to use that instead
utility for ResultsDir.scrub_for_caching
, you probably want to use that instead
utility for ResultsDir.remove_results_dir
, you probably want to use that instead
see comment in DBWriter
as to why we need the relative path of the socket