We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bc242 commit 9bd93a3Copy full SHA for 9bd93a3
collector/src/execute.rs
@@ -723,8 +723,8 @@ impl Upload {
723
}
724
725
impl<'a> Processor for MeasureProcessor<'a> {
726
- fn profiler(&self, build: BuildKind) -> Profiler {
727
- if self.is_first_collection && self.self_profile && build != BuildKind::Doc {
+ fn profiler(&self, _build: BuildKind) -> Profiler {
+ if self.is_first_collection && self.self_profile {
728
Profiler::PerfStatSelfProfile
729
} else {
730
Profiler::PerfStat
0 commit comments