Skip to content

Namespace mediapipe::anonymous_namespace{graph_profiler.cc}

Namespace List > mediapipe > anonymous_namespace{graph_profiler.cc}

Public Types

Type Name
typedef ShardedMap< std::string, std::list< std::pair< int64_t, PacketInfo > > > PacketInfoMap

Public Attributes

Type Name
const int kDefaultLogFileCount = 2
const char kDefaultLogFilePrefix = "mediapipe\_trace\_"
const int kDefaultLogIntervalCount = 10
const int kPacketInfoRecentCount = 400

Public Functions

Type Name
int GetLogFileCount (const ProfilerConfig & profiler_config)
int GetLogIntervalCount (const ProfilerConfig & profiler_config)
PacketInfo * GetPacketInfo (PacketInfoMap * map, const PacketId & packet_id)
void InsertPacketInfo (PacketInfoMap * map, const PacketId & packet_id, const PacketInfo & packet_info)
bool IsProfilerEnabled (const ProfilerConfig & profiler_config)
bool IsTraceIntervalEnabled (const ProfilerConfig & profiler_config, GraphTracer * tracer)
bool IsTraceLogEnabled (const ProfilerConfig & profiler_config)
bool IsTracerEnabled (const ProfilerConfig & profiler_config)
std::string PacketIdToString (const PacketId & packet_id)

Public Types Documentation

typedef PacketInfoMap

using mediapipe::anonymous_namespace{graph_profiler.cc}::PacketInfoMap = typedef ShardedMap<std::string, std::list<std::pair<int64_t, PacketInfo> >>;

Public Attributes Documentation

variable kDefaultLogFileCount

const int mediapipe::anonymous_namespace{graph_profiler.cc}::kDefaultLogFileCount;

variable kDefaultLogFilePrefix

const char mediapipe::anonymous_namespace{graph_profiler.cc}::kDefaultLogFilePrefix[];

variable kDefaultLogIntervalCount

const int mediapipe::anonymous_namespace{graph_profiler.cc}::kDefaultLogIntervalCount;

variable kPacketInfoRecentCount

const int mediapipe::anonymous_namespace{graph_profiler.cc}::kPacketInfoRecentCount;

Public Functions Documentation

function GetLogFileCount

int mediapipe::anonymous_namespace{graph_profiler.cc}::GetLogFileCount (
    const ProfilerConfig & profiler_config
) 

function GetLogIntervalCount

int mediapipe::anonymous_namespace{graph_profiler.cc}::GetLogIntervalCount (
    const ProfilerConfig & profiler_config
) 

function GetPacketInfo

PacketInfo * mediapipe::anonymous_namespace{graph_profiler.cc}::GetPacketInfo (
    PacketInfoMap * map,
    const PacketId & packet_id
) 

function InsertPacketInfo

void mediapipe::anonymous_namespace{graph_profiler.cc}::InsertPacketInfo (
    PacketInfoMap * map,
    const PacketId & packet_id,
    const PacketInfo & packet_info
) 

function IsProfilerEnabled

bool mediapipe::anonymous_namespace{graph_profiler.cc}::IsProfilerEnabled (
    const ProfilerConfig & profiler_config
) 

function IsTraceIntervalEnabled

bool mediapipe::anonymous_namespace{graph_profiler.cc}::IsTraceIntervalEnabled (
    const ProfilerConfig & profiler_config,
    GraphTracer * tracer
) 

function IsTraceLogEnabled

bool mediapipe::anonymous_namespace{graph_profiler.cc}::IsTraceLogEnabled (
    const ProfilerConfig & profiler_config
) 

function IsTracerEnabled

bool mediapipe::anonymous_namespace{graph_profiler.cc}::IsTracerEnabled (
    const ProfilerConfig & profiler_config
) 

function PacketIdToString

std::string mediapipe::anonymous_namespace{graph_profiler.cc}::PacketIdToString (
    const PacketId & packet_id
) 


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