Summarize and compare Godot runtime telemetry, frame budgets, and scenario performance evidence.
Project description
Godot Runtime Telemetry Lab
godot-runtime-telemetry-lab summarizes and compares lightweight runtime
telemetry from Godot scenario runs, smoke tests, soak tests, or project-owned
debug exporters. It is designed for CI artifacts and release reviews, not as a
replacement for Godot's built-in profiler.
Install
python -m pip install godot-runtime-telemetry-lab
From a source checkout:
python -m pip install -e .\godot-runtime-telemetry-lab
Quick Start
godot-telemetry-lab summarize reports\runtime --format markdown --output reports\runtime.md
godot-telemetry-lab compare reports\baseline reports\current --format json --output reports\runtime-compare.json
godot-telemetry-lab timeline reports\runtime --format html --output reports\runtime-timeline.html
godot-telemetry-lab budget init --profile android-high --output reports\runtime-budget.json
Input Shape
The tool accepts .json or .csv files. JSON files can contain a list of
samples, or an object with a samples, frames, or events list.
{
"samples": [
{"scenario": "menu", "frame_ms": 12.4, "physics_ms": 2.1, "memory_mb": 180},
{"scenario": "menu", "frame_ms": 18.8, "physics_ms": 2.5, "memory_mb": 181}
]
}
Recognized numeric fields are frame_ms, physics_ms, memory_mb, nodes,
and draw_calls. Timeline output also uses optional time_s, timestamp_s,
frame, scenario, phase, and event fields when they are present.
Commands
summarize: reports sample counts, frame percentiles, and budget findings.compare: compares current telemetry with a baseline and reports regressions.timeline: renders a frame and memory timeline as HTML, SVG, Markdown, text, or JSON.budget init: writes starter budget JSON fordesktop-dev,android-high,android-low, orhtml5.
Budget files can be reused with summarize, compare, and timeline:
godot-telemetry-lab budget init --profile android-high --output reports\runtime-budget.json
godot-telemetry-lab timeline reports\runtime --budget-file reports\runtime-budget.json --format html --output reports\runtime-timeline.html
Outputs
text: local terminal report.json: CI and scripts.markdown: PR comments and release notes.html: self-contained timeline report.svg: embeddable timeline chart.
Example
The package includes a tiny runtime fixture:
godot-telemetry-lab timeline godot-runtime-telemetry-lab\examples\tiny-runtime-run --format html --output reports\runtime-timeline.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file godot_runtime_telemetry_lab-0.1.1.tar.gz.
File metadata
- Download URL: godot_runtime_telemetry_lab-0.1.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd212fb76cccdf0379521c31a3f9eb60703eef3f15469d276b0fe4fb2e80dad9
|
|
| MD5 |
7b896e576e77b520d7fc6d9244102283
|
|
| BLAKE2b-256 |
89c7685686c421068df971b5ee464a4910435167103ef2bee531f291014829a3
|
Provenance
The following attestation bundles were made for godot_runtime_telemetry_lab-0.1.1.tar.gz:
Publisher:
publish-runtime-telemetry-lab.yml on NonniGB/godot-production-toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
godot_runtime_telemetry_lab-0.1.1.tar.gz -
Subject digest:
fd212fb76cccdf0379521c31a3f9eb60703eef3f15469d276b0fe4fb2e80dad9 - Sigstore transparency entry: 1836803972
- Sigstore integration time:
-
Permalink:
NonniGB/godot-production-toolkit@266044b9fb486d9a0a3284bc11eb71704d1d8081 -
Branch / Tag:
refs/tags/godot-runtime-telemetry-lab-v0.1.1 - Owner: https://github.com/NonniGB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-runtime-telemetry-lab.yml@266044b9fb486d9a0a3284bc11eb71704d1d8081 -
Trigger Event:
push
-
Statement type:
File details
Details for the file godot_runtime_telemetry_lab-0.1.1-py3-none-any.whl.
File metadata
- Download URL: godot_runtime_telemetry_lab-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3560debceff8630194bfdb609da5b696cd416cac0c0a9348bab4c76df22d1e2a
|
|
| MD5 |
61cc568d99b5e60529e1698ea78a5e3e
|
|
| BLAKE2b-256 |
636673adc33af44cedaf383bba1c7eb795832899149df7cb2a535bd88b0fa7eb
|
Provenance
The following attestation bundles were made for godot_runtime_telemetry_lab-0.1.1-py3-none-any.whl:
Publisher:
publish-runtime-telemetry-lab.yml on NonniGB/godot-production-toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
godot_runtime_telemetry_lab-0.1.1-py3-none-any.whl -
Subject digest:
3560debceff8630194bfdb609da5b696cd416cac0c0a9348bab4c76df22d1e2a - Sigstore transparency entry: 1836804078
- Sigstore integration time:
-
Permalink:
NonniGB/godot-production-toolkit@266044b9fb486d9a0a3284bc11eb71704d1d8081 -
Branch / Tag:
refs/tags/godot-runtime-telemetry-lab-v0.1.1 - Owner: https://github.com/NonniGB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-runtime-telemetry-lab.yml@266044b9fb486d9a0a3284bc11eb71704d1d8081 -
Trigger Event:
push
-
Statement type: