Skip to content

Commit

Permalink
docs(pprof): fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Jan 23, 2025
1 parent b374f89 commit 37d80d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pprof/src/cpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::PprofError;

/// A CPU profiler.
///
/// Call [`capture`] to capture a pprof profile for the given duration.
/// Call [`Cpu::capture`] to capture a pprof profile for the given duration.
pub struct Cpu(pprof::ProfilerGuardBuilder);

impl Cpu {
Expand Down

0 comments on commit 37d80d9

Please sign in to comment.