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

Add a script to parse the timing logs into performance reports #89

Merged
merged 2 commits into from
Mar 5, 2020

Conversation

paulfd
Copy link
Member

@paulfd paulfd commented Feb 28, 2020

This script uses the log files generated in earlier commits to output a report detailing the relative time spent in different part of the callback (filters, panning, ....) as well as timings for the background loading of files. An example report is attached here report.zip where a midi file is render through 3 different piano libraries. It is meant to be used to compare performance between patches or releases, or debug problems for users.

Usage:

usage: performance_report.py [-h] [--output OUTPUT] [--title TITLE] [-v]
                             files [files ...]

Plot performance summary and generate a detailed report on sfizz's performance

positional arguments:
  files            The csv log files to consider

optional arguments:
  -h, --help       show this help message and exit
  --output OUTPUT  The detailed output report file name
  --title TITLE    The report title
  -v, --verbose    Verbose console output

@paulfd paulfd merged commit eed69f8 into sfztools:develop Mar 5, 2020
@paulfd paulfd deleted the perf-report branch January 21, 2022 10:23
iv-m pushed a commit to iv-m/sfizz that referenced this pull request Oct 17, 2023
Override the CXX_STANDARD to 17 for plugins
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