Changeset 165933 in webkit for trunk/Source/JavaScriptCore/heap/HeapStatistics.cpp
- Timestamp:
- Mar 19, 2014, 5:18:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapStatistics.cpp
r165926 r165933 234 234 dataLogF("size: %ldkB\n", static_cast<long>(heap->m_sizeAfterLastCollect / KB)); 235 235 dataLogF("capacity: %ldkB\n", static_cast<long>(heap->capacity() / KB)); 236 dataLogF("pause time: %lfms\n\n", heap->m_last FullGCLength);236 dataLogF("pause time: %lfms\n\n", heap->m_lastGCLength); 237 237 238 238 StorageStatistics storageStatistics;
Note:
See TracChangeset
for help on using the changeset viewer.