stormlog.infer.analysis

Analysis helpers for inference profiling artifacts.

Functions

analyze_inference_events(path)

Analyze an inference profiling JSONL artifact.

format_analysis_text(report)

Render an inference analysis report as text.

stormlog.infer.analysis.analyze_inference_events(path)[source]

Analyze an inference profiling JSONL artifact.

Parameters:

path (str | Path)

Return type:

dict[str, Any]

stormlog.infer.analysis.format_analysis_text(report)[source]

Render an inference analysis report as text.

Parameters:

report (dict[str, Any])

Return type:

str