object CpuSampler
Object containing constants and helper methods and classes for CpuSampler.
- Alphabetic
- By Inheritance
- CpuSampler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
Entry
(timestamp: Long, elem: StackTraceElement, count: Int, perc: Double) extends Product with Serializable
An entry to be logged.
An entry to be logged.
- timestamp
the timestamp of the data
- elem
the stack trace element
- count
the number of times the element was seen since the last flush
- perc
the percentage of times the element was seen, in the range 0.0 to 100.0
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
excludeClassRegex: Pattern
The compiled regex for the
excludedPackageslist. -
val
excludedMethods: Map[String, String]
A map containing the methods in each class that should not be profiled.
-
val
excludedPackages: Seq[String]
A list of package names that should not be profiled.
A list of package names that should not be profiled. All child packages of the packages in this list are also excluded.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
headerEntry: String
The entry written to a
CpuSamplerlogger at the beginning of the data collection. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )