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

Support for prof2's sparse database #164

Open
laksono opened this issue Jan 21, 2022 · 2 comments
Open

Support for prof2's sparse database #164

laksono opened this issue Jan 21, 2022 · 2 comments
Assignees

Comments

@laksono
Copy link
Member

laksono commented Jan 21, 2022

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
@laksono laksono added the enhancement New feature or request label Jan 21, 2022
@laksono laksono added this to the Release 2022.04 milestone Jan 21, 2022
@laksono laksono self-assigned this Jan 21, 2022
@laksono
Copy link
Member Author

laksono commented Jan 21, 2022

Done (2022.01.21):

  • profile.db
  • cct.db
  • trace.db

To do:

  • meta.db
  • METRICS.yaml
  • Optimize the creation of bottom-up and flat trees

@laksono laksono removed the enhancement New feature or request label Jan 21, 2022
@blue42u
Copy link
Contributor

blue42u commented Aug 18, 2022

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

No branches or pull requests

2 participants