MCPcopy Create free account
hub / github.com/a2flo/floor / start_profiling

Method start_profiling

src/device/host/host_queue.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void host_queue::start_profiling() const {
51 profiling_time = clock_in_us();
52}
53
54uint64_t host_queue::stop_profiling() const {
55 const auto elapsed_time = clock_in_us() - profiling_time;

Callers

nothing calls this directly

Calls 1

clock_in_usFunction · 0.85

Tested by

no test coverage detected