Skip to content

Commit

Permalink
Clean import of pstacks profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Long committed Mar 22, 2023
1 parent fb9f3c1 commit 526f281
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/DrDotnet.Profilers/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ extern crate bitflags;
#[macro_use]
extern crate log;

use crate::profilers::pstacks_profiler::ParallelStacksProfiler;

mod rust_protobuf_protos {
include!(concat!(env!("OUT_DIR"), "/rust_protobuf_protos/mod.rs"));
}
Expand Down
1 change: 1 addition & 0 deletions src/DrDotnet.Profilers/profilers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub mod duplicated_strings_profiler;
pub use duplicated_strings_profiler::DuplicatedStringsProfiler as DuplicatedStringsProfiler;

pub mod pstacks_profiler;
pub use pstacks_profiler::ParallelStacksProfiler as ParallelStacksProfiler;

use simplelog::*;
use std::fs::File;
Expand Down

0 comments on commit 526f281

Please sign in to comment.