MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / BenchWire

Class BenchWire

examples/benchmark.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46// ── Wire format for child→parent result ─────────────────────────────────────
47
48struct BenchWire {
49 double t_load_ms;
50 double t_frame0_ms;
51 double t_track_avg_ms;
52 double t_total_ms;
53 int n_detections;
54 int ok; // 1 = success, 0 = failure
55 char error[128];
56};
57
58// ── Display result ──────────────────────────────────────────────────────────
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected