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

Performance variability boxplots #12

Open
wants to merge 49 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
89a8aee
Initialize data binding using roundtrip
jarusified Jul 8, 2021
3fc0f31
Create a module for d3-utils
jarusified Jul 8, 2021
1f35d1b
Get boxplot data from graphframe, Parse and sort the callsites by sel…
jarusified Jul 9, 2021
fa29afd
Implement version 1 for the performance boxplots
jarusified Jul 9, 2021
55dacdb
Improve validation of the arguments
jarusified Jul 10, 2021
bbee63d
Documentation and variable clean ups
jarusified Jul 10, 2021
5594be2
Restructure the functions
jarusified Jul 10, 2021
4b5bf11
Add target and background boxplots; Remove idx from the implementation
jarusified Jul 12, 2021
3e1d1e4
Add color to text
jarusified Jul 12, 2021
961af36
Add xAxis to the boxplots
jarusified Jul 12, 2021
5cafe08
Refactor the code to fix the xAxis
jarusified Jul 13, 2021
0c27569
Add tooltip (not working); Factor stats data
jarusified Jul 13, 2021
fca4253
segment the boxplot elements into g
jarusified Jul 13, 2021
f25196f
More documentation and factoring
jarusified Jul 13, 2021
0bdf399
More aesthetics
jarusified Jul 13, 2021
5df544d
Bring back menu and style them
jarusified Jul 13, 2021
8da477c
POC: v1
jarusified Jul 14, 2021
5639503
Add sorting in desc and asc
jarusified Jul 14, 2021
e0e9ea3
Add number of callsites
jarusified Jul 14, 2021
47e48f5
Add top N callsites selection
jarusified Jul 14, 2021
9610733
Cleaning the svg based on the id
jarusified Jul 14, 2021
7817234
remove rank from data
jarusified Jul 14, 2021
69e2dc9
Add mapping VIS_TO_DATA
jarusified Jul 15, 2021
40dd64f
Add method to convert a dict to dataframe (csv format).
jarusified Jul 15, 2021
c1f3244
Pass data back to the jupyter interface
jarusified Jul 15, 2021
c37e683
Fix reset action and remove unnecessary columns.
jarusified Jul 15, 2021
d871287
Fix the sorting
jarusified Jul 15, 2021
49bf08e
Add assertions to check csv dump and columns
jarusified Jul 15, 2021
bd18d94
Add detailed documentation
jarusified Jul 16, 2021
8a9b99a
Improve validation for roundtrip:boxplot
jarusified Jul 16, 2021
2d6b813
Fix flake8 and black formatting
jarusified Jul 16, 2021
279dd4c
Fix the typo
jarusified Jul 16, 2021
18eaecb
Add boxplot.py to external.scripts
jarusified Jul 21, 2021
ab6cbb4
Merge branch 'develop' of https://github.com/LLNL/hatchet into perfor…
jarusified Jul 21, 2021
485c1f8
Fix breaking changes to the roundtrip tree_literal interface
jarusified Jul 21, 2021
fda30c4
Clean the BoxPlot class
jarusified Jul 21, 2021
8e101a4
Clean up boxplots and documentation
jarusified Jul 21, 2021
5db15b9
Add node, nid to the columns in dataframe
jarusified Jul 21, 2021
ada2421
Fix flake and black errors
jarusified Jul 23, 2021
1dafca8
Format the d3_utils.js file
jarusified Jul 23, 2021
94006f9
Merge branch 'develop' of https://github.com/LLNL/hatchet into perfor…
jarusified Aug 19, 2021
e7b5694
Remove dependence of nid column
jarusified Sep 2, 2021
cc9caaa
Remove nid in the javascript
jarusified Sep 2, 2021
04b6fcb
Add to_json and to_gf methods
jarusified Sep 9, 2021
2545f24
Incorporate suggestions from the standup meeting
jarusified Sep 9, 2021
4f5d6e6
Merge branch 'develop' of https://github.com/LLNL/hatchet into perfor…
jarusified Sep 14, 2021
abe3412
Remove computation related code
jarusified Sep 14, 2021
df5cae9
Remove external.scripts from setup.py
jarusified Sep 14, 2021
166a938
Merge branch 'develop' of https://github.com/LLNL/hatchet into perfor…
jarusified Feb 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading