Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index c313333362ff7acfa2b3ff6ef519d800276dbeed..b10a47665cf96ae35dc6f8bc3d3d67f7dd7ea352 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -960,7 +960,7 @@ class Heap { |
// Returns deterministic "time" value in ms. Works only with |
// FLAG_verify_predictable. |
- double synthetic_time() { return allocations_count_ / 100.0; } |
+ double synthetic_time() { return allocations_count_ / 2.0; } |
// Print short heap statistics. |
void PrintShortHeapStatistics(); |