Add timing log to position scan
Position scan may be very expensive, add timing log to confirm
This commit is contained in:
parent
18a12ff9ff
commit
36a48c16e5
1 changed files with 3 additions and 1 deletions
|
@ -316,7 +316,9 @@
|
|||
{info, "After ~w PUTs total write time is ~w total sync time is ~w "
|
||||
++ "and max write time is ~w and max sync time is ~w"}},
|
||||
{"CDB18",
|
||||
{info, "Handled return and write of hashtable"}}
|
||||
{info, "Handled return and write of hashtable"}},
|
||||
{"CDB19",
|
||||
{info, "Scan of positions for SampleSize=~w"}}
|
||||
])).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue