MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / get_elapsed_micro

Method get_elapsed_micro

include/rabitqlib/utils/stopw.hpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 [[nodiscard]] float get_elapsed_micro() const {
26 return std::chrono::duration<float, std::micro>(elapsed()).count();
27 }
28
29 [[nodiscard]] float get_elapsed_nano() const {
30 return std::chrono::duration<float, std::nano>(elapsed()).count();

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected