Public Member Functions | Public Attributes | List of all members
absl::profiling_internal::Sample< T > Struct Template Reference

#include <sample_recorder.h>

Public Member Functions

T *dead ABSL_GUARDED_BY (init_mu)
 

Public Attributes

absl::Mutex init_mu
 
Tnext = nullptr
 
int64_t weight
 

Detailed Description

template<typename T>
struct absl::profiling_internal::Sample< T >

Definition at line 43 of file sample_recorder.h.

Member Function Documentation

◆ ABSL_GUARDED_BY()

template<typename T >
T* dead absl::profiling_internal::Sample< T >::ABSL_GUARDED_BY ( init_mu  )

Member Data Documentation

◆ init_mu

template<typename T >
absl::Mutex absl::profiling_internal::Sample< T >::init_mu

Definition at line 46 of file sample_recorder.h.

◆ next

template<typename T >
T* absl::profiling_internal::Sample< T >::next = nullptr

Definition at line 47 of file sample_recorder.h.

◆ weight

template<typename T >
int64_t absl::profiling_internal::Sample< T >::weight

Definition at line 49 of file sample_recorder.h.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:54