ProjectX and the Gradle Daemon

Questions about YourKit YouMonitor
Locked
mkw
Posts: 9
Joined: Thu Jan 06, 2011 9:13 pm

ProjectX and the Gradle Daemon

Post by mkw »

I was hoping to use ProjectX to tune incremental builds using the Gradle Daemon, but it appears that ProjectX doesn't yet handle the fact that the Gradle Daemon does not stop between executions. Is support for this use case planned?
Ilya Kalikin
Posts: 16
Joined: Mon Jun 12, 2017 3:06 pm

Re: ProjectX and the Gradle Daemon

Post by Ilya Kalikin »

Are many build executions shown as single build event in the UI? This might be a bug. What version of Gradle are you using?
Also make sure that all Gradle daemons were stopped before running the first build with ProjectX agent. Use "gradle --stop" command. The next build should spawn Gradle daemon with the agent and incremental builds will be profiled.
Locked