summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2015-09-29 11:55:35 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2015-10-05 20:58:41 -0700
commitfedceef40cd217ef406bc2522e9a8f879d60b0c0 (patch)
treed2a3e626c5fe492121e2967bfb2ea9854fcd724e
parentd7fdc3fc9ddc0937eb7961b1d8c864cc8182f0d9 (diff)
downloadgperftools-fedceef40cd217ef406bc2522e9a8f879d60b0c0.tar.gz
drop cycleclock reference in ThreadCache
-rw-r--r--src/thread_cache.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread_cache.cc b/src/thread_cache.cc
index 444a09f..6e0c2bc 100644
--- a/src/thread_cache.cc
+++ b/src/thread_cache.cc
@@ -205,7 +205,6 @@ void ThreadCache::Scavenge() {
// that situation by dropping L/2 nodes from the free list. This
// may not release much memory, but if so we will call scavenge again
// pretty soon and the low-water marks will be high on that call.
- //int64 start = CycleClock::Now();
for (int cl = 0; cl < kNumClasses; cl++) {
FreeList* list = &list_[cl];
const int lowmark = list->lowwatermark();