ClassList > mediapipe > GraphTrace
Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message
Classes
Public Types
Public Static Attributes
Public Functions
Type |
Name |
size_t |
ByteSizeLong () const
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void |
Clear ()
|
void |
CopyFrom (const GraphTrace & from)
|
int |
GetCachedSize () const
|
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * |
GetClassData () const
|
::PROTOBUF_NAMESPACE_ID::Metadata |
GetMetadata () const
|
|
GraphTrace ()
|
constexpr |
GraphTrace (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
|
|
GraphTrace (const GraphTrace & from)
|
|
GraphTrace (GraphTrace && from) noexcept
|
bool |
IsInitialized () const
|
void |
MergeFrom (const GraphTrace & from)
|
GraphTrace * |
New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
|
void |
Swap (GraphTrace * other)
|
void |
UnsafeArenaSwap (GraphTrace * other)
|
const char * |
_InternalParse (const char * ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx)
|
uint8_t * |
_InternalSerialize (uint8_t * target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream) const
|
std::string * |
add_calculator_name ()
|
void |
add_calculator_name (const std::string & value)
|
void |
add_calculator_name (std::string && value)
|
void |
add_calculator_name (const char * value)
|
void |
add_calculator_name (const char * value, size_t size)
|
::mediapipe::GraphTrace_CalculatorTrace * |
add_calculator_trace ()
|
std::string * |
add_stream_name ()
|
void |
add_stream_name (const std::string & value)
|
void |
add_stream_name (std::string && value)
|
void |
add_stream_name (const char * value)
|
void |
add_stream_name (const char * value, size_t size)
|
int64_t |
base_time () const
|
int64_t |
base_timestamp () const
|
const std::string & |
calculator_name (int index) const
|
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & |
calculator_name () const
|
int |
calculator_name_size () const
|
const ::mediapipe::GraphTrace_CalculatorTrace & |
calculator_trace (int index) const
|
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::GraphTrace_CalculatorTrace > & |
calculator_trace () const
|
int |
calculator_trace_size () const
|
void |
clear_base_time ()
|
void |
clear_base_timestamp ()
|
void |
clear_calculator_name ()
|
void |
clear_calculator_trace ()
|
void |
clear_stream_name ()
|
bool |
has_base_time () const
|
bool |
has_base_timestamp () const
|
std::string * |
mutable_calculator_name (int index)
|
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * |
mutable_calculator_name ()
|
::mediapipe::GraphTrace_CalculatorTrace * |
mutable_calculator_trace (int index)
|
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::GraphTrace_CalculatorTrace > * |
mutable_calculator_trace ()
|
std::string * |
mutable_stream_name (int index)
|
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * |
mutable_stream_name ()
|
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * |
mutable_unknown_fields ()
|
GraphTrace & |
operator= (const GraphTrace & from)
|
GraphTrace & |
operator= (GraphTrace && from) noexcept
|
void |
set_base_time (int64_t value)
|
void |
set_base_timestamp (int64_t value)
|
void |
set_calculator_name (int index, const std::string & value)
|
void |
set_calculator_name (int index, std::string && value)
|
void |
set_calculator_name (int index, const char * value)
|
void |
set_calculator_name (int index, const char * value, size_t size)
|
void |
set_stream_name (int index, const std::string & value)
|
void |
set_stream_name (int index, std::string && value)
|
void |
set_stream_name (int index, const char * value)
|
void |
set_stream_name (int index, const char * value, size_t size)
|
const std::string & |
stream_name (int index) const
|
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & |
stream_name () const
|
int |
stream_name_size () const
|
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & |
unknown_fields () const
|
|
~GraphTrace () override
|
Public Static Functions
Protected Functions
Type |
Name |
|
GraphTrace (::PROTOBUF_NAMESPACE_ID::Arena * arena, bool is_message_owned=false)
|
Public Types Documentation
typedef CalculatorTrace
typedef GraphTrace_CalculatorTrace mediapipe::GraphTrace::CalculatorTrace;
typedef EventType
typedef GraphTrace_EventType mediapipe::GraphTrace::EventType;
typedef StreamTrace
typedef GraphTrace_StreamTrace mediapipe::GraphTrace::StreamTrace;
enum GraphTrace
enum mediapipe::GraphTrace::GraphTrace {
kCalculatorNameFieldNumber = 3,
kStreamNameFieldNumber = 4,
kCalculatorTraceFieldNumber = 5,
kBaseTimeFieldNumber = 1,
kBaseTimestampFieldNumber = 2
};
Public Static Attributes Documentation
variable CLOSE
constexpr GraphTrace_EventType mediapipe::GraphTrace::CLOSE;
variable CPU_TASK_INVOKE
constexpr GraphTrace_EventType mediapipe::GraphTrace::CPU_TASK_INVOKE;
variable CPU_TASK_SYSTEM
constexpr GraphTrace_EventType mediapipe::GraphTrace::CPU_TASK_SYSTEM;
variable CPU_TASK_USER
constexpr GraphTrace_EventType mediapipe::GraphTrace::CPU_TASK_USER;
variable DSP_TASK
constexpr GraphTrace_EventType mediapipe::GraphTrace::DSP_TASK;
variable EventType_ARRAYSIZE
constexpr int mediapipe::GraphTrace::EventType_ARRAYSIZE;
variable EventType_MAX
constexpr GraphTrace_EventType mediapipe::GraphTrace::EventType_MAX;
variable EventType_MIN
constexpr GraphTrace_EventType mediapipe::GraphTrace::EventType_MIN;
variable GPU_CALIBRATION
constexpr GraphTrace_EventType mediapipe::GraphTrace::GPU_CALIBRATION;
variable GPU_TASK
constexpr GraphTrace_EventType mediapipe::GraphTrace::GPU_TASK;
variable GPU_TASK_INVOKE
constexpr GraphTrace_EventType mediapipe::GraphTrace::GPU_TASK_INVOKE;
variable GPU_TASK_INVOKE_ADVANCED
constexpr GraphTrace_EventType mediapipe::GraphTrace::GPU_TASK_INVOKE_ADVANCED;
variable NOT_READY
constexpr GraphTrace_EventType mediapipe::GraphTrace::NOT_READY;
variable OPEN
constexpr GraphTrace_EventType mediapipe::GraphTrace::OPEN;
variable PACKET_QUEUED
constexpr GraphTrace_EventType mediapipe::GraphTrace::PACKET_QUEUED;
variable PROCESS
constexpr GraphTrace_EventType mediapipe::GraphTrace::PROCESS;
variable READY_FOR_CLOSE
constexpr GraphTrace_EventType mediapipe::GraphTrace::READY_FOR_CLOSE;
variable READY_FOR_PROCESS
constexpr GraphTrace_EventType mediapipe::GraphTrace::READY_FOR_PROCESS;
variable THROTTLED
constexpr GraphTrace_EventType mediapipe::GraphTrace::THROTTLED;
variable TPU_TASK
constexpr GraphTrace_EventType mediapipe::GraphTrace::TPU_TASK;
variable TPU_TASK_INVOKE
constexpr GraphTrace_EventType mediapipe::GraphTrace::TPU_TASK_INVOKE;
variable TPU_TASK_INVOKE_ASYNC
constexpr GraphTrace_EventType mediapipe::GraphTrace::TPU_TASK_INVOKE_ASYNC;
variable UNKNOWN
constexpr GraphTrace_EventType mediapipe::GraphTrace::UNKNOWN;
variable UNTHROTTLED
constexpr GraphTrace_EventType mediapipe::GraphTrace::UNTHROTTLED;
variable _class_data_
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData mediapipe::GraphTrace::_class_data_;
variable kIndexInFileMessages
constexpr int mediapipe::GraphTrace::kIndexInFileMessages;
Public Functions Documentation
function ByteSizeLong
size_t mediapipe::GraphTrace::ByteSizeLong () const
function Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::GraphTrace::Clear ()
function CopyFrom
void mediapipe::GraphTrace::CopyFrom (
const GraphTrace & from
)
function GetCachedSize
inline int mediapipe::GraphTrace::GetCachedSize () const
function GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * mediapipe::GraphTrace::GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata mediapipe::GraphTrace::GetMetadata () const
function GraphTrace [1/5]
inline mediapipe::GraphTrace::GraphTrace ()
function GraphTrace [2/5]
explicit constexpr mediapipe::GraphTrace::GraphTrace (
::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized
)
function GraphTrace [3/5]
mediapipe::GraphTrace::GraphTrace (
const GraphTrace & from
)
function GraphTrace [4/5]
inline mediapipe::GraphTrace::GraphTrace (
GraphTrace && from
) noexcept
function IsInitialized
bool mediapipe::GraphTrace::IsInitialized () const
function MergeFrom
void mediapipe::GraphTrace::MergeFrom (
const GraphTrace & from
)
function New
inline GraphTrace * mediapipe::GraphTrace::New (
::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr
) const
function Swap
inline void mediapipe::GraphTrace::Swap (
GraphTrace * other
)
function UnsafeArenaSwap
inline void mediapipe::GraphTrace::UnsafeArenaSwap (
GraphTrace * other
)
function _InternalParse
const char * mediapipe::GraphTrace::_InternalParse (
const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx
)
function _InternalSerialize
uint8_t * mediapipe::GraphTrace::_InternalSerialize (
uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream
) const
function add_calculator_name [1/5]
inline std::string * mediapipe::GraphTrace::add_calculator_name ()
function add_calculator_name [2/5]
inline void mediapipe::GraphTrace::add_calculator_name (
const std::string & value
)
function add_calculator_name [3/5]
inline void mediapipe::GraphTrace::add_calculator_name (
std::string && value
)
function add_calculator_name [4/5]
inline void mediapipe::GraphTrace::add_calculator_name (
const char * value
)
function add_calculator_name [5/5]
inline void mediapipe::GraphTrace::add_calculator_name (
const char * value,
size_t size
)
function add_calculator_trace
inline ::mediapipe::GraphTrace_CalculatorTrace * mediapipe::GraphTrace::add_calculator_trace ()
function add_stream_name [1/5]
inline std::string * mediapipe::GraphTrace::add_stream_name ()
function add_stream_name [2/5]
inline void mediapipe::GraphTrace::add_stream_name (
const std::string & value
)
function add_stream_name [3/5]
inline void mediapipe::GraphTrace::add_stream_name (
std::string && value
)
function add_stream_name [4/5]
inline void mediapipe::GraphTrace::add_stream_name (
const char * value
)
function add_stream_name [5/5]
inline void mediapipe::GraphTrace::add_stream_name (
const char * value,
size_t size
)
function base_time
inline int64_t mediapipe::GraphTrace::base_time () const
function base_timestamp
inline int64_t mediapipe::GraphTrace::base_timestamp () const
function calculator_name [1/2]
inline const std::string & mediapipe::GraphTrace::calculator_name (
int index
) const
function calculator_name [2/2]
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & mediapipe::GraphTrace::calculator_name () const
function calculator_name_size
inline int mediapipe::GraphTrace::calculator_name_size () const
function calculator_trace [1/2]
inline const ::mediapipe::GraphTrace_CalculatorTrace & mediapipe::GraphTrace::calculator_trace (
int index
) const
function calculator_trace [2/2]
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::GraphTrace_CalculatorTrace > & mediapipe::GraphTrace::calculator_trace () const
function calculator_trace_size
inline int mediapipe::GraphTrace::calculator_trace_size () const
function clear_base_time
inline void mediapipe::GraphTrace::clear_base_time ()
function clear_base_timestamp
inline void mediapipe::GraphTrace::clear_base_timestamp ()
function clear_calculator_name
inline void mediapipe::GraphTrace::clear_calculator_name ()
function clear_calculator_trace
inline void mediapipe::GraphTrace::clear_calculator_trace ()
function clear_stream_name
inline void mediapipe::GraphTrace::clear_stream_name ()
function has_base_time
inline bool mediapipe::GraphTrace::has_base_time () const
function has_base_timestamp
inline bool mediapipe::GraphTrace::has_base_timestamp () const
function mutable_calculator_name [1/2]
inline std::string * mediapipe::GraphTrace::mutable_calculator_name (
int index
)
function mutable_calculator_name [2/2]
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mediapipe::GraphTrace::mutable_calculator_name ()
function mutable_calculator_trace [1/2]
inline ::mediapipe::GraphTrace_CalculatorTrace * mediapipe::GraphTrace::mutable_calculator_trace (
int index
)
function mutable_calculator_trace [2/2]
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::GraphTrace_CalculatorTrace > * mediapipe::GraphTrace::mutable_calculator_trace ()
function mutable_stream_name [1/2]
inline std::string * mediapipe::GraphTrace::mutable_stream_name (
int index
)
function mutable_stream_name [2/2]
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mediapipe::GraphTrace::mutable_stream_name ()
function mutable_unknown_fields
inline inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mediapipe::GraphTrace::mutable_unknown_fields ()
function operator=
inline GraphTrace & mediapipe::GraphTrace::operator= (
const GraphTrace & from
)
function operator=
inline GraphTrace & mediapipe::GraphTrace::operator= (
GraphTrace && from
) noexcept
function set_base_time
inline void mediapipe::GraphTrace::set_base_time (
int64_t value
)
function set_base_timestamp
inline void mediapipe::GraphTrace::set_base_timestamp (
int64_t value
)
function set_calculator_name [1/4]
inline void mediapipe::GraphTrace::set_calculator_name (
int index,
const std::string & value
)
function set_calculator_name [2/4]
inline void mediapipe::GraphTrace::set_calculator_name (
int index,
std::string && value
)
function set_calculator_name [3/4]
inline void mediapipe::GraphTrace::set_calculator_name (
int index,
const char * value
)
function set_calculator_name [4/4]
inline void mediapipe::GraphTrace::set_calculator_name (
int index,
const char * value,
size_t size
)
function set_stream_name [1/4]
inline void mediapipe::GraphTrace::set_stream_name (
int index,
const std::string & value
)
function set_stream_name [2/4]
inline void mediapipe::GraphTrace::set_stream_name (
int index,
std::string && value
)
function set_stream_name [3/4]
inline void mediapipe::GraphTrace::set_stream_name (
int index,
const char * value
)
function set_stream_name [4/4]
inline void mediapipe::GraphTrace::set_stream_name (
int index,
const char * value,
size_t size
)
function stream_name [1/2]
inline const std::string & mediapipe::GraphTrace::stream_name (
int index
) const
function stream_name [2/2]
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & mediapipe::GraphTrace::stream_name () const
function stream_name_size
inline int mediapipe::GraphTrace::stream_name_size () const
function unknown_fields
inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & mediapipe::GraphTrace::unknown_fields () const
function ~GraphTrace
mediapipe::GraphTrace::~GraphTrace () override
Public Static Functions Documentation
function EventType_IsValid
static inline bool mediapipe::GraphTrace::EventType_IsValid (
int value
)
function EventType_Name
template<typename T>
static inline const std::string & mediapipe::GraphTrace::EventType_Name (
T enum_t_value
)
function EventType_Parse
static inline bool mediapipe::GraphTrace::EventType_Parse (
::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
EventType * value
)
function EventType_descriptor
static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * mediapipe::GraphTrace::EventType_descriptor ()
function GetDescriptor
static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::GraphTrace::GetDescriptor ()
function GetReflection
static inline const ::PROTOBUF_NAMESPACE_ID::Reflection * mediapipe::GraphTrace::GetReflection ()
function default_instance
static inline const GraphTrace & mediapipe::GraphTrace::default_instance ()
function descriptor
static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::GraphTrace::descriptor ()
function internal_default_instance
static inline const GraphTrace * mediapipe::GraphTrace::internal_default_instance ()
Protected Functions Documentation
function GraphTrace [5/5]
explicit mediapipe::GraphTrace::GraphTrace (
::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned=false
)
Friends Documentation
friend InternalHelper
template<typename T>
class mediapipe::GraphTrace::InternalHelper (
::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
)
class mediapipe::GraphTrace::AnyMetadata (
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
)
struct mediapipe::GraphTrace::TableStruct_mediapipe_2fframework_2fcalculator_5fprofile_2eproto (
::TableStruct_mediapipe_2fframework_2fcalculator_5fprofile_2eproto
)
friend swap
inline void mediapipe::GraphTrace::swap (
GraphTrace & a,
GraphTrace & b
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/build/mediapipe/framework/calculator_profile.pb.h