Skip to content

Commit

Permalink
optimize for pprof
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 committed Jun 10, 2024
1 parent 968a7fd commit b17560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-profiler/src/trace_reader/function_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy_static! {
.expect("Failed to create regex normalising mononorphised generic functions names");
}

#[derive(Clone, Hash, Eq, PartialEq, Debug)]
#[derive(Clone, Hash, Eq, PartialEq)]
pub struct FunctionName(pub String);

impl FunctionName {
Expand Down

0 comments on commit b17560f

Please sign in to comment.