Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)

Twitter: theapache64

> 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 compare

https://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 request

Please make sure to update tests as appropriate.

## ❤ Show your support

Give a ⭐️ if this project helped you!


Patron Link


Buy Me A Coffee

## 📝 License

```
Copyright © 2021 - theapache64

Licensed 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 at

http://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)_ ❤