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

Method label

src/executor/interfaces.rs:25–31  ·  view source on GitHub ↗

Human-readable label for this executor.

(&self)

Source from the content-addressed store, hash-verified

23impl ExecutorName {
24 /// Human-readable label for this executor.
25 pub fn label(&self) -> &'static str {
26 match self {
27 ExecutorName::Valgrind => "CPU Simulation",
28 ExecutorName::WallTime => "Walltime",
29 ExecutorName::Memory => "Memory",
30 }
31 }
32
33 /// Icon for this executor.
34 pub fn icon(&self) -> Icon {

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