Add build timing info to merge_list log
Help to determine what the expensive part of the operation is
This commit is contained in:
parent
e59f051c54
commit
3b42bc28d1
2 changed files with 127 additions and 31 deletions
|
@ -231,7 +231,11 @@
|
|||
++ " noncached_block_fetch_time=~w"
|
||||
++ " exiting at points slot_index=~w"
|
||||
++ " fetch_cache=~w slot_fetch=~w noncached_block_fetch=~w"}},
|
||||
|
||||
{"SST13",
|
||||
{info, "SST merge list build timings of"
|
||||
++ " fold_toslot=~w slot_hashlist=~w"
|
||||
++ " slot_serialise=~w slot_finish=~w"
|
||||
++ " is_basement=~w level=~w"}},
|
||||
|
||||
{"I0001",
|
||||
{info, "Unexpected failure to fetch value for Key=~w SQN=~w "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue