Skip to content

Class mediapipe::ProfilerConfig

ClassList > mediapipe > ProfilerConfig

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int ProfilerConfig

Public Static Attributes

Type Name
const ClassData _class_data_ = /* multi line expression */
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const ProfilerConfig & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const ProfilerConfig & from)
ProfilerConfig * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
ProfilerConfig ()
constexpr ProfilerConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
ProfilerConfig (const ProfilerConfig & from)
ProfilerConfig (ProfilerConfig && from) noexcept
void Swap (ProfilerConfig * other)
void UnsafeArenaSwap (ProfilerConfig * 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
void add_trace_event_types_disabled (int32_t value)
const std::string & calculator_filter () const
void clear_calculator_filter ()
PROTOBUF_DEPRECATED void clear_enable_input_output_latency ()
void clear_enable_profiler ()
void clear_enable_stream_latency ()
void clear_histogram_interval_size_usec ()
void clear_num_histogram_intervals ()
void clear_trace_enabled ()
void clear_trace_event_types_disabled ()
void clear_trace_log_capacity ()
void clear_trace_log_count ()
void clear_trace_log_disabled ()
PROTOBUF_DEPRECATED void clear_trace_log_duration_events ()
void clear_trace_log_instant_events ()
void clear_trace_log_interval_count ()
void clear_trace_log_interval_usec ()
void clear_trace_log_margin_usec ()
void clear_trace_log_path ()
void clear_use_packet_timestamp_for_added_packet ()
PROTOBUF_DEPRECATED bool enable_input_output_latency () const
bool enable_profiler () const
bool enable_stream_latency () const
int64_t histogram_interval_size_usec () const
std::string * mutable_calculator_filter ()
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_trace_event_types_disabled ()
std::string * mutable_trace_log_path ()
int64_t num_histogram_intervals () const
ProfilerConfig & operator= (const ProfilerConfig & from)
ProfilerConfig & operator= (ProfilerConfig && from) noexcept
PROTOBUF_NODISCARD std::string * release_calculator_filter ()
PROTOBUF_NODISCARD std::string * release_trace_log_path ()
void set_allocated_calculator_filter (std::string * calculator_filter)
void set_allocated_trace_log_path (std::string * trace_log_path)
void set_calculator_filter (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_calculator_filter (ArgT0 && arg0, ArgT... args)
PROTOBUF_DEPRECATED void set_enable_input_output_latency (bool value)
void set_enable_profiler (bool value)
void set_enable_stream_latency (bool value)
void set_histogram_interval_size_usec (int64_t value)
void set_num_histogram_intervals (int64_t value)
void set_trace_enabled (bool value)
void set_trace_event_types_disabled (int index, int32_t value)
void set_trace_log_capacity (int64_t value)
void set_trace_log_count (int32_t value)
void set_trace_log_disabled (bool value)
PROTOBUF_DEPRECATED void set_trace_log_duration_events (bool value)
void set_trace_log_instant_events (bool value)
void set_trace_log_interval_count (int32_t value)
void set_trace_log_interval_usec (int64_t value)
void set_trace_log_margin_usec (int64_t value)
void set_trace_log_path (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_trace_log_path (ArgT0 && arg0, ArgT... args)
void set_use_packet_timestamp_for_added_packet (bool value)
bool trace_enabled () const
int32_t trace_event_types_disabled (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & trace_event_types_disabled () const
int trace_event_types_disabled_size () const
int64_t trace_log_capacity () const
int32_t trace_log_count () const
bool trace_log_disabled () const
PROTOBUF_DEPRECATED bool trace_log_duration_events () const
bool trace_log_instant_events () const
int32_t trace_log_interval_count () const
int64_t trace_log_interval_usec () const
int64_t trace_log_margin_usec () const
const std::string & trace_log_path () const
bool use_packet_timestamp_for_added_packet () const
~ProfilerConfig () override

Public Static Functions

Type Name
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
const ProfilerConfig & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const ProfilerConfig * internal_default_instance ()

Protected Functions

Type Name
ProfilerConfig (::PROTOBUF_NAMESPACE_ID::Arena * arena, bool is_message_owned=false)

Public Types Documentation

enum ProfilerConfig

enum mediapipe::ProfilerConfig::ProfilerConfig {
    kTraceEventTypesDisabledFieldNumber = 8,
    kTraceLogPathFieldNumber = 9,
    kCalculatorFilterFieldNumber = 18,
    kHistogramIntervalSizeUsecFieldNumber = 1,
    kNumHistogramIntervalsFieldNumber = 2,
    kEnableInputOutputLatencyFieldNumber = 3,
    kEnableProfilerFieldNumber = 4,
    kEnableStreamLatencyFieldNumber = 5,
    kUsePacketTimestampForAddedPacketFieldNumber = 6,
    kTraceLogCountFieldNumber = 10,
    kTraceLogCapacityFieldNumber = 7,
    kTraceLogIntervalUsecFieldNumber = 11,
    kTraceLogMarginUsecFieldNumber = 12,
    kTraceLogIntervalCountFieldNumber = 14,
    kTraceLogDurationEventsFieldNumber = 13,
    kTraceLogDisabledFieldNumber = 15,
    kTraceEnabledFieldNumber = 16,
    kTraceLogInstantEventsFieldNumber = 17
};

Public Static Attributes Documentation

variable _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData mediapipe::ProfilerConfig::_class_data_;

variable kIndexInFileMessages

constexpr int mediapipe::ProfilerConfig::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::ProfilerConfig::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::ProfilerConfig::Clear () 

function CopyFrom

void mediapipe::ProfilerConfig::CopyFrom (
    const ProfilerConfig & from
) 

function GetCachedSize

inline int mediapipe::ProfilerConfig::GetCachedSize () const

function GetClassData

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * mediapipe::ProfilerConfig::GetClassData () const

function GetMetadata

::PROTOBUF_NAMESPACE_ID::Metadata mediapipe::ProfilerConfig::GetMetadata () const

function IsInitialized

bool mediapipe::ProfilerConfig::IsInitialized () const

function MergeFrom

void mediapipe::ProfilerConfig::MergeFrom (
    const ProfilerConfig & from
) 

function New

inline ProfilerConfig * mediapipe::ProfilerConfig::New (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr
) const

function ProfilerConfig [1/5]

inline mediapipe::ProfilerConfig::ProfilerConfig () 

function ProfilerConfig [2/5]

explicit constexpr mediapipe::ProfilerConfig::ProfilerConfig (
    ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized
) 

function ProfilerConfig [3/5]

mediapipe::ProfilerConfig::ProfilerConfig (
    const ProfilerConfig & from
) 

function ProfilerConfig [4/5]

inline mediapipe::ProfilerConfig::ProfilerConfig (
    ProfilerConfig && from
) noexcept

function Swap

inline void mediapipe::ProfilerConfig::Swap (
    ProfilerConfig * other
) 

function UnsafeArenaSwap

inline void mediapipe::ProfilerConfig::UnsafeArenaSwap (
    ProfilerConfig * other
) 

function _InternalParse

const char * mediapipe::ProfilerConfig::_InternalParse (
    const char * ptr,
    ::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx
) 

function _InternalSerialize

uint8_t * mediapipe::ProfilerConfig::_InternalSerialize (
    uint8_t * target,
    ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream
) const

function add_trace_event_types_disabled

inline void mediapipe::ProfilerConfig::add_trace_event_types_disabled (
    int32_t value
) 

function calculator_filter

inline const std::string & mediapipe::ProfilerConfig::calculator_filter () const

function clear_calculator_filter

inline void mediapipe::ProfilerConfig::clear_calculator_filter () 

function clear_enable_input_output_latency

inline PROTOBUF_DEPRECATED void mediapipe::ProfilerConfig::clear_enable_input_output_latency () 

function clear_enable_profiler

inline void mediapipe::ProfilerConfig::clear_enable_profiler () 

function clear_enable_stream_latency

inline void mediapipe::ProfilerConfig::clear_enable_stream_latency () 

function clear_histogram_interval_size_usec

inline void mediapipe::ProfilerConfig::clear_histogram_interval_size_usec () 

function clear_num_histogram_intervals

inline void mediapipe::ProfilerConfig::clear_num_histogram_intervals () 

function clear_trace_enabled

inline void mediapipe::ProfilerConfig::clear_trace_enabled () 

function clear_trace_event_types_disabled

inline void mediapipe::ProfilerConfig::clear_trace_event_types_disabled () 

function clear_trace_log_capacity

inline void mediapipe::ProfilerConfig::clear_trace_log_capacity () 

function clear_trace_log_count

inline void mediapipe::ProfilerConfig::clear_trace_log_count () 

function clear_trace_log_disabled

inline void mediapipe::ProfilerConfig::clear_trace_log_disabled () 

function clear_trace_log_duration_events

inline PROTOBUF_DEPRECATED void mediapipe::ProfilerConfig::clear_trace_log_duration_events () 

function clear_trace_log_instant_events

inline void mediapipe::ProfilerConfig::clear_trace_log_instant_events () 

function clear_trace_log_interval_count

inline void mediapipe::ProfilerConfig::clear_trace_log_interval_count () 

function clear_trace_log_interval_usec

inline void mediapipe::ProfilerConfig::clear_trace_log_interval_usec () 

function clear_trace_log_margin_usec

inline void mediapipe::ProfilerConfig::clear_trace_log_margin_usec () 

function clear_trace_log_path

inline void mediapipe::ProfilerConfig::clear_trace_log_path () 

function clear_use_packet_timestamp_for_added_packet

inline void mediapipe::ProfilerConfig::clear_use_packet_timestamp_for_added_packet () 

function enable_input_output_latency

inline PROTOBUF_DEPRECATED bool mediapipe::ProfilerConfig::enable_input_output_latency () const

function enable_profiler

inline bool mediapipe::ProfilerConfig::enable_profiler () const

function enable_stream_latency

inline bool mediapipe::ProfilerConfig::enable_stream_latency () const

function histogram_interval_size_usec

inline int64_t mediapipe::ProfilerConfig::histogram_interval_size_usec () const

function mutable_calculator_filter

inline std::string * mediapipe::ProfilerConfig::mutable_calculator_filter () 

function mutable_trace_event_types_disabled

inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mediapipe::ProfilerConfig::mutable_trace_event_types_disabled () 

function mutable_trace_log_path

inline std::string * mediapipe::ProfilerConfig::mutable_trace_log_path () 

function num_histogram_intervals

inline int64_t mediapipe::ProfilerConfig::num_histogram_intervals () const

function operator=

inline ProfilerConfig & mediapipe::ProfilerConfig::operator= (
    const ProfilerConfig & from
) 

function operator=

inline ProfilerConfig & mediapipe::ProfilerConfig::operator= (
    ProfilerConfig && from
) noexcept

function release_calculator_filter

inline PROTOBUF_NODISCARD std::string * mediapipe::ProfilerConfig::release_calculator_filter () 

function release_trace_log_path

inline PROTOBUF_NODISCARD std::string * mediapipe::ProfilerConfig::release_trace_log_path () 

function set_allocated_calculator_filter

inline void mediapipe::ProfilerConfig::set_allocated_calculator_filter (
    std::string * calculator_filter
) 

function set_allocated_trace_log_path

inline void mediapipe::ProfilerConfig::set_allocated_trace_log_path (
    std::string * trace_log_path
) 

function set_calculator_filter [1/2]

template<typename ArgT0, typename... ArgT>
void mediapipe::ProfilerConfig::set_calculator_filter (
    ArgT0 && arg0,
    ArgT... args
) 

function set_calculator_filter [2/2]

template<typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE void mediapipe::ProfilerConfig::set_calculator_filter (
    ArgT0 && arg0,
    ArgT... args
) 

function set_enable_input_output_latency

inline PROTOBUF_DEPRECATED void mediapipe::ProfilerConfig::set_enable_input_output_latency (
    bool value
) 

function set_enable_profiler

inline void mediapipe::ProfilerConfig::set_enable_profiler (
    bool value
) 

function set_enable_stream_latency

inline void mediapipe::ProfilerConfig::set_enable_stream_latency (
    bool value
) 

function set_histogram_interval_size_usec

inline void mediapipe::ProfilerConfig::set_histogram_interval_size_usec (
    int64_t value
) 

function set_num_histogram_intervals

inline void mediapipe::ProfilerConfig::set_num_histogram_intervals (
    int64_t value
) 

function set_trace_enabled

inline void mediapipe::ProfilerConfig::set_trace_enabled (
    bool value
) 

function set_trace_event_types_disabled

inline void mediapipe::ProfilerConfig::set_trace_event_types_disabled (
    int index,
    int32_t value
) 

function set_trace_log_capacity

inline void mediapipe::ProfilerConfig::set_trace_log_capacity (
    int64_t value
) 

function set_trace_log_count

inline void mediapipe::ProfilerConfig::set_trace_log_count (
    int32_t value
) 

function set_trace_log_disabled

inline void mediapipe::ProfilerConfig::set_trace_log_disabled (
    bool value
) 

function set_trace_log_duration_events

inline PROTOBUF_DEPRECATED void mediapipe::ProfilerConfig::set_trace_log_duration_events (
    bool value
) 

function set_trace_log_instant_events

inline void mediapipe::ProfilerConfig::set_trace_log_instant_events (
    bool value
) 

function set_trace_log_interval_count

inline void mediapipe::ProfilerConfig::set_trace_log_interval_count (
    int32_t value
) 

function set_trace_log_interval_usec

inline void mediapipe::ProfilerConfig::set_trace_log_interval_usec (
    int64_t value
) 

function set_trace_log_margin_usec

inline void mediapipe::ProfilerConfig::set_trace_log_margin_usec (
    int64_t value
) 

function set_trace_log_path [1/2]

template<typename ArgT0, typename... ArgT>
void mediapipe::ProfilerConfig::set_trace_log_path (
    ArgT0 && arg0,
    ArgT... args
) 

function set_trace_log_path [2/2]

template<typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE void mediapipe::ProfilerConfig::set_trace_log_path (
    ArgT0 && arg0,
    ArgT... args
) 

function set_use_packet_timestamp_for_added_packet

inline void mediapipe::ProfilerConfig::set_use_packet_timestamp_for_added_packet (
    bool value
) 

function trace_enabled

inline bool mediapipe::ProfilerConfig::trace_enabled () const

function trace_event_types_disabled [1/2]

inline int32_t mediapipe::ProfilerConfig::trace_event_types_disabled (
    int index
) const

function trace_event_types_disabled [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & mediapipe::ProfilerConfig::trace_event_types_disabled () const

function trace_event_types_disabled_size

inline int mediapipe::ProfilerConfig::trace_event_types_disabled_size () const

function trace_log_capacity

inline int64_t mediapipe::ProfilerConfig::trace_log_capacity () const

function trace_log_count

inline int32_t mediapipe::ProfilerConfig::trace_log_count () const

function trace_log_disabled

inline bool mediapipe::ProfilerConfig::trace_log_disabled () const

function trace_log_duration_events

inline PROTOBUF_DEPRECATED bool mediapipe::ProfilerConfig::trace_log_duration_events () const

function trace_log_instant_events

inline bool mediapipe::ProfilerConfig::trace_log_instant_events () const

function trace_log_interval_count

inline int32_t mediapipe::ProfilerConfig::trace_log_interval_count () const

function trace_log_interval_usec

inline int64_t mediapipe::ProfilerConfig::trace_log_interval_usec () const

function trace_log_margin_usec

inline int64_t mediapipe::ProfilerConfig::trace_log_margin_usec () const

function trace_log_path

inline const std::string & mediapipe::ProfilerConfig::trace_log_path () const

function use_packet_timestamp_for_added_packet

inline bool mediapipe::ProfilerConfig::use_packet_timestamp_for_added_packet () const

function ~ProfilerConfig

mediapipe::ProfilerConfig::~ProfilerConfig () override

Public Static Functions Documentation

function GetDescriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::ProfilerConfig::GetDescriptor () 

function GetReflection

static inline const ::PROTOBUF_NAMESPACE_ID::Reflection * mediapipe::ProfilerConfig::GetReflection () 

function default_instance

static inline const ProfilerConfig & mediapipe::ProfilerConfig::default_instance () 

function descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::ProfilerConfig::descriptor () 

function internal_default_instance

static inline const ProfilerConfig * mediapipe::ProfilerConfig::internal_default_instance () 

Protected Functions Documentation

function ProfilerConfig [5/5]

explicit mediapipe::ProfilerConfig::ProfilerConfig (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena,
    bool is_message_owned=false
) 

Friends Documentation

friend InternalHelper

template<typename T>
class mediapipe::ProfilerConfig::InternalHelper (
    ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
) 

friend AnyMetadata

class mediapipe::ProfilerConfig::AnyMetadata (
    ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
) 

friend TableStruct_mediapipe_2fframework_2fcalculator_2eproto

struct mediapipe::ProfilerConfig::TableStruct_mediapipe_2fframework_2fcalculator_2eproto (
    ::TableStruct_mediapipe_2fframework_2fcalculator_2eproto
) 

friend swap

inline void mediapipe::ProfilerConfig::swap (
    ProfilerConfig & a,
    ProfilerConfig & b
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/build/mediapipe/framework/calculator.pb.h