Skip to content

Commit

Permalink
Sync latest changes for ASE2024
Browse files Browse the repository at this point in the history
  • Loading branch information
GammaPi committed Aug 22, 2024
1 parent 2feb801 commit e12b904
Show file tree
Hide file tree
Showing 278 changed files with 10,858 additions and 3,068 deletions.
9 changes: 9 additions & 0 deletions Analyzer/PyVisualizer/src/V2/Charter_V2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
'''
This file is part of Scaler.
Scaler is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Scaler is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see <https://www.gnu.org/licenses/>.
@author: John Diep <Sharpsteel321@gmail.com>
@author: Steven (Jiaxun) Tang <jtang@umass.edu>
'''
import json
import matplotlib.pyplot as plt
from matplotlib.widgets import Button
Expand Down
8 changes: 8 additions & 0 deletions Analyzer/PyVisualizer/src/V2/Converter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
'''
This file is part of Scaler.
Scaler is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Scaler is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see <https://www.gnu.org/licenses/>.
@author: John Diep <Sharpsteel321@gmail.com>
@author: Steven (Jiaxun) Tang <jtang@umass.edu>
'''
from DataAggregator_V2 import FunctionTree, printTree
import pprint
import json
Expand Down
11 changes: 10 additions & 1 deletion Analyzer/PyVisualizer/src/V2/DataAggregator_V2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# By: John Diep
'''
This file is part of Scaler.
Scaler is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Scaler is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see <https://www.gnu.org/licenses/>.
@author: John Diep <Sharpsteel321@gmail.com>
@author: Steven (Jiaxun) Tang <jtang@umass.edu>
'''

# Data Aggregator V2
import tkinter as tk
from tkinter import filedialog
Expand Down
9 changes: 9 additions & 0 deletions Analyzer/PyVisualizer/src/V2/InvocationTreeReconstructTest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
'''
This file is part of Scaler.
Scaler is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Scaler is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see <https://www.gnu.org/licenses/>.
@author: John Diep <Sharpsteel321@gmail.com>
@author: Steven (Jiaxun) Tang <jtang@umass.edu>
'''
import json
import Parse_Scaler_Output as pso
if __name__ == "__main__":
Expand Down
9 changes: 9 additions & 0 deletions Analyzer/PyVisualizer/src/V2/Parse_InvocationTree.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
'''
This file is part of Scaler.
Scaler is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Scaler is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see <https://www.gnu.org/licenses/>.
@author: John Diep <Sharpsteel321@gmail.com>
@author: Steven (Jiaxun) Tang <jtang@umass.edu>
'''
"""
For parsing output from Scaler
"""
Expand Down
1 change: 1 addition & 0 deletions Analyzer/PyVisualizer/src/V3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.svg
8 changes: 8 additions & 0 deletions Analyzer/PyVisualizer/src/V3/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Analyzer/PyVisualizer/src/V3/.idea/V3.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Analyzer/PyVisualizer/src/V3/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e12b904

Please sign in to comment.