Skip to content

Commit 7a08048

Browse files
committed
add profiler to execution context
1 parent 391d7df commit 7a08048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/utils/exec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ pub struct ExecutionContext {
490490
pub fail_fast: bool,
491491
delayed_failures: Arc<Mutex<Vec<String>>>,
492492
command_cache: Arc<CommandCache>,
493+
profiler: Arc<CommandProfiler>,
493494
}
494495

495496
#[derive(Default)]

0 commit comments

Comments
 (0)