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

Method icon

src/executor/interfaces.rs:34–40  ·  view source on GitHub ↗

Icon for this executor.

(&self)

Source from the content-addressed store, hash-verified

32
33 /// Icon for this executor.
34 pub fn icon(&self) -> Icon {
35 match self {
36 ExecutorName::Valgrind => Icon::ExecutorValgrind,
37 ExecutorName::WallTime => Icon::ExecutorWallTime,
38 ExecutorName::Memory => Icon::ExecutorMemory,
39 }
40 }
41}

Callers 4

build_simulation_tableFunction · 0.80
build_walltime_tableFunction · 0.80
build_memory_tableFunction · 0.80
build_comparison_tableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected