class DispatcherDebugStats
Defined at line 2927 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h
Request and inlining statistics for a dispatcher.
Public Methods
void DispatcherDebugStats (Storage_ storage)
void DispatcherDebugStats ()
Defined at line 2932 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h
void DispatcherDebugStats (DispatcherDebugStats && )
Defined at line 2933 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h
void DispatcherDebugStats (const DispatcherDebugStats & other)
const std::optional<uint64_t> & num_total_requests ()
Total number of requests processed by this dispatcher.
::std::optional<uint64_t> & num_total_requests ()
Total number of requests processed by this dispatcher.
DispatcherDebugStats & num_total_requests (std::optional<uint64_t> value)
Total number of requests processed by this dispatcher.
const std::optional<uint64_t> & num_inlined_requests ()
Number of requests that were inlined.
::std::optional<uint64_t> & num_inlined_requests ()
Number of requests that were inlined.
DispatcherDebugStats & num_inlined_requests (std::optional<uint64_t> value)
Number of requests that were inlined.
const std::optional< ::fuchsia_driver_development::NonInlinedRequestStats> & non_inlined ()
Breakdown of reasons why requests were not inlined.
::std::optional< ::fuchsia_driver_development::NonInlinedRequestStats> & non_inlined ()
Breakdown of reasons why requests were not inlined.
DispatcherDebugStats & non_inlined (std::optional< ::fuchsia_driver_development::NonInlinedRequestStats> value)
Breakdown of reasons why requests were not inlined.
void DispatcherDebugStats (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
DispatcherDebugStats & operator= (DispatcherDebugStats && )
Defined at line 2934 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h
DispatcherDebugStats & operator= (const DispatcherDebugStats & other)
bool operator== (const DispatcherDebugStats & other)
bool operator!= (const DispatcherDebugStats & other)
bool IsEmpty ()
Friends
class MemberVisitor
class NaturalTableCodingTraits