ocean::CaptureBuffer
小于 1 分钟
ocean::CaptureBuffer
数据捕获缓冲区
#include <Executor.hpp>
Public Attributes
Name | |
---|---|
uint64_t | monitorStep 监控的总步数 |
uint64_t | begin 缓冲开始位置 |
uint16_t | end 缓冲结束位置 |
Tensor | buffer 监控数据存储缓存区, 通过begin及end共同决定数据,数据采用循环缓冲使用 |
Public Attributes Documentation
variable monitorStep
uint64_t monitorStep;
监控的总步数
variable begin
uint64_t begin;
缓冲开始位置
variable end
uint16_t end;
缓冲结束位置
variable buffer
Tensor buffer;
监控数据存储缓存区, 通过begin及end共同决定数据,数据采用循环缓冲使用
Updated on 2022-08-19 at 17:14:26 +0800