Changeset 239981 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Jan 15, 2019, 4:34:35 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r239969 r239981 2939 2939 MemoryFootprint footprint = MemoryFootprint::now(); 2940 2940 2941 printf("Memory Footprint:\n Current Footprint: % llu\n Peak Footprint: %llu\n", footprint.current, footprint.peak);2941 printf("Memory Footprint:\n Current Footprint: %" PRIu64 "\n Peak Footprint: %" PRIu64 "\n", footprint.current, footprint.peak); 2942 2942 } 2943 2943
Note:
See TracChangeset
for help on using the changeset viewer.