mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
parent
219e0e8c8d
commit
35a0f04128
4 changed files with 23 additions and 7 deletions
|
@ -52,7 +52,7 @@ pub fn set_filter(f: Filter) {
|
|||
/// It supports nested profiling scopes in case when this function invoked multiple times at the execution stack. In this case the profiling information will be nested at the output.
|
||||
/// Profiling information is being printed in the stderr.
|
||||
///
|
||||
/// #Example
|
||||
/// # Example
|
||||
/// ```
|
||||
/// use ra_prof::{profile, set_filter, Filter};
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue