Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: impl/memory/doc.go

Issue 2604943002: impl/memory: Replace gkvlite with "treapstore". (Closed)
Patch Set: Comments. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « impl/memory/datastore_test.go ('k') | impl/memory/gkvlite_iter.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/doc.go
diff --git a/impl/memory/doc.go b/impl/memory/doc.go
index 1561fe3c352335888613242bbb0b65f326b3d5a6..1c3ede6af8495b0165e91191e4839ba337be2c2c 100644
--- a/impl/memory/doc.go
+++ b/impl/memory/doc.go
@@ -8,11 +8,10 @@
//
// Debug EnvVars
//
-// To debug GKVLite memory access for a binary that uses this memory
+// To debug backend store memory access for a binary that uses this memory
// implementation, you may set the flag:
-// -luci.gae.gkvlite_trace_folder
-// to `/path/to/some/folder`. Every gkvlite memory store will be assigned
-// a numbered file in that folder, and all access to that store will be logged
-// to that file. Setting this to "-" will cause the trace information to dump to
-// stdout.
+// -luci.gae.store_trace_folder
+// to `/path/to/some/folder`. Every memory store will be assigned a numbered
+// file in that folder, and all access to that store will be logged to that
+// file. Setting this to "-" will cause the trace information to dump to stdout.
package memory
« no previous file with comments | « impl/memory/datastore_test.go ('k') | impl/memory/gkvlite_iter.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698