Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 10 of 10) sorted by relevance

/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/
DSlice.kt23 val startTime: Double constant
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSchedulingProcessFragment.kt21 …ss: ProcessModelFragment, val thread: ThreadModelFragment, override val startTime: Double) : CpuPr… constant in trebuchet.model.fragments.SchedulingProcessFragment
DSchedulingSliceFragment.kt23 class SchedulingSliceFragment(override val state: SchedulingState, override val startTime: Double) constant in trebuchet.model.fragments.SchedulingSliceFragment
DAsyncSlicesBuilder.kt23 override val startTime: Double, constant in trebuchet.model.fragments.AsyncSlice
DSliceGroupBuilder.kt60 class MutableSliceGroup(override var startTime: Double = Double.NaN, variable in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DAnimator.kt27 val startTime: Long = System.currentTimeMillis() constant in traceviewer.ui.Animator
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt52 val startTime : Double, in <lambda>() constant in StartupEvent
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationTest.java125 Date startTime = new Date(new Date().getTime() - 1000); in testEcAttestation() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java242 long startTime = System.currentTimeMillis(); in run() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java269 long startTime = 0L; in doEnd() local