Description
A gradle plugin that automatically adds clock tracking for your components and subcomponents.
⏰ Dagger Track alternatives and similar packages
Based on the "Gradle" category.
Alternatively, view dagger-track alternatives based on common mentions on social networks and blogs.
-
gradle-play-publisher
GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata. -
dexcount-gradle-plugin
A Gradle plugin to report the number of method references in your APK on every build. -
groovy-android-gradle-plugin
DISCONTINUED. A Gradle plugin to support the Groovy language for building Android apps -
Easylauncher gradle plugin for Android
Add a different ribbon to each of your Android app variants using this gradle plugin. Of course, configure it as you will -
gradle-android-scala-plugin
gradle-android-scala-plugin adds scala language support to official gradle android plugin -
GradleMavenPush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories). -
EasyDokkaPlugin
Gradle Script plugin to generate documentation by Dokka documentation engine in Javadoc or other formats for Java, Kotlin, Android and non-Android projects. It's very easy, you don't need to add to dependencies section additional classpath or think about compatibility issues, you don't need additional repositories also.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of ⏰ Dagger Track or a related project?
README
⏰ Dagger Track
A gradle plugin that automatically adds clock tracking for your components and subcomponents.
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.
*Note that all licence references and agreements mentioned in the ⏰ Dagger Track README section above
are relevant to that project's source code only.