Skip to content

Commit 56395cf

Browse files
authored
Merge pull request #18 from powerapi-ng/add-other-tools
Add other tools
2 parents 4fffa2d + 3510cb2 commit 56395cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+8306
-1010
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.tar.* filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,43 @@
99
# Added by cargo
1010

1111
/target
12+
/data/
13+
14+
15+
16+
## Python
17+
# Byte-compiled / optimized / DLL files
18+
analysis/__pycache__/
19+
analysis/*.py[codz]
20+
analysis/*$py.class
21+
22+
# C extensions
23+
*.so
24+
25+
# Distribution / packaging
26+
analysis/.Python
27+
analysis/build/
28+
analysis/develop-eggs/
29+
analysis/dist/
30+
analysis/downloads/
31+
analysis/eggs/
32+
analysis/.eggs/
33+
analysis/lib/
34+
analysis/bin/
35+
analysis/lib64
36+
analysis/share
37+
analysis/parts/
38+
analysis/sdist/
39+
analysis/var/
40+
analysis/wheels/
41+
analysis/share/python-wheels/
42+
analysis/*.egg-info/
43+
analysis/.installed.cfg
44+
analysis/*.egg
45+
analysis/MANIFEST
46+
47+
.idea/
48+
jobs.yaml
49+
results*.d/
50+
scripts*.d/
51+
inventories*.d/

analysis/after.pdf

26.3 KB
Binary file not shown.
19.3 KB
Binary file not shown.
370 KB
Loading
20.4 KB
Binary file not shown.
26.4 KB
Binary file not shown.
627 KB
Loading
36.5 KB
Binary file not shown.
28.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)