ProfileSegment Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:API}}{{Template:APIBreadcrumb}}{{InProgress}} Represents the time segments of an associated cProfile object. == Properties == {| {{APITable}} |- …')
 
mNo edit summary
Line 2: Line 2:




Represents the time segments of an associated [[cProfile Class|cProfile]] object.
Represents a time segment of an associated [[cProfile Class|cProfile]] object.


== Properties ==
== Properties ==

Revision as of 21:41, 27 September 2016

APIWiki.png


Member of: SynthesisAPI Template:InProgress


Represents a time segment of an associated cProfile object.

Properties

Name Description
SegmentEnd The segment's end time. Double.
Value The stress or throughput value throughout the segment. Object.



See Also