MCPcopy Create free account

hub / github.com/CodSpeedHQ/codspeed / functions

Functions1,061 in github.com/CodSpeedHQ/codspeed

Functiontest_the_algorithms_symbols
()
src/executor/wall_time/profiler/perf/module_symbols.rs:255
Functiontest_the_algorithms_unwind_data
()
src/executor/wall_time/profiler/perf/unwind_data.rs:206
Functiontest_try_from
()
src/instruments/mongo_tracer.rs:257
Functiontest_try_from_empty_env
()
src/instruments/mongo_tracer.rs:281
Functiontest_try_from_pull_request
()
src/run_environment/buildkite/provider.rs:220
Functiontest_try_from_push_main
()
src/run_environment/buildkite/provider.rs:182
Functiontest_try_from_push_main
()
src/run_environment/github_actions/provider.rs:416
Functiontest_two_rounds
()
crates/runner-shared/src/walltime_results/stats.rs:395
Functiontest_upload
()
src/upload/uploader.rs:363
Functiontest_valgrind_executor
(#[case] cmd: &str)
src/executor/tests.rs:177
Functiontest_valgrind_executor_with_env
(#[case] env_case: (&str, &str))
src/executor/tests.rs:191
Functiontest_valgrind_skips_rustup_wrapped_proxy
()
src/executor/valgrind/measure.rs:244
Functiontest_valgrind_unwind_data_without_eh_frame_hdr
()
src/executor/wall_time/profiler/perf/unwind_data.rs:235
Functiontest_valid_multiple_result_files
()
src/executor/wall_time/helpers.rs:194
Functiontest_valid_single_result_file
()
src/executor/wall_time/helpers.rs:185
Functiontest_validate_conflicting_max_time_min_rounds
()
src/project_config/tests.rs:78
Functiontest_validate_conflicting_min_time_max_rounds
()
src/project_config/tests.rs:52
Functiontest_validate_valid_config
()
src/project_config/tests.rs:104
Functiontest_validation_min_rounds_greater_than_max_rounds
()
crates/exec-harness/src/walltime/config.rs:392
Functiontest_validation_min_time_greater_than_max_time
()
crates/exec-harness/src/walltime/config.rs:373
Functiontest_validation_valid_combinations
()
crates/exec-harness/src/walltime/config.rs:430
Functiontest_venv_compat_no_crash
()
src/executor/valgrind/helpers/venv_compat.rs:57
Functiontest_walltime_executor
( #[case] cmd: &str, #[values(false, true)] enable_profiler: bool, )
src/executor/tests.rs:246
Functiontest_walltime_executor_fails
(#[values(false, true)] enable_profiler: bool)
src/executor/tests.rs:318
Functiontest_walltime_executor_in_working_dir
(#[values(false, true)] enable_profiler: bool)
src/executor/tests.rs:286
Functiontest_walltime_executor_with_env
( #[case] env_case: (&str, &str), #[values(false, true)] enable_profiler: bool, )
src/executor/tests.rs:264
Functiontest_warmup_is_performed
()
crates/exec-harness/src/walltime/tests.rs:124
Functiontest_with_sleep_command
()
crates/exec-harness/src/walltime/tests.rs:164
Functiontest_wrap_and_build
()
src/executor/helpers/command.rs:182
Functiontest_wrap_with_args
()
src/executor/helpers/command.rs:148
Functiontest_wrap_with_builder
()
src/executor/helpers/command.rs:194
Functiontest_wrap_with_preserves_env
()
src/executor/helpers/command.rs:205
Functiontest_wrap_with_spaces
()
src/executor/helpers/command.rs:175
Functiontest_wrap_without_args
()
src/executor/helpers/command.rs:155
Methodto_possible_value
(&self)
src/cli/run/mod.rs:263
Methodtool_status
(&self)
src/executor/wall_time/executor.rs:155
Methodtool_status
(&self)
src/executor/wall_time/profiler/mod.rs:32
Methodtool_status
(&self)
src/executor/wall_time/profiler/perf/mod.rs:76
Methodtool_status
(&self)
src/executor/valgrind/executor.rs:24
Functiontracepoint_sched_fork
crates/memtrack/src/ebpf/c/memtrack.bpf.c:75
Functiontracepoint_sys_enter_brk
crates/memtrack/src/ebpf/c/memtrack.bpf.c:363
Functiontracepoint_sys_enter_mmap
crates/memtrack/src/ebpf/c/memtrack.bpf.c:313
Functiontracepoint_sys_enter_munmap
crates/memtrack/src/ebpf/c/memtrack.bpf.c:348
Functiontracepoint_sys_exit_brk
crates/memtrack/src/ebpf/c/memtrack.bpf.c:377
Functiontracepoint_sys_exit_mmap
crates/memtrack/src/ebpf/c/memtrack.bpf.c:332
Methodtransform
(&mut self, schema: &mut Schema)
src/bin/generate_config_schema.rs:23
Methodtry_from
(config: &OrchestratorConfig)
src/run_environment/buildkite/provider.rs:58
Methodtry_from
(config: &OrchestratorConfig)
src/run_environment/github_actions/provider.rs:73
Methodtry_from
(config: &OrchestratorConfig)
src/run_environment/gitlab_ci/provider.rs:32
Methodtry_from
(args: &RunArgs)
src/instruments/mod.rs:44
Methodtry_from
(profile_folder: &Path, mongodb_config: &MongoDBConfig)
src/instruments/mongo_tracer.rs:54
Methodtry_from
Convert WalltimeExecutionArgs to ExecutionOptions with validation Check that the input is coherent with rules: - min_xxx cannot be greater than max_x
crates/exec-harness/src/walltime/config.rs:150
Methodtry_resolve_from_detected_repository
Try to resolve repository from git remote, validating it exists in CodSpeed and that the token has `CREATE_LOCAL_RUN` access.
src/run_environment/local/provider.rs:212
Methodvalidate_walltime_options
Validate walltime options for conflicting constraints
src/project_config/mod.rs:44
Methodvalue_variants
()
src/cli/run/mod.rs:260
Methodwalltime_bench_cmd
Prepare the benchmark command wrapped with the necessary environment variables for introspection and environment forwarding ahead of privilege escalat
src/executor/wall_time/executor.rs:118
Functionwalltime_options_to_args
Convert project config WalltimeOptions to exec-harness WalltimeExecutionArgs
src/cli/exec/multi_targets.rs:30
Functionwarn_mark
()
src/cli/status.rs:16
Methodwith_channel
Create a new RingBufferPoller with an mpsc channel for events Returns the RingBufferPoller and the receiver end of the channel
crates/memtrack/src/ebpf/poller.rs:60
Methodwrap_command
( &mut self, mut cmd_builder: CommandBuilder, _config: &ExecutorConfig, profil
src/executor/wall_time/profiler/samply/mod.rs:84
Functionwrite_events
(bencher: Bencher, n: usize)
crates/runner-shared/benches/memtrack_writer.rs:44
← previous1,001–1,061 of 1,061, ranked by callers