MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / elapsed_ms

Method elapsed_ms

tests/test_tensor_benchmark.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 double elapsed_ms() const {
27 auto end = std::chrono::high_resolution_clock::now();
28 auto duration = std::chrono::duration_cast<std::chrono::microseconds>(end - start_);
29 return duration.count() / 1000.0;
30 }
31 };
32
33 struct BenchmarkResult {

Callers 1

TEST_FFunction · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected