We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c398560 + dc5dc5e commit e095f50Copy full SHA for e095f50
collector/src/execute.rs
@@ -724,8 +724,8 @@ impl Upload {
724
}
725
726
impl<'a> Processor for MeasureProcessor<'a> {
727
- fn profiler(&self, build: BuildKind) -> Profiler {
728
- 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 {
729
Profiler::PerfStatSelfProfile
730
} else {
731
Profiler::PerfStat
0 commit comments