14#include "arccore/common/accelerator/ProfileRegion.h"
16#include "arccore/common/accelerator/RunQueue.h"
17#include "arccore/common/accelerator/internal/IRunnerRuntime.h"
33 m_runtime = queue._internalRuntime();
34 m_runtime->pushProfilerRange(name, -1);
45 m_runtime = queue._internalRuntime();
46 m_runtime->pushProfilerRange(name, color_rgb);
56 m_runtime->popProfilerRange();
ProfileRegion(const RunQueue &queue, const String &name)
Start a region with name name.
Execution queue for an accelerator.
bool isNull() const
Indicates if the RunQueue is null.
Unicode character string.
Namespace for accelerator usage.
std::int32_t Int32
Signed integer type of 32 bits.