MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / name

Method name

src/executor/wall_time/executor.rs:151–153  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149#[async_trait(?Send)]
150impl Executor for WallTimeExecutor {
151 fn name(&self) -> ExecutorName {
152 ExecutorName::WallTime
153 }
154
155 fn tool_status(&self) -> Option<ToolStatus> {
156 self.profiler.as_ref().and_then(|p| p.tool_status())

Callers 3

relative_address_baseFunction · 0.45
create_dwarf_contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected