MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / get_total

Function get_total

PythonAPI/util/performance_benchmark.py:398–402  ·  view source on GitHub ↗
(records)

Source from the content-addressed store, hash-verified

396
397
398def get_total(records):
399 record_vals = [item for sublist in records.values() for item in sublist]
400 total_mean_fps = sum([r['fps_mean'] for r in record_vals]) / len(record_vals)
401 total_mean_std = sum([r['fps_std'] for r in record_vals]) / len(record_vals)
402 return total_mean_fps, total_mean_std
403
404
405def get_system_specs():

Callers 1

serialize_recordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected