LeviLamina
Loading...
Searching...
No Matches
EventTracer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // static functions
10 // NOLINTBEGIN
11 MCNAPI static void AddTraceEvent(
12 char phase,
13 uchar const* category_enabled,
14 char const* name,
15 uint64 id,
16 int num_args,
17 char const** arg_names,
18 uchar const* arg_types,
19 uint64 const* arg_values,
20 uchar flags
21 );
22
23 MCNAPI static uchar const* GetCategoryEnabled(char const* name);
24 // NOLINTEND
25};
26
27} // namespace webrtc
Definition EventTracer.h:7
static MCAPI uchar const * GetCategoryEnabled(char const *name)
static MCAPI void AddTraceEvent(char phase, uchar const *category_enabled, char const *name, uint64 id, int num_args, char const **arg_names, uchar const *arg_types, uint64 const *arg_values, uchar flags)