We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51ad4a commit 3bdf109Copy full SHA for 3bdf109
samply/src/mac/task_profiler.rs
@@ -22,7 +22,8 @@ use mach2::traps::mach_task_self;
22
use mach2::vm::mach_vm_deallocate;
23
use mach2::vm_types::{mach_vm_address_t, mach_vm_size_t};
24
use object::{CompressionFormat, Object, ObjectSection};
25
-use samply_symbols::{object, DebugIdExt};
+use samply_debugid::DebugIdExt;
26
+use samply_symbols::object;
27
use wholesym::samply_symbols;
28
29
use super::error::SamplingError;
0 commit comments