File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ fn main() {
143
143
144
144
if over_budget || last_gc. elapsed ( ) > SETTINGS . gc_epoch {
145
145
// Run garbage collection
146
- if over_budget {
147
- eprintln ! ( "Over budget, would disable but it's not implemented" ) ;
146
+ // if over_budget {
147
+ // eprintln!("Over budget, would disable but it's not implemented");
148
148
// let enabled_tracepoints: HashSet<_> =
149
149
// CONTROLLER.enabled_tracepoints().drain(..).collect();
150
150
// let keep_count =
@@ -184,7 +184,7 @@ fn main() {
184
184
// CONTROLLER.disable(&to_disable);
185
185
// writeln!(output_file, "Disabled {}", to_disable.len()).ok();
186
186
// writeln!(output_file, "Disabled {:?}", to_disable).ok();
187
- }
187
+ // }
188
188
// Disable tracepoints not observed in critical paths
189
189
let to_disable = budget_manager. old_tracepoints ( ) ;
190
190
CONTROLLER . disable ( & to_disable) ;
You can’t perform that action at this time.
0 commit comments