Lines Matching refs:msg

1617 static void AppendWithSpace(std::string* str, Slice msg) {  in AppendWithSpace()  argument
1618 if (msg.empty()) return; in AppendWithSpace()
1622 str->append(msg.data(), msg.size()); in AppendWithSpace()
1913 void AddMessage(Slice msg) { in AddMessage() argument
1914 AppendWithSpace(&message_, msg); in AddMessage()
4365 char msg[100]; in DoWrite() local
4366 snprintf(msg, sizeof(msg), "(%" PRIu64 " ops)", num_); in DoWrite()
4367 thread->stats.AddMessage(msg); in DoWrite()
4917 char msg[100]; in ReadToRowCache() local
4918 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found)\n", found, in ReadToRowCache()
4922 thread->stats.AddMessage(msg); in ReadToRowCache()
5000 char msg[100]; in ReadRandomFast() local
5001 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found, " in ReadRandomFast()
5005 thread->stats.AddMessage(msg); in ReadRandomFast()
5094 char msg[100]; in ReadRandom() local
5095 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found)\n", in ReadRandom()
5099 thread->stats.AddMessage(msg); in ReadRandom()
5185 char msg[100]; in MultiReadRandom() local
5186 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found)", in MultiReadRandom()
5188 thread->stats.AddMessage(msg); in MultiReadRandom()
5594 char msg[256]; in MixGraph() local
5595 snprintf(msg, sizeof(msg), in MixGraph()
5601 thread->stats.AddMessage(msg); in MixGraph()
5732 char msg[100]; in SeekRandom() local
5733 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found)\n", in SeekRandom()
5736 thread->stats.AddMessage(msg); in SeekRandom()
6062 char msg[128]; in RandomWithVerify() local
6063 snprintf(msg, sizeof(msg), in RandomWithVerify()
6067 thread->stats.AddMessage(msg); in RandomWithVerify()
6121 char msg[100]; in ReadRandomWriteRandom() local
6122 snprintf(msg, sizeof(msg), "( reads:%" PRIu64 " writes:%" PRIu64 \ in ReadRandomWriteRandom()
6125 thread->stats.AddMessage(msg); in ReadRandomWriteRandom()
6170 char msg[100]; in UpdateRandom() local
6171 snprintf(msg, sizeof(msg), in UpdateRandom()
6174 thread->stats.AddMessage(msg); in UpdateRandom()
6223 char msg[100]; in XORUpdateRandom() local
6224 snprintf(msg, sizeof(msg), in XORUpdateRandom()
6226 thread->stats.AddMessage(msg); in XORUpdateRandom()
6278 char msg[100]; in AppendRandom() local
6279 snprintf(msg, sizeof(msg), "( updates:%" PRIu64 " found:%" PRIu64 ")", in AppendRandom()
6282 thread->stats.AddMessage(msg); in AppendRandom()
6328 char msg[100]; in MergeRandom() local
6329 snprintf(msg, sizeof(msg), "( updates:%" PRIu64 ")", readwrites_); in MergeRandom()
6331 thread->stats.AddMessage(msg); in MergeRandom()
6385 char msg[100]; in ReadRandomMergeRandom() local
6386 snprintf(msg, sizeof(msg), in ReadRandomMergeRandom()
6390 thread->stats.AddMessage(msg); in ReadRandomMergeRandom()
6583 char msg[100]; in RandomTransaction() local
6585 snprintf(msg, sizeof(msg), in RandomTransaction()
6589 snprintf(msg, sizeof(msg), "( batches:%" PRIu64 " )", transactions_done); in RandomTransaction()
6591 thread->stats.AddMessage(msg); in RandomTransaction()
6673 char msg[200]; in RandomReplaceKeys() local
6674 snprintf(msg, sizeof(msg), in RandomReplaceKeys()
6678 thread->stats.AddMessage(msg); in RandomReplaceKeys()
6751 char msg[100]; in TimeSeriesReadOrDelete() local
6752 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found)", found, in TimeSeriesReadOrDelete()
6755 thread->stats.AddMessage(msg); in TimeSeriesReadOrDelete()