class TraceStats_FilterStats
Defined at line 188 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
Public Methods
void TraceStats_FilterStats ()
void TraceStats_FilterStats (TraceStats_FilterStats && )
void TraceStats_FilterStats (const TraceStats_FilterStats & )
bool ParseFromArray (const void * , size_t )
std::string SerializeAsString ()
std::vector<uint8_t> SerializeAsArray ()
void Serialize (::protozero::Message * )
bool operator!= (const TraceStats_FilterStats & other)
Defined at line 206 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
bool has_input_packets ()
Defined at line 213 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
uint64_t input_packets ()
Defined at line 214 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
void set_input_packets (uint64_t value)
Defined at line 215 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
bool has_input_bytes ()
Defined at line 217 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
uint64_t input_bytes ()
Defined at line 218 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
void ~TraceStats_FilterStats ()
TraceStats_FilterStats & operator= (TraceStats_FilterStats && )
TraceStats_FilterStats & operator= (const TraceStats_FilterStats & )
bool operator== (const TraceStats_FilterStats & )
void set_input_bytes (uint64_t value)
Defined at line 219 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
bool has_output_bytes ()
Defined at line 221 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
uint64_t output_bytes ()
Defined at line 222 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
void set_output_bytes (uint64_t value)
Defined at line 223 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
bool has_errors ()
Defined at line 225 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
uint64_t errors ()
Defined at line 226 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
void set_errors (uint64_t value)
Defined at line 227 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
bool has_time_taken_ns ()
Defined at line 229 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
uint64_t time_taken_ns ()
Defined at line 230 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
void set_time_taken_ns (uint64_t value)
Defined at line 231 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
const std::vector<uint64_t> & bytes_discarded_per_buffer ()
Defined at line 233 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
std::vector<uint64_t> * mutable_bytes_discarded_per_buffer ()
Defined at line 234 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
int bytes_discarded_per_buffer_size ()
Defined at line 235 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
void clear_bytes_discarded_per_buffer ()
Defined at line 236 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
void add_bytes_discarded_per_buffer (uint64_t value)
Defined at line 237 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
uint64_t * add_bytes_discarded_per_buffer ()
Defined at line 238 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h
Enumerations
enum FieldNumbers
| Name | Value |
|---|---|
| kInputPacketsFieldNumber | 1 |
| kInputBytesFieldNumber | 2 |
| kOutputBytesFieldNumber | 3 |
| kErrorsFieldNumber | 4 |
| kTimeTakenNsFieldNumber | 5 |
| kBytesDiscardedPerBufferFieldNumber | 20 |
Defined at line 190 of file gen/third_party/perfetto/protos/perfetto/common/trace_stats.gen.h