Fix the ordering bug in deferred writes, but its a slow fix
This commit is contained in:
parent
438392da1d
commit
e53f5a7f23
3 changed files with 75 additions and 79 deletions
|
|
@ -49,7 +49,7 @@ macro_rules! timeit {
|
|||
let start = std::time::Instant::now();
|
||||
let r = $op;
|
||||
let elapsed = start.elapsed();
|
||||
tracing::debug!(name = $name, $($rest),*, elapsed_micros=elapsed.as_micros(), "timeit");
|
||||
tracing::debug!(name = $name, $($rest),*, elapsed_micros=elapsed.as_micros());
|
||||
r
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue