SpanStart

Applicability

Product

Supported (Yes/No)

Atlas A2 training products/Atlas A2 inference products

Yes

Atlas 200T A2 Box16 heterogeneous subrack

Yes

Atlas 300I Duo Inference Card + Atlas 800 inference server (model: 3000)

Yes

Note: Not supported by other products.

Function Description

Records the start node of a process.

Prototype

1
Profiler &SpanStart(const char *spanName, bool autoEnd = true)

Options

Table 1 Options

Option

Input/Output

Description

spanName

Input

Span name.

autoEnd

Input

(Optional) Whether to enable the auto-end call. It is enabled by default.

Return Value

Profiler & Current object. Chain calls are supported.