We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Branch: pr-metadb-refactor The document of the emerging sparse database is: https://github.com/HPCToolkit/hpctoolkit/blob/pr-metadb-refactor/doc/FORMATS.md
With the new database layout:
database/ |-- FORMATS.md This file |-- metrics/ Taxonomic metric descriptions for analysis presentations | |-- METRICS.yaml.ex Documentation for the metric taxonomy YAML format | `-- default.yaml Default metric taxonomy, suitable for most cases |-- meta.db Properties of the measured application execution |-- profile.db Performance measurements arranged by application thread |-- cct.db Performance measurements arranged by calling context |-- trace.db Time-centric execution traces `-- src/ Relevant application source files
The text was updated successfully, but these errors were encountered:
Done (2022.01.21):
To do:
Sorry, something went wrong.
This repository has moved to GitLab, please continue this issue there.
laksono
No branches or pull requests
Branch: pr-metadb-refactor
The document of the emerging sparse database is:
https://github.com/HPCToolkit/hpctoolkit/blob/pr-metadb-refactor/doc/FORMATS.md
With the new database layout:
The text was updated successfully, but these errors were encountered: