GitXplorerGitXplorer
j

CatchUp-Perf-Kotlin

public
0 stars
0 forks
0 issues

Commits

List of commits on branch recently-kotlin.
Unverified
922dead70a8c72ffe75a3a63f860ca357aeeeabd

CatchUpItem -> kotlin

ZZacSweers committed 8 years ago
Unverified
984c691fe3d1467ec5cdbff77f1d73e24d504431

Comment

ZZacSweers committed 8 years ago
Unverified
4426ce8cfa6336f164b52ce637e76053d5d50356

ColorUtil to kotlin

ZZacSweers committed 8 years ago
Unverified
aaab637b4a5ff83b69be087bebc64639d8cc3d1a

Strings to kotlin

ZZacSweers committed 8 years ago
Unverified
c01f991adc61d635722a2382f4a04f389412fc99

DebugView -> kotlin

ZZacSweers committed 8 years ago
Unverified
16f4f5868745582f69f4da3dbdbb34cf5cb60b87

Remove DebugDrawerLayout

ZZacSweers committed 8 years ago

README

The README file for this repository.

CatchUp

This is a fork of hzsweers/CatchUp for the purpose of measuring and improving Kotlin build performance. This was forked from git revision 66adb94 of the original project. The Kotlin version was then updated to 1.3.0-rc-146, Android Gradle plugin updated to 3.3.0-alpha16, and I made miscellaneous hacks to make the project buildable. The point of this is to compare build performance of this project with git revision 48a418d when it was purely Java.

How to use

  • Install the Gradle Profiler.
  • git clone <project_path>
  • gradle-profiler --benchmark --project-dir . --scenario-file performance.scenarios incremental_build --output-dir ./profile-out-incremental_build