Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 18, 2023
1 parent 0e30166 commit 868d5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ where
pool,
);
ee.slot = bank.slot();
ee.finish_time = Some(std::time::SystemTime::now());
ee.execution_cpu_us = cpu_time.elapsed().as_micros();
// make wall time is longer than cpu time, always
wall_time.stop();
Expand Down

0 comments on commit 868d5be

Please sign in to comment.