Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableRegionProvider
Description
Append a new end event of a region from the trace session. Prefer opening/closing regions with an Id, since string names are not unique.
| Name | AppendRegionEnd |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Regions.h |
| Include Path | #include "TraceServices/Model/Regions.h" |
void AppendRegionEnd
(
const TCHAR * Name,
double Time
)
Parameters
| Name | Remarks |
|---|---|
| Name | The string name of the region. |
| Time | The time in seconds of the end event of this region. |