MCPcopy Create free account
hub / github.com/GCWing/BitFun / record_phase

Method record_phase

src/apps/desktop/src/startup_trace.rs:53–55  ·  view source on GitHub ↗
(&self, phase: impl Into<String>, category: impl Into<String>)

Source from the content-addressed store, hash-verified

51 }
52
53 pub fn record_phase(&self, phase: impl Into<String>, category: impl Into<String>) {
54 self.record_event(phase.into(), Some(category.into()), None, None, None, None);
55 }
56
57 pub fn record_step(
58 &self,

Callers 1

runFunction · 0.80

Calls 1

record_eventMethod · 0.45

Tested by

no test coverage detected