Skip to content

Class mediapipe::CounterSet

ClassList > mediapipe > CounterSet

Public Functions

Type Name
CounterSet ()
Counter * Emplace (const std::string & name, Args &&... args)
Counter * Get (const std::string & name)
std::map< std::string, int64_t > GetCountersValues ()
void PrintCounters ()
void PublishCounters ()
~CounterSet ()

Public Functions Documentation

function CounterSet

mediapipe::CounterSet::CounterSet () 

function Emplace

template<typename CounterType, typename... Args>
inline Counter * mediapipe::CounterSet::Emplace (
    const std::string & name,
    Args &&... args
) 

function Get

Counter * mediapipe::CounterSet::Get (
    const std::string & name
) 

function GetCountersValues

std::map< std::string, int64_t > mediapipe::CounterSet::GetCountersValues () 

function PrintCounters

void mediapipe::CounterSet::PrintCounters () 

function PublishCounters

void mediapipe::CounterSet::PublishCounters () 

function ~CounterSet

mediapipe::CounterSet::~CounterSet () 


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