Skip to content

Commit 021df91

Browse files
committed
fixup! refactor(walltime): move perf module under profiler/
1 parent 0a1f106 commit 021df91

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/executor/wall_time/profiler/perf/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ mod module_symbols;
3636
mod naming;
3737
mod parse_perf_file;
3838
mod save_artifacts;
39-
mod unwind_data;
4039
pub(crate) mod setup;
40+
mod unwind_data;
4141

4242
pub mod fifo;
4343
pub mod perf_executable;

src/executor/wall_time/profiler/perf/save_artifacts.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use crate::executor::valgrind::helpers::ignored_objects_path::get_objects_path_to_ignore;
2-
use crate::executor::wall_time::profiler::perf::naming;
31
use super::debug_info::debug_info_by_path;
42
use super::loaded_module::LoadedModule;
3+
use crate::executor::valgrind::helpers::ignored_objects_path::get_objects_path_to_ignore;
4+
use crate::executor::wall_time::profiler::perf::naming;
55
use crate::prelude::*;
66
use libc::pid_t;
77
use rayon::prelude::*;

0 commit comments

Comments
 (0)