Skip to content

Commit 1325537

Browse files
feat: use isolation for with samply
1 parent b265eef commit 1325537

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • src/executor/wall_time/profiler/samply

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ impl SamplyProfiler {
4646

4747
#[async_trait(?Send)]
4848
impl Profiler for SamplyProfiler {
49-
fn requires_isolation(&self) -> bool {
50-
false
51-
}
52-
5349
async fn setup(
5450
&self,
5551
_system_info: &SystemInfo,

0 commit comments

Comments
 (0)