Bug 190267 - Command line jsc should report memory footprint in bytes
Summary: Command line jsc should report memory footprint in bytes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-03 16:11 PDT by Michael Saboff
Modified: 2018-10-03 16:24 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2018-10-03 16:15 PDT, Michael Saboff
mark.lam: review+
mark.lam: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>