MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Process1SCalculation

Method Process1SCalculation

src/render_panel/gr_statistics.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected