Dagger track
Gradle plugin to add clock trackings to your dagger components and subcomponents
A gradle plugin that automatically adds clock tracking for your components and subcomponents. The project is written primarily in Kotlin, distributed under the Apache License 2.0 license, first published in 2021. Key topics include: cpu, dagger, dagger-android, dagger-hilt, dagger2.
⏰ Dagger Track
A gradle plugin that automatically adds clock tracking for your components and subcomponents.
<p align="center"> <img src="https://user-images.githubusercontent.com/12881364/120842342-3331ea00-c58a-11eb-8ec1-c1729360a6c6.gif?raw=true" width="95%"> </p>Features
DaggerTrack will tell you following type of time for each of your component and subcomponent injection:
- Total time: This is the total wall clock time took by the component or subcomponent injection.
- On CPU time: CPU time is the time the inject method took working on cpu.
- Off CPU time: Off CPU time is the time that inject method took when it was not running on the CPU which means it was
doing some I/O work or maybe blocked on some other resource.
Getting Started
For guide and usage please visit Project Website.
License
Copyright 2020 Amanjeet Singh
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.
Contributors
Showing top 1 contributor by commit count.
This article is auto-generated from amanjeetsingh150/dagger-track via the GitHub API.Last fetched: 6/29/2026
