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

Unified Diff: src/heap/heap.h

Issue 1415383004: Fixing --verify-predictable mode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed shared build Created 5 years, 1 month 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 | « src/heap/gc-tracer.cc ('k') | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 92f0ded0361bc0fa9e75374b96628e6d08096ba7..62737489d5e6296eb91fe78f9339bbeb0d805f20 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -888,10 +888,6 @@ class Heap {
// Number of "runtime allocations" done so far.
uint32_t allocations_count() { return allocations_count_; }
- // Returns deterministic "time" value in ms. Works only with
- // FLAG_verify_predictable.
- double synthetic_time() { return allocations_count() / 2.0; }
-
// Print short heap statistics.
void PrintShortHeapStatistics();
@@ -2163,9 +2159,6 @@ class Heap {
// Running hash over allocations performed.
uint32_t raw_allocations_hash_;
- // Countdown counter, dumps allocation hash when 0.
- uint32_t dump_allocations_hash_countdown_;
-
// How many mark-sweep collections happened.
unsigned int ms_count_;
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698