forked from llnl/CallFlow
-
Notifications
You must be signed in to change notification settings - Fork 1
Task/cal 29 cct and supergraph base class #20
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…orage of files in .callflow cleanup
jarusified
added a commit
that referenced
this pull request
Jun 29, 2020
* rename State to Dataset; remove single and ensemble ccts * Dataset class works till union operation * Clean structure for callflow classes and graphframe * Add operations folder * Restructure the dataset class; Union does not work as needed be * Structure for callflow_single; and delete stuff from utils * Remove pipeline from imports; Clean up callflow_*.py files; Rename union to ensemble * Remove pipeline folder; They are moved to unused; And unused is ignored by git * Add read_config to operations folder * Blacken the code; Make changes to utils function names * Correct the union operation; Fix filter.py; corrrect single callflow processing * Processing works; But needs further validation to know if it dumps all required data * Clean up overhaul; Makes sure processing pipeline works; removes unneccesary code; * add read_parameter to config files; rename methods like harsh suggested * Add the supergraph classes; WIP * mend * Restructure callflow.py -> main.py; removes dataset.py -> supergraph.py * rename dataset to supergraphs and more consistent data processing; Storage of files in .callflow cleanup * Move server to its own folder; rename main.py back to callflow.py * Single CCT works * Create all data.json for the single dataset as well * Modifying how auxiliary processing happens for single and ensemble * Minor changes to ensemble supergraph rendering * Fixes the storage for auxiliary ensemble data * Ensemble both server and client works * Final restructuring and commenting, documentation for modules. * Reformatting using black.
jarusified
added a commit
that referenced
this pull request
Aug 31, 2020
* 1st set of assorted improvements * First pass on improving the callsite information view * Initial docs
jarusified
added a commit
that referenced
this pull request
Aug 31, 2020
* 1st set of assorted improvements * First pass on improving the callsite information view * Initial docs
jarusified
added a commit
that referenced
this pull request
Aug 31, 2020
* 1st set of assorted improvements * First pass on improving the callsite information view * Fix the histogram tooltip background; Add measure text for tooltip; Fix brushes; Fix the mpi rank on brushend * Create stubs for functionality * Reveal tooltip for the supernode * Add entry_function information to the tooltip * Basic documentation for read the docs (#20) * 1st set of assorted improvements * First pass on improving the callsite information view * Initial docs * Fix the javascript linting issues
jarusified
added a commit
that referenced
this pull request
Dec 9, 2020
* 1st set of assorted improvements * First pass on improving the callsite information view * Basic documentation for read the docs (#20) * 1st set of assorted improvements * First pass on improving the callsite information view * Initial docs * CAL-18: Push the latest build for client * CAL-17: Replace this.debug with console.debug * CAL-17: Fix axis clearing for single histogram * CAL-17: Fix the minor tooltip issue * CAL-17: Push the dist folder for latest update * CAL-17: undo single quotes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PS: The processing pipeline works fine with the new structure, but the client doesn't work for now. Will work on that next.