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}} |- …')
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumb}}{{InProgress}}
{{Template:API}}{{Template:APIBreadcrumb}}




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


== Properties ==
== Properties ==

Latest revision as of 22:18, 22 March 2017

APIWiki.png


Member of: SynthesisAPI


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