Revision: 15108
Author: [email protected]
Date: Thu Jun 13 02:48:23 2013
Log: Trace amount of external memory with --trace-gc-verbose.
[email protected]
Review URL: https://codereview.chromium.org/16953002
http://code.google.com/p/v8/source/detail?r=15108
Modified:
/branches/bleeding_edge/src/heap.cc
=======================================
--- /branches/bleeding_edge/src/heap.cc Wed Jun 12 08:03:44 2013
+++ /branches/bleeding_edge/src/heap.cc Thu Jun 13 02:48:23 2013
@@ -407,6 +407,8 @@
this->SizeOfObjects() / KB,
this->Available() / KB,
this->CommittedMemory() / KB);
+ PrintPID("External memory reported: %6" V8_PTR_PREFIX "d KB\n",
+ amount_of_external_allocated_memory_ / KB);
PrintPID("Total time spent in GC : %.1f ms\n", total_gc_time_ms_);
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.