case class
ProfileRange(start: ProfileSnap, end: ProfileSnap, phase: Phase, purpose: String, taskCount: Int, thread: Thread) extends Product with Serializable
Instance Constructors
-
new
ProfileRange(start: ProfileSnap, end: ProfileSnap, phase: Phase, purpose: String, taskCount: Int, thread: Thread)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (ProfileRange, B)
-
final
def
==(arg0: Any): Boolean
-
def
allocatedBytes: Long
-
def
allocatedMB: Double
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
cpuNs: Long
-
def
cpuTimeMillis: Double
-
val
end: ProfileSnap
-
def
ensuring(cond: (ProfileRange) ⇒ Boolean, msg: ⇒ Any): ProfileRange
-
def
ensuring(cond: (ProfileRange) ⇒ Boolean): ProfileRange
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ProfileRange
-
def
ensuring(cond: Boolean): ProfileRange
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
idleNs: Long
-
def
idleTimeMillis: Double
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
phase: Phase
-
val
purpose: String
-
def
retainedHeapMB: Double
-
def
runNs: Long
-
val
start: ProfileSnap
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
taskCount: Int
-
val
thread: Thread
-
def
userNs: Long
-
def
userTimeMillis: Double
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wallClockTimeMillis: Double
-
def
→[B](y: B): (ProfileRange, B)
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
ProfileRange to any2stringadd[ProfileRange]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
ProfileRange to StringFormat[ProfileRange]
Value Members
-
def
formatted(fmtstr: String): String
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (ProfileRange, B)
-
final
def
==(arg0: Any): Boolean
-
def
allocatedBytes: Long
-
def
allocatedMB: Double
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
cpuNs: Long
-
def
cpuTimeMillis: Double
-
val
end: ProfileSnap
-
def
ensuring(cond: (ProfileRange) ⇒ Boolean, msg: ⇒ Any): ProfileRange
-
def
ensuring(cond: (ProfileRange) ⇒ Boolean): ProfileRange
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ProfileRange
-
def
ensuring(cond: Boolean): ProfileRange
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
idleNs: Long
-
def
idleTimeMillis: Double
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
phase: Phase
-
val
purpose: String
-
def
retainedHeapMB: Double
-
def
runNs: Long
-
val
start: ProfileSnap
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
taskCount: Int
-
val
thread: Thread
-
def
userNs: Long
-
def
userTimeMillis: Double
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wallClockTimeMillis: Double
-
def
→[B](y: B): (ProfileRange, B)
The Scala compiler and reflection APIs.