Bug 190267

Summary: Command line jsc should report memory footprint in bytes
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, keith_miller, mark.lam, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+, mark.lam: commit-queue-

Description Michael Saboff 2018-10-03 16:11:24 PDT
Reporting in Kbytes loses precision.
Comment 1 Michael Saboff 2018-10-03 16:13:01 PDT
<rdar://problem/44989289>
Comment 2 Michael Saboff 2018-10-03 16:15:04 PDT
Created attachment 351559 [details]
Patch
Comment 3 Saam Barati 2018-10-03 16:16:32 PDT
Comment on attachment 351559 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=351559&action=review

> Source/JavaScriptCore/ChangeLog:8
> +       Change to leave the footprint values from the system unmodified.

need a space here
Comment 4 Michael Saboff 2018-10-03 16:24:14 PDT
Committed r236814: <https://trac.webkit.org/changeset/236814>