cProfile.SetSegments

From ReliaWiki
Revision as of 23:31, 27 September 2016 by Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:cProfile.SetSegments}}{{Template:API}}{{Template:APIBreadcrumb|.cProfile}} <onlyinclude>Adds a new segment to the profile.</onlyinclude> == S…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
APIWiki.png


Member of: SynthesisAPI.cProfile


Adds a new segment to the profile.

Syntax

.SetSegment(ByRef arr()) 

Parameters

arr

Required. An array of ProfileSegment objects.


Example