I discovered <https://github.com/gradle/gradle-pro...
# performance
h
I discovered https://github.com/gradle/gradle-profiler which is amazing! The scenarios file covers everything I want which is so refreshing compared to bodging together random Python scripts. It even has chrometrace output so I can open the results in Perfetto https://ui.perfetto.dev/#!/?s=76f73d00b1f5161a5bc7ba076fd529dba2a2cb5c7ec0240676699e7b5a98381d. Folks did a great job 😃
❤️ 5
One question I had was if if is possible to inject extra events or customise the transform name. I'm 90% sure
AsmClassesTransform
below is the code I'm trying to optimise (https://github.com/EmergeTools/emerge-android/blob/671f0797c44935b4ff52e96aeab6303[…]etools/android/gradle/instrumentation/reaper/ReaperClassLoad.kt) - but it would be nice to be sure. I'm imagining the name comes from the class of the transform but with the way all the code is setup it's kind of hard to get at that class.