| 149 | } |
| 150 | |
| 151 | void GrStatistics::Process1SCalculation() { |
| 152 | // speed |
| 153 | send_speed_bytes = server_send_media_bytes - last_server_send_media_bytes; |
| 154 | last_server_send_media_bytes = server_send_media_bytes.load(); |
| 155 | |
| 156 | // |
| 157 | } |
| 158 | |
| 159 | std::map<std::string, std::vector<int32_t>> GrStatistics::GetEncodeDurations() { |
| 160 | std::map<std::string, std::vector<int32_t>> r; |
nothing calls this directly
no outgoing calls
no test coverage detected