webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::testing::bwe::PlotInformation Struct Reference

#include <metric_recorder.h>

Public Member Functions

 PlotInformation ()
 
template<typename T >
void Update (int64_t now_ms, T new_value)
 
 PlotInformation ()
 
template<typename T >
void Update (int64_t now_ms, T new_value)
 

Public Attributes

std::string prefix
 
bool plot
 
int64_t last_plot_ms
 
int64_t time_ms
 
double value
 
int64_t plot_interval_ms
 

Constructor & Destructor Documentation

◆ PlotInformation() [1/2]

webrtc::testing::bwe::PlotInformation::PlotInformation ( )
inline

◆ PlotInformation() [2/2]

webrtc::testing::bwe::PlotInformation::PlotInformation ( )
inline

Member Function Documentation

◆ Update() [1/2]

template<typename T >
void webrtc::testing::bwe::PlotInformation::Update ( int64_t  now_ms,
T  new_value 
)
inline

◆ Update() [2/2]

template<typename T >
void webrtc::testing::bwe::PlotInformation::Update ( int64_t  now_ms,
T  new_value 
)
inline

Member Data Documentation

◆ last_plot_ms

int64_t webrtc::testing::bwe::PlotInformation::last_plot_ms

◆ plot

bool webrtc::testing::bwe::PlotInformation::plot

◆ plot_interval_ms

int64_t webrtc::testing::bwe::PlotInformation::plot_interval_ms

◆ prefix

std::string webrtc::testing::bwe::PlotInformation::prefix

◆ time_ms

int64_t webrtc::testing::bwe::PlotInformation::time_ms

◆ value

double webrtc::testing::bwe::PlotInformation::value

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