@ -4178,8 +4178,8 @@ void VerifyDBFromDB(std::string& truth_db_name) {
delete iter ;
thread - > stats . AddBytes ( bytes ) ;
if ( FLAGS_perf_level > rocksdb : : PerfLevel : : kDisable ) {
thread - > stats . AddMessage (
std : : string ( " PERF_CONTEXT: \n " ) + get_perf_context ( ) - > ToString ( ) ) ;
thread - > stats . AddMessage ( std : : string ( " PERF_CONTEXT: \n " ) +
get_perf_context ( ) - > ToString ( ) ) ;
}
}
@ -4261,8 +4261,8 @@ void VerifyDBFromDB(std::string& truth_db_name) {
thread - > stats . AddMessage ( msg ) ;
if ( FLAGS_perf_level > rocksdb : : PerfLevel : : kDisable ) {
thread - > stats . AddMessage (
std : : string ( " PERF_CONTEXT: \n " ) + get_perf_context ( ) - > ToString ( ) ) ;
thread - > stats . AddMessage ( std : : string ( " PERF_CONTEXT: \n " ) +
get_perf_context ( ) - > ToString ( ) ) ;
}
}
@ -4340,8 +4340,8 @@ void VerifyDBFromDB(std::string& truth_db_name) {
thread - > stats . AddMessage ( msg ) ;
if ( FLAGS_perf_level > rocksdb : : PerfLevel : : kDisable ) {
thread - > stats . AddMessage (
std : : string ( " PERF_CONTEXT: \n " ) + get_perf_context ( ) - > ToString ( ) ) ;
thread - > stats . AddMessage ( std : : string ( " PERF_CONTEXT: \n " ) +
get_perf_context ( ) - > ToString ( ) ) ;
}
}
@ -4498,8 +4498,8 @@ void VerifyDBFromDB(std::string& truth_db_name) {
thread - > stats . AddBytes ( bytes ) ;
thread - > stats . AddMessage ( msg ) ;
if ( FLAGS_perf_level > rocksdb : : PerfLevel : : kDisable ) {
thread - > stats . AddMessage (
std : : string ( " PERF_CONTEXT: \n " ) + get_perf_context ( ) - > ToString ( ) ) ;
thread - > stats . AddMessage ( std : : string ( " PERF_CONTEXT: \n " ) +
get_perf_context ( ) - > ToString ( ) ) ;
}
}
@ -5250,8 +5250,8 @@ void VerifyDBFromDB(std::string& truth_db_name) {
thread - > stats . AddMessage ( msg ) ;
if ( FLAGS_perf_level > rocksdb : : PerfLevel : : kDisable ) {
thread - > stats . AddMessage (
std : : string ( " PERF_CONTEXT: \n " ) + get_perf_context ( ) - > ToString ( ) ) ;
thread - > stats . AddMessage ( std : : string ( " PERF_CONTEXT: \n " ) +
get_perf_context ( ) - > ToString ( ) ) ;
}
thread - > stats . AddBytes ( static_cast < int64_t > ( inserter . GetBytesInserted ( ) ) ) ;
}
@ -5413,8 +5413,8 @@ void VerifyDBFromDB(std::string& truth_db_name) {
thread - > stats . AddBytes ( bytes ) ;
thread - > stats . AddMessage ( msg ) ;
if ( FLAGS_perf_level > rocksdb : : PerfLevel : : kDisable ) {
thread - > stats . AddMessage (
std : : string ( " PERF_CONTEXT: \n " ) + get_perf_context ( ) - > ToString ( ) ) ;
thread - > stats . AddMessage ( std : : string ( " PERF_CONTEXT: \n " ) +
get_perf_context ( ) - > ToString ( ) ) ;
}
}