Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(metrics) Adds timing metrics collection for audio & video #27

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

gmbeard
Copy link
Owner

@gmbeard gmbeard commented Nov 26, 2023

Also adds some performance testing results, incorporating the
metrics.

This must be enabled at build time using
-DSHADOW_CAST_ENABLE_METRICS=ON. Metrics are written to
a file in the same directory as the output media, using the same
filename, but with a .metrics suffix.

Also added a simple gnuplot script (./tools/metrics-plot) for
visualizing the data.

@gmbeard gmbeard self-assigned this Nov 26, 2023
@gmbeard gmbeard marked this pull request as draft November 26, 2023 16:46
@gmbeard gmbeard force-pushed the feature/metrics branch 18 times, most recently from 2f60f58 to 307bebb Compare November 27, 2023 21:24
@gmbeard gmbeard marked this pull request as ready for review November 27, 2023 21:27
Also adds some performance testing results, incorporating the
metrics.

This must be enabled at build time using
`-DSHADOW_CAST_ENABLE_METRICS=ON`. Metrics are written to
a file in the same directory as the output media, using the same
filename, but with a `.metrics` suffix.

Also added a simple `gnuplot` script (`./tools/metrics-plot`) for
visualizing the data.
@gmbeard gmbeard merged commit ce7616d into main Nov 27, 2023
@gmbeard gmbeard deleted the feature/metrics branch November 27, 2023 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant