class ZincInvalidationProfiler extends InvalidationProfiler with xsbti.compile.InvalidationProfiler
- Self Type
- ZincInvalidationProfiler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZincInvalidationProfiler
- InvalidationProfiler
- InvalidationProfiler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ZincInvalidationProfiler()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
profileRun(): AdaptedRunProfiler
- Definition Classes
- ZincInvalidationProfiler → InvalidationProfiler → InvalidationProfiler
-
def
registerRun(run: ZincRun): Unit
- Definition Classes
- ZincInvalidationProfiler → InvalidationProfiler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toProfile: Profile
Returns an immutable zprof profile that can be serialized.
Returns an immutable zprof profile that can be serialized.
It is recommended to only perform this operation when we are going to persist the profiled protobuf data to disk. Do not call this function after every compiler iteration as you will write a symbol table in every persisted protobuf file. It's better to persist this file periodically after several runs so that the overhead to disk is not high.
- returns
An immutable zprof profile that can be persisted via protobuf.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()