Google. Android. PerformanceTuner. LoadingTimeMetadata
Metadata recorded with a loading time event.
Summary
Public types |
|
---|---|
LoadingSource{
|
enum |
LoadingState{
|
enum |
NetworkConnectivity
|
enum |
Public attributes |
|
---|---|
compression_level
|
int
0 = no compression, 100 = max compression
|
network_connectivity
|
NetworkConnectivity
|
network_latency_ns
|
ulong
Latency in nanoseconds.
|
network_transfer_speed_bps
|
ulong
Bandwidth in bits per second.
|
source
|
|
state
|
Public static functions |
|
---|---|
Copy(LoadingTimeMetadata toBeCopied)
|
Public types
LoadingSource
LoadingSource
LoadingState
LoadingState
NetworkConnectivity
NetworkConnectivity
Public attributes
compression_level
int compression_level
0 = no compression, 100 = max compression
network_connectivity
NetworkConnectivity network_connectivity
network_latency_ns
ulong network_latency_ns
Latency in nanoseconds.
network_transfer_speed_bps
ulong network_transfer_speed_bps
Bandwidth in bits per second.
source
LoadingSource source
state
LoadingState state
Public static functions
Copy
LoadingTimeMetadata Copy( LoadingTimeMetadata toBeCopied )