GradleResourceUsage

constructor(@Json(name = "totalMemory") totalMemory: Long? = null, @Json(name = "total") total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") execution: ResourceUsageBreakdown? = null)

Parameters

totalMemory

The physical memory of the system in bytes. Can be null if the metrics could not be captured.

total
nonExecution
execution