This website works better with JavaScript.
Почетна
Преглед
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB-Time-To-Live
Прати
23
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Initialize Stats::start_ before first use in Stats::Start().
Avoids a use before initialization error. This fixes issue
#676
. PiperOrigin-RevId: 246855204
naive_version
Chris Mumford
пре 5 година
родитељ
e22b1cec6e
комит
142035edd4
1 измењених фајлова
са
1 додато
и
3 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
benchmarks/db_bench.cc
+ 1
- 3
benchmarks/db_bench.cc
Прегледај датотеку
@ -187,14 +187,12 @@ class Stats {
void
Start
(
)
{
next_report_
=
100
;
last_op_finish_
=
start_
;
hist_
.
Clear
(
)
;
done_
=
0
;
bytes_
=
0
;
seconds_
=
0
;
start_
=
g_env
-
>
NowMicros
(
)
;
finish_
=
start_
;
message_
.
clear
(
)
;
start_
=
finish_
=
last_op_finish_
=
g_env
-
>
NowMicros
(
)
;
}
void
Merge
(
const
Stats
&
other
)
{
Write
Preview
Loading…
Откажи
Сачувај