Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theapache64/diffetto
A tool to differentiate between two Perfetto traces
https://github.com/theapache64/diffetto
android-performance perfetto
Last synced: 16 days ago
JSON representation
A tool to differentiate between two Perfetto traces
- Host: GitHub
- URL: https://github.com/theapache64/diffetto
- Owner: theapache64
- Created: 2023-08-05T01:07:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-18T02:29:04.000Z (2 months ago)
- Last Synced: 2024-10-20T15:02:50.772Z (2 months ago)
- Topics: android-performance, perfetto
- Language: Kotlin
- Homepage: https://theapache64.github.io/diffetto/
- Size: 4.14 MB
- Stars: 42
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image](https://github.com/user-attachments/assets/23dc180a-e35d-491a-aced-9b1df69b5f9f)
# ⚡ Diffetto
![buildStatus](https://img.shields.io/github/workflow/status/theapache64/compose-web-template/Java%20CI%20with%20Gradle?style=plastic)
![latestVersion](https://img.shields.io/github/v/release/theapache64/compose-web-template)
> A tool to differentiate between two perfetto traces
## ⌨️ Usage
1. Upload your first trace to https://ui.perfetto.dev/ (Canary Version)
2. Open your application package name and select the area you want to comparehttps://github.com/theapache64/diffetto/assets/9678279/512d2935-014a-48b7-9d78-260d401cf1f2
3. Copy the Pivot Table data
https://github.com/theapache64/diffetto/assets/9678279/c1bb0e3e-ea0f-4445-948d-ca81626af978
4. Repeat step 1-3 for the second trace also
5. Now paste the first trace Pivot Table data to "Before", and the second to "After"
![image](https://github.com/theapache64/diffetto/assets/9678279/ef92faa1-aa53-4912-baaa-ad1dd608f546)
7. Click on "Find Diff" and you'll get the Diffetto table
![image](https://github.com/theapache64/diffetto/assets/9678279/69d2e639-3077-4665-8916-e5eae7e6bc81)
## 🏃 Run
```
./gradlew jsBrowserRun
```## 📦 Distribute
```
./gradlew jsBrowserDistribution // and then open index.html (build/distributions)
```## 🔗 Links
- Board : https://trello.com/b/SXFktZUo/diffetto## ✍️ Author
👤 **theapache64**
* Twitter: @theapache64
* Email: [email protected]Feel free to ping me 😉
## 🤝 Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any
contributions you make are **greatly appreciated**.1. Open an issue first to discuss what you would like to change.
1. Fork the Project
1. Create your feature branch (`git checkout -b feature/amazing-feature`)
1. Commit your changes (`git commit -m 'Add some amazing feature'`)
1. Push to the branch (`git push origin feature/amazing-feature`)
1. Open a pull requestPlease make sure to update tests as appropriate.
## ❤ Show your support
Give a ⭐️ if this project helped you!
## 📝 License
```
Copyright © 2021 - theapache64Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```_This README was generated by [readgen](https://github.com/theapache64/readgen)_ ❤