Skip to content

Commit 8e4f158

Browse files
committed
feat: add tools of theApache64
1 parent 5d1fc29 commit 8e4f158

File tree

5 files changed

+48
-0
lines changed

5 files changed

+48
-0
lines changed

data/benchart.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "benchart",
3+
"description": "📊 A web tool to visualise and compare plain text data. Support Android's Macrobenchmark output",
4+
"link": "https://github.com/theapache64/benchart",
5+
"tags": [
6+
"macrobenchmark",
7+
"profiling",
8+
"compare"
9+
]
10+
}

data/dex-diff.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "dex-diff",
3+
"description": "A tool to compare two APK files at the dex level. Useful for checking the impact of things like fullMode and dex optimisations.",
4+
"link": "https://github.com/theapache64/dex-diff",
5+
"tags": [
6+
"APK",
7+
"dex",
8+
"compare"
9+
]
10+
}

data/diffetto.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "diffetto",
3+
"description": "A tool to differentiate between two Perfetto traces",
4+
"link": "https://github.com/theapache64/diffetto",
5+
"tags": [
6+
"perfetto",
7+
"profiling",
8+
"compare"
9+
]
10+
}

data/gfx-avg.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "gfx-avg",
3+
"description": "A CLI tool to find average from multiple gfxinfo files",
4+
"link": "https://github.com/theapache64/gfx-avg",
5+
"tags": [
6+
"CLI",
7+
"gfxinfo"
8+
]
9+
}

data/perf-sheet.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "perf-sheet",
3+
"description": "A tool that analyzes your method trace file and generates the analysis in a spreadsheet",
4+
"link": "https://github.com/theapache64/perf-sheet",
5+
"tags": [
6+
"analyzes",
7+
"profiling"
8+
]
9+
}

0 commit comments

Comments
 (0)