toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
PerformanceTestStatistic
Performance
Test
Statistic
class
PerformanceTestStatistic
Members
Types
Builder
Link copied to clipboard
data
class
Builder
(
var
totalTime
:
Long
?
=
null
,
var
responsive
:
Long
?
=
null
,
var
averageResponsive
:
Long
?
=
null
)
Properties
average
Responsive
Link copied to clipboard
val
averageResponsive
:
Long
?
responsive
Link copied to clipboard
val
responsive
:
Long
?
total
Time
Link copied to clipboard
val
totalTime
:
Long
?