MCPcopy Create free account
hub / github.com/antirez/ds4 / usage

Function usage

ds4_bench.c:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 bool ssd_streaming_full_layers_set;
59 bool cuda_tensor_parallel;
60 bool show_output;
61} bench_config;
62
63static double bench_now_sec(void) {
64 struct timespec ts;
65 clock_gettime(CLOCK_MONOTONIC, &ts);

Callers 1

parse_optionsFunction · 0.70

Calls 1

ds4_help_printFunction · 0.85

Tested by

no test coverage detected