ArrayResource
Applicability
Product |
Supported (Yes/No) |
|---|---|
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
Adds key attributes of array resources.
Prototype
1 2 3 | template <typename T> inline Profiler &ArrayResource(const T &startIter, const T &endIter, typename ArrayCollectorHelper<Profiler<level>, T>::AttrCollectCallback callback) |
Options
Option |
Input/Output |
Description |
|---|---|---|
startIter |
Input |
Start of any iterator. |
endIter |
Input |
End of any iterator. |
callback |
Input |
Element attribute extraction callback function. |
Return Value
Profiler & Current object. Chain calls are supported.
Parent topic: msServiceProfiler Profiling