Skip to content

Commit 8f4bf3e

Browse files
committed
Move etw parser to the execute module
1 parent 46f20a0 commit 8f4bf3e

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
File renamed without changes.

collector/src/execute/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use crate::benchmark::patch::Patch;
44
use crate::benchmark::profile::Profile;
55
use crate::benchmark::scenario::Scenario;
66
use crate::benchmark::BenchmarkName;
7-
use crate::etw_parser;
87
use crate::toolchain::Compiler;
98
use crate::{command_output, utils};
109
use anyhow::Context;
@@ -20,6 +19,7 @@ use std::str;
2019
use std::time::Duration;
2120

2221
pub mod bencher;
22+
mod etw_parser;
2323
pub mod profiler;
2424
mod rustc;
2525

collector/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use std::process::{self, Command};
77

88
pub mod api;
99
pub mod benchmark;
10-
pub mod etw_parser;
1110
pub mod execute;
1211
pub mod toolchain;
1312
pub mod utils;

0 commit comments

Comments
 (0)