| Package | org.generalrelativity.thread.diagnostic |
| Class | public class ProcessDiagnostic |
| Inheritance | ProcessDiagnostic Object |
| Subclasses | GreenThreadDiagnostic |
| Property | Defined By | ||
|---|---|---|---|
| allocationDifferentials : Vector.<Number> | ProcessDiagnostic | ||
| averageDifferential : Number [read-only] | ProcessDiagnostic | ||
| meanTime : Number [read-only] | ProcessDiagnostic | ||
| numCycles : int | ProcessDiagnostic | ||
| numErrors : int | ProcessDiagnostic | ||
| peak : int [read-only] | ProcessDiagnostic | ||
| process : IRunnable | ProcessDiagnostic | ||
| times : Vector.<Number> | ProcessDiagnostic | ||
| totalTime : int | ProcessDiagnostic | ||
| valley : int [read-only] | ProcessDiagnostic | ||
| Method | Defined By | ||
|---|---|---|---|
| ProcessDiagnostic | |||
recordCycle(allocation:int):void | ProcessDiagnostic | ||
recordError():void | ProcessDiagnostic | ||
recordPreCycle():void | ProcessDiagnostic | ||
| allocationDifferentials | property |
public var allocationDifferentials:Vector.<Number>| averageDifferential | property |
averageDifferential:Number [read-only] public function get averageDifferential():Number| meanTime | property |
meanTime:Number [read-only] public function get meanTime():Number| numCycles | property |
public var numCycles:int| numErrors | property |
public var numErrors:int| peak | property |
peak:int [read-only] public function get peak():int| process | property |
public var process:IRunnable| times | property |
public var times:Vector.<Number>| totalTime | property |
public var totalTime:int| valley | property |
valley:int [read-only] public function get valley():int| ProcessDiagnostic | () | Constructor |
public function ProcessDiagnostic()| recordCycle | () | method |
public function recordCycle(allocation:int):voidParameters
allocation:int |
| recordError | () | method |
public function recordError():void| recordPreCycle | () | method |
public function recordPreCycle():void