MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / end

Function end

tracer/src/tracer.rs:177–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177pub fn end() {
178 // SAFETY: this is called after all other threads end
179 unsafe { TRACER.get().unwrap().end() }
180}
181
182pub fn start() {
183 // SAFETY: this is called before other threads start

Callers 1

vm_bootMethod · 0.50

Calls 2

endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected